Releases: cision/rover-ui
Releases · cision/rover-ui
v2.4.7
Fixes
- fix: InputTime validation works with midnight ("00:00") as the value, min, and/or max
#276
v2.4.6
Fixes
- fix: min max validation without native input[type=time] support
#273
Refactors
- EasyDropdown => TypeScript
#225
- Grid => TypeScript
#262
v2.4.5
Fixes
- fix: Clear false eslint error related from tab menu items without keyboard-friendly click handlers.
#271
v2.4.4
Fixes
- fix: Fix an issue with clicking custom
TabMenu.Item
s #270
v2.4.3
Fixes
- TypeScript and CSS custom prop fixes
#269
- Made some types more permissive to improve backwards compatibility
- Moved custom CSS property definitions to src/shared/sizing.css
v2.4.2
Fixes
Input
gets explicit box-sizing #266
Refactors
TabMenu
=> TypeScript #213
v2.4.1
Refactors
- Move SideTray to TypeScript
#244
- Convert EasyPill component to TypeScript
#250
Tests
- Add
InputTime/utils
tests and prepare for timeZoneOffset
prop #255
v2.4.0
Features
- InputTime dropdown menu has default max height of 10.5 rows (#252)
#249
Fixes
- Alignment and style fixes for InputTime
#253
Documentation
- Seemed like the idea was incomplete -- "left higher-order components" to "left out higher-order components"
#242
v2.3.0
Minor changes
- Accordion converted to TypeScript #243
InputTime
takes formatTime
for custom i18n time string formatting #237
InputTime
takes step prop for dropdown options and validation #236
v2.2.2
Minor fixes
- Ignore .vscode configs #239
- Fix Pill action spacing #238 #235