Releases: react-ui-org/react-ui
Releases · react-ui-org/react-ui
Release list
v0.50.2
v0.50.1
v0.50.0
v0.49.0
🌟 Features
🐞 Bug Fixes
♻️ Refactoring
📖 Documentation
v0.48.0
⚠️ Breaking Changes
- Decompose
ModalintoModal,ModalHead,ModalBody,ModalContentandModalFooterand extend its documentation (#306) (PR #387) - Rewrite
ScrollViewAPI to limit the number of customization approaches (#303) (PR #396) - Limit
Gridgap props to accept only available spacing values (#402) (PR #407) - Prefer
defaultPropsover theme defaults (#308) (PR #403) - Move ref forwarding from HoC to components, unify imports (#385) (PR #405)
🌟 Features
🐞 Bug Fixes
- Do not let auto-sized
Modaloverflow the viewport when min/max limits are too large (PR #399) - Fix
Tabsborder color (PR #391) - Auto-size
Popoverand prevent it from inheriting typography (PR #392)
📖 Documentation
🔧 Maintenance
- Update supported browser versions (PR #400)
v0.47.0
⚠️ Breaking Changes
- Drop
Listlayout in favour of basicGridlayout (#382) (PR #384) - Drop
Medialayout in favour ofToolbar(PR #388) - Reduce
Gridtheming API in favour of global props (PR #389) - Refactor
Toolbarto usegapproperty for spacing between items (#333) (PR #380) - Rename breakpoints so they scale better (#354) (PR #381)
- Pass translations through context instead of props (#360) (PR #365)
🌟 Features
- Introduce
Popovercomponent (#45) (PR #378) - Ensure that
idoption is available for all components (PR #383)
🔧 Maintenance
v0.46.0
⚠️ Breaking Changes
- Require Node 16 which is current LTS (PR #371)
- Define and fix rendering of components when no children are provided (#305) (PR #367)
- Display labels of inline form fields in the same
FormLayoutcolumn as other labels (#323) (PR #375) - Rename
Linkcomponent toTextLinkand pass in the display value vialabelprop instead ofchildren(PR #368) - Unify the propTypes
labelto be always string andvalueto be always either string or number (PR #366)
🌟 Features
- Introduce flexible
ToolbarItem(PR #369)
🐞 Bug Fixes
🔧 Maintenance
- Update GitHub actions to their latest versions (PR #372)
v0.45.0
⚠️ Breaking Changes
🌟 Features
- Extend box alignment helper classes to cover more use cases with
Gridand flex helper (PR #362) - Link sizes of box form fields to
Buttonsizes to make customisation easier (PR #356) - Vertically expand
Buttons with long labels to prevent overflow (PR #355)
♻️ Refactoring
- Refactor components which use multiple class names to use
classNamesutil to unify approach of writing class names and to avoid empty spaces in output; refactor all helper files to use named exports, move all helper files fromservicesandutilsintohelpersfolder and rename allhelpersfolders on component level to_helpers(#270) (PR #342)
🔧 Maintenance
v0.44.1
v0.44.0
⚠️ Breaking Changes
- Update React to version 17 and update rest of dependencies (PR #336)
🐞 Bug Fixes
- Ease PropType validation of the
childrenprop to allow passing in nonrenderablefalseandnullvalues (#332) (PR #339)
📖 Documentation
- Fix links in docs now when component categories are no longer present in URI (PR #337)