Releases: adaptui/react
Releases · adaptui/react
v0.1.1-alpha.6
v0.1.1-alpha.5
test: refactored tests & added utility tests (#94) * test: refactored all tests and added utils test * test: added calendar utils tests * test: added tests for timepicker utils * test: mock date and fix tests * chore: added timezone in github action * chore: fix gh action
v0.1.1-alpha.4
v0.1.1-alpha.3
chore(release): 0.1.1-alpha.2
v0.1.1-alpha.1
Bug Fixes
- fix broken tests (b60d91f)
v0.1.1-alpha.0
Bug Fixes
- publish: 🔧 bug with npm publish & add prepublish script (9b2468f)
v0.1.0
Bug Fixes
- getCellOptions type (10d28d0)
- toast ally issue (#40) (188284f)
- typo in scripts (dd90db4)
- accordion: 🐛 add keys and make default loop true (39c7c57)
- number-input: 🐛 bug with mouse spin (ec58392)
- pagination: 🐛 fix pagination keys name (48bb0d2)
- select: reduce typeahead delay & focus selection bug (#8) (676c3e2)
- slider: ✏️ fix focus on Slider and stories (841a63e)
Features
- accordion: ✨ add accordion components (1b4b61e)
- accordion: ✨ update accordion to expose panel open (3117edd)
- build: ✨ babel es & cjs build (d22e80a)
- button: ✨ add react aria buttons & interactions (#9) (b61e990)
- calendar: ✨ version 1 (#51) (7ec40f7), closes #52 #54 #55
- link: ✨ add breadcrumbs with link (f69c990)
- meter: ✨ add meter components (7881cb4)
- meter: ✨ add meter functionalities (89d56f8)
- number-input: ✨ add numberinput component (abfc8a4)
- pagination: ✨ initiate pagination (36e4513)
- progress: ✨ add circular progress example (d35e519)
- select: Improved Select & Combobox behaviours (#10) (9feb564)
- slider: ✨ add slider component (3b6e4a4)
- slider: ✨ add SliderInput and refactors (f295071)
- tsc: ✨ add types build (c5e3ad9)
- wip added range calendar (440e616)
- meter: ✅ add tests and examples (e87fbac)
- pagination: ✨ stablilize pagination (bd60cb2)
- ✨ update accordion with more features (0f094f6)
- ✨ bootstrap initial project files (d84c191)
- added drawer component (#20) (f25f99c)
- added mouse wheel behaviours (4b72a0d)
- added toast component (#17) (1b18d05)
- progress: ✨ add progress components (62afa46)
- added select component (4f74414)
- wip select popover (d59b33c)
Performance Improvements
- prevent 2d array generation on each render (44498c6)