Releases: cision/rover-ui
Releases · cision/rover-ui
v2.10.2
Fixes
- Update Button tag property type to accept strings #330
v2.10.1
Bug fixes
Tooltip
text wraps correctly when using strings and width input (EVER-14122) #323
Misc
- Bump elliptic dependency in from 6.5.3 to 6.5.4 in /example (Dependabot) #304
v2.10.0
Feature
EasyDropdown
's menuItems
prop's entries have a new closeOnClick
option so you can suppress the default behavior. (Default is true.) #322
v2.8.1
Documentation
- Added instructions for consumers to load rover-ui.css in main README (#318)
v2.8.0
Features
- Added
Input.Checkbox
component #316
Documentation
- Added instructions for admins about updating the changelog to PUBLISHING.md #315
v2.7.0
Features
- Added
Modal
component #309
v2.6.0
Features
Tooltip
has 2-axis alignment options now, e.g. "top-left" #307
Fixes
- Misc
Tooltip
a11y improvements, like "Escape" to dismiss, open on focus, and more. #307
v2.5.0
Features
- Add
Typography
component #280
Fixes
- Fix hygen + eslint bug
#288
Documentation
- Removed attributes we don't need to explicitly define on
Input
components. #297
Chores
- Removed third-party theming systems from the project.
#272
- Bump ini from 1.3.5 to 1.3.8 in /example
#287
- Bump dot-prop from 4.2.0 to 4.2.1 in /example
#286
v2.4.8
Fixes
- fix: #279
Button
type
prop now overrides default. (You can make submit buttons now!) #282
Documentation
- Update CONTRIBUTING.md to replace references to arbitrary "champions" with "admins". Add component writing guidelines. Move publishing info to new PUBLISHING.md.
#278
Tests
- Remove exclusive test and add prop type for test component
#277
- Skipping some tests of incomplete/unused
timeZoneOffset
functionality. #282