Releases: indiana-university/rivet-react
Releases · indiana-university/rivet-react
v1.0.0
1.0.0 (2019-07-02)
Features
- StepIndicator: Add Step Indicator and Step (#199) (35db62b)
- upgrade: Upgrade Rivet and Add-Ons (#198) (9238fb0)
BREAKING CHANGES
- upgrade: Updates to a new minor version of Rivet
v0.7.5
0.7.5 (2019-04-15)
Bug Fixes
- Documentation: Fixes anonymous function argument (#196) (4a3c110)
v0.7.4
0.7.4 (2019-04-12)
Bug Fixes
- Accessibility: Do more robust URL modification when generating Skip To Content link (117731e)
- Accessibility: Fix "Skip To Content" Link (9c7f327), closes #193
v0.7.3
0.7.3 (2019-04-05)
Bug Fixes
- accessibility: Adds aria-hidden attribute to icons without titles (3d3b5ec)
- accessibility: Adds aria-hidden to Icons (2a0c345)
- accessibility: Adds aria-hidden to Icons (e1d41b3)
- accessibility: Adds Title to Icons (9311337)
v0.7.2
0.7.2 (2019-03-25)
Bug Fixes
v0.7.1
0.7.1 (2019-01-30)
General Changes
Updated the license to BSD 3-clause to match the IU Open Source Guidelines
Bug Fixes
- Alert, Collapse, Dropdown, Header, Modal, Tabs: Buttons in various components didn't specify a type so in certain browsers it would cause form submission if the component was embedded inside of a form. (#170) (bb3d4c9c), closes #169
- File: Switched to use the
FileList
JavaScript API instead of internal state for tracking selected files. This fixes an issue where the description rendered on the File input component would be incorrect when the form containing it was reset. (#171) (b5b37964), closes #166
v0.7.0
0.7.0 (2018-10-29)
Bug Fixes
- File: tsx files were not finding correct path to this module (#160) (82f7956)
Features
- InlineAlert: Fix/clean up variant options in InlineAlert and input components (#158) (bb63a8a7)
- Tabs: Added expected keyboard navigation support (#157) (382fb77)
v0.6.1
0.6.1 (2018-10-03)
Bug Fixes
- File, Modal: Add missing exports for the File and Modal components (#146) (ed9314e)
- Pagination: Add disabled class to pagination item if child is disabled (#147) (3b7ed1c)
- Switch: Allow onClick to be passed and called when a switch is toggled (#145) (6d294ac)
v0.6.0
0.6.0 (2018-09-27)
Features
- Upgrade to Rivet 1.1.0 (#141)
- Alert: Use more consistent color names info, success, danger, warning. (ebeb50e)
- Dropdown: Made label optional (#63) (445f476)
- Table: Add compact and cells boolean attributes (c6085e7)
- Util: Add lr and tb edges and new typescale sizes (809f40f)
v0.5.0
0.5.0 (2018-09-15)
Bug Fixes
- Checkbox: Fix display issue with sr-only label (#123) (681bd95)
- Collapse: Fix a Typescript issue with the collapse component (#132) (546e4a3)
- HeaderIdentity: Fixes two display issues with the header identity menu in the drawer (#135) (4d1fa1e)
- Input: Add sr-only label support (#124) (7850abf)
Features
- Breadcrumbs: Add breadcrumb support (5fdacc9)
- Button: Remove logic to make button disabled if no onClick provider is specified (#136) (a4415d1)
- Collapse: Add collapse add-on support (#130) (e1d709b)
- Pagination: Add pagination support (#133) (c017bef)
- Switch: Add support for addons and the switch component (#129) (8272e83)
- Tabs: Add tabs support (#128) (c390d43), closes #49