Releases: cision/rover-ui
Releases · cision/rover-ui
v4.1.3
v4.1.2
v4.1.1
v4.1.0
v4.0.0
v4.0.0-alpha.2
Features
- Merged in
Select
component in from master branch
v3.1.0
v4.0.0-alpha.1
Features
- Adjusted colors on
Button
s for a11y #311 - Added more focus and active state styles for
Button
s for a11y #317
Breaking changes
These changes don't really "break" things, but ...
Button
'shollow
prop is deprecated in favor ofoutline
- There are changes to the visual appearance of several
Button
levels!
Before:
After:
v3.0.0
Breaking changes
Node 10.x is no longer supported (#336)
Node 10.x lost LTS maintenance status a while back. (April 2020, if I'm inferring correctly).
https://nodejs.org/en/about/releases/
Apart from a general desire to to use current JavaScript features, dropping 10.x support unblocks modern versions of jsdom for jest testing and @testing-library/react's async methods dependably. Previously we were having issues like this.
We've polled known consumers, and turned up zero cases where RoverUI was being used with Node 10.x