Bedrock-Layouts / Bedrock

Foundational Layout Primitives for your React App
https://bedrock-layout.dev/
MIT License
443 stars 27 forks source link

Breaking Changes For the next version #2207

Open Jarvis1010 opened 9 months ago

Jarvis1010 commented 9 months ago

Removals

Changes

Reset update

headings{
   text-wrap: balance
}
*{
min-width:0;
}
all other text or maybe just p{
  text-wrap:pretty
}
@media (prefers-reduced-motion: no-preference){
   :has(:target){
      scroll-behavior: smooth;
      scroll-padding-top: 3rem;
   }
}
html {
   hanging-punctuation: first last;
}

image reset:

img{
  /* remove display:block */
   max-width:100%;
   vertical-align: middle;
   height: auto;
   font-style: italic;

/* to have a low-res version of image as background-image */
   background-repeat: no-repeat;
   background-size: cover;

   shape-margin: 1rem;

}
Jarvis1010 commented 7 months ago

Planned Breaking Changes

There is a plan to make some breaking changes in the next version of the library. These changes are necessary to improve the library and make it more consistent.

The breaking changes are as follows:

Note: The breaking changes will be released in a major version bump, so you will need to update your code to use the new version of the library. Also those items marked with a checkmark (deprecation items) have already been implemented and are available in the latest version of the library.

Non-breaking Changes

The following are some of the non-breaking changes that are planned for the next version of the library. The items marked with a checkmark have already been implemented and are available in the latest version of the library.

github-actions[bot] commented 3 months ago

Stale issue message

github-actions[bot] commented 1 month ago

Stale issue message