Releases: react-ui-org/react-ui
Releases · react-ui-org/react-ui
v0.59.3
- Reset the internal input value when the reset button is clicked in FileInputField (#641) by @atmelmicro (PR #642)
🔧 Maintenance
- Disable Markdown lint check (#650) by @bedrich-schindler (PR #651)
Full Changelog: v0.59.2...v0.59.3
v0.59.2
🐞 Bug Fixes
- Allow to reset
FileInputField
internal state by callingresetState
function on its ref (#630) by @bedrich-schindler (PR #631) - Fix
FileInputField
not resetting properly onreset
event inside of a form (#627) by @atmelmicro (PR #629)
🔧 Maintenance
- Partially disable code owners to enable merge during someone's time off by @bedrich-schindler (PR #633)
Full Changelog: v0.59.1...v0.59.2
v0.59.1
🐞 Bug Fixes
- Introduce border color theming option for default
Card
by @adamkudrna (PR #625)
📖 Documentation
- Tweak fonts in docs by @adamkudrna (PR #624)
Full Changelog: v0.59.0...v0.59.1
v0.59.0
⚠️ Breaking Changes
- Use native font stack (#417) by @adamkudrna (PR #617)
- Drop Neutral Colors collection from
Alert
andCard
(#615) by @adamkudrna (PR #616) - Improve
classNames
JS helper example by @mbohal (PR #585) - Re-implement
Modal
component using HTMLDialogElement (#461) by @bedrich-schindler (PR #544)
🌟 Features
- Introduce custom design of
FileInputField
(#244) by @adamkudrna (PR #601) - Introduce
color
property to theModal
component (#468) by @adamkudrna (PR #614) - Re-implement
Modal
component using HTMLDialogElement (#461) by @bedrich-schindler (PR #544)
📖 Documentation
🔧 Maintenance
- Update Github Workflows to use Ubuntu 24.04 by @bedrich-schindler (PR #589)
Full Changelog: v0.58.0...v0.59.0
v0.58.0
⚠️ Breaking Changes
- Allow check fields and selectable fields to render as required #487 by @adamkudrna (PR #581)
- Split
RUIProvider
into two by @mbohal (PR #583) - Inherit link color in components using the Feedback color collection (#492) by @adamkudrna (PR #565)
🌟 Features
- Add controlled popover by @atmelmicro (PR #582)
- Inherit link color in components using the Feedback color collection (#492) by @adamkudrna (PR #565)
🐞 Bug Fixes
- Fix misplaced Popover when using Floating UI (#566) by @atmelmicro (PR #576)
- Let wide
InputGroup
s honor the minimum input width and overflow horizontally (#522) by @adamkudrna (PR #578) - Fix layout context prop resolving for boolean types (#567) by @atmelmicro (PR #568)
♻️ Refactoring
🔧 Maintenance
- Use Node 22 (current LTS) for development by @adamkudrna (PR #573)
Full Changelog: v0.57.0...v0.58.0
v0.57.0
⚠️ Breaking Changes
- Make
Badge
priority class always present like in all other components by @adamkudrna (PR #561)
🌟 Features
- Introduce theming of
Badge
color variants by @adamkudrna (PR #562)
🐞 Bug Fixes
- Fix
Grid
items/content alignment when just a single value is set (#569) by @adamkudrna (PR #570) - Fix rendering glitch of
Popover
arrow on low-dpi displays by @atmelmicro (PR #559) - Fix MkDocs deployment to GitHub pages (#556) by @adamkudrna (PR #557)
♻️ Refactoring
- Generate styles of
Alert
,Button
andCard
color variants using collections by @adamkudrna (PR #563)
📖 Documentation
- Introduce collections for generative styling of components by @adamkudrna (PR #560)
🔧 Maintenance
- Include
refactor/*
branch name for therefactoring
label by @adamkudrna (PR #564) - Switch
@visionappscz/stylelint-config
to v4 by @adamkudrna (PR #558)
Full Changelog: v0.56.0...v0.57.0
v0.56.0
⚠️ Breaking Changes
- Require Node version 20 and update dev dependencies by @bedrich-schindler (PR #549)
🌟 Features
- Make
transferProps
available to users (#524) by @dacerondrej (PR #548) - Allow form fields'
label
to accept any node (#526) by @bedrich-schindler (PR #543) - Introduce nested
RUIProvider
(#541) by @bedrich-schindler (PR #542)
🐞 Bug Fixes
- Correctly align label of inline fields (
Checkbox
,Toggle
) in horizontalFormLayout
by @adamkudrna (PR #547)
📖 Documentation
🔧 Maintenance
- Handle GitHub release publishing with
gh
CLI (#531) by @adamkudrna (PR #553) - Upgrade Stylelint to v16 by @adamkudrna (PR #550)
Full Changelog: v0.55.1...v0.56.0
v0.55.1
🐞 Bug Fixes
🔧 Maintenance
- Minor release workflow improvements by @adamkudrna (PR #539)
- Update GitHub actions to their latest versions by @adamkudrna (PR #538)
- Store current Node version in
.nvmrc
file for those using nvm by @adamkudrna (PR #535)
Full Changelog: v0.55.0...v0.55.1
v0.55.0
⚠️ Breaking Changes
- Leverage CSS cascade layers to fix and user-proof styles order by @adamkudrna in #529
- Do not set any dimensions of
<html>
and<body>
elements (#523) by @adamkudrna in #525 - Update blacklisted props that can be passed to native HTML elements using the transferProps principle by @mbohal in #520
🐞 Bug Fixes
- Prevent
Tabs
andScrollView
from unwanted cross-axis scrolling during keyboard navigation #499 by @adamkudrna in #527
📖 Documentation
- Correct the documentation of CSS usage by @adamkudrna in #528
- Omit link to legacy list of React synthetic events in component documentation by @mbohal in #519
🔧 Maintenance
- In
*.md
files use 4 spaces wide indent for better compatibility with GitHub and Bitbucket by @mbohal in #521 - Use development CSS and JS in docs to improve code readability by @adamkudrna in #516
- Create
.env
file automatically afternpm install
(don't overwrite if already exists) by @adamkudrna in #515
Full Changelog: v0.54.0...v0.55.0