Skip to content

Releases: adaptui/react

v0.1.1-alpha.6

05 Nov 08:41
c2b94b0
Compare
Choose a tag to compare
v0.1.1-alpha.6 Pre-release
Pre-release

Bug Fixes

  • js generate script path.sep (#132) (e6873a0)
  • a11y: date range picker voiceover fix (#105) (9993df4)
  • wrong validation state in date range picker & reexport it (#100) (584fae5)

Features

  • progress: ✨ improve progress state (b3300ad)
  • storybook: 📝 add csb, copy & preview for accordion (#123) (7cc6bd5)

v0.1.1-alpha.5

15 Oct 15:18
84614cb
Compare
Choose a tag to compare
v0.1.1-alpha.5 Pre-release
Pre-release
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

14 Oct 13:20
f90f476
Compare
Choose a tag to compare
v0.1.1-alpha.4 Pre-release
Pre-release

Bug Fixes

  • buttons: 🐛 remove buttons altogether (3d8bdf9)
  • spin-buttons: 🐛 add aria-buttons for spin button types (9606a7d)
  • timepicker voiceover a11y (#84) (bf9cdc6)

Features

  • added DateRangePicker (#91) (0a1cabd)
  • accordion: ✨ improve accordion state with better aria & tests (2f47dbc)
  • time-picker: ✨ add keyboard navigation to the column (0a514ad)
  • added TimePicker v1 (#59) (7295695), closes #75

v0.1.1-alpha.3

07 Oct 10:24
Compare
Choose a tag to compare
v0.1.1-alpha.3 Pre-release
Pre-release
chore(release): 0.1.1-alpha.2

v0.1.1-alpha.1

01 Oct 10:22
1cf87af
Compare
Choose a tag to compare
v0.1.1-alpha.1 Pre-release
Pre-release

Bug Fixes

v0.1.1-alpha.0

01 Oct 07:41
Compare
Choose a tag to compare
v0.1.1-alpha.0 Pre-release
Pre-release

Bug Fixes

  • publish: 🔧 bug with npm publish & add prepublish script (9b2468f)

v0.1.0

01 Oct 07:23
6607b85
Compare
Choose a tag to compare

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)