Releases: adaptui/react-tailwind
Releases · adaptui/react-tailwind
Release v0.0.1-alpha.17
Release v0.0.1-alpha.16
0.0.1-alpha.16 (2021-10-05)
Feature Updates
- ✨ finish ground works for radio (0b8c2b2)
- checkbox: ✨ add checkbox label (51713fa)
- checkbox: ✨ add text & description (3f881a4)
- checkbox: ✨ add updated checkbox core component (904f96d)
- checkbox: ✨ finalize the new rfc (d758d32)
- checkbox: ✨ implement best simple comp & more changes (d3a1d4c)
- checkbox: ✨ update checkbox with icon styles (54b4be2)
- checkbox: ✨ update simple method with state & more (2a2323f)
- checkbox: ✨ use reakit for custom checkbox (419243c)
- props: ✨ provide clone passing props (66df926)
- radio: ✨ finish radio component (2e5691e)
- tw-merge: ✨ add tailwind merge for cx (344045d)
Bug Fixes
- tailwindcss: 🐛 patch causing the builds to fail (cad73c9)
Test Updates
- spinner: ✅ fix spinner related test bugs (bad59e2)
Code Refactors
- box: ♻️ use box, tcm & cx whereever possible (24290ea)
- button: ♻️ finalize stateful & stateless code type (1afaa68)
- button: ♻️ update cloning & passing props (bdbdbfe)
- checkbox: ♻️ add useCheckboxProps & left context exp (3b61b2d)
- checkbox: ♻️ continue checkbox experimenting (2a50c05)
- checkbox: ♻️ properly move props from state (8aa55f3)
- checkbox: ♻️ reakit styled composition (656efb4)
- checkbox: ♻️ start checkbox with the lessons learned (fca2110)
- format: 🎨 update format for new prettier version (4fc69a8)
- spinner: ♻️ change aria to proper name label (d99c7ec)
- spinner: ♻️ use reakit spinner (ac0ec33)
Maintanance Updates
- ⬆️ upgrade deps (4da958e)
- 🔨 use yarn 3 and its patch (b263036)
- branch: 🔧 change master to main (c44db34)
- config: 🔧 update deps & patches (a59c586)
- config: 🔧 update dev setup configs (11aeee3)
- config: 🔧 update eslint import config (2f89443)
- deps: ✨ update prod & dev deps (eb211cd)
- deps: ⬆️ update actions/checkout action to v2 (#157) (bb1fa52)
- deps: ⬆️ update actions/setup-node action to v2 (#158) (7f4cd0a)
- deps: ⬆️ update dev dependencies (minor) (#155) (1797fa5)
- deps: ⬆️ update dev dependencies (minor) (#159) (43e6f45)
- deps: ⬆️ update dev dependencies (minor) (#160) (a2886fd)
- deps: ⬆️ update dev dependencies (minor) (#161) (df9459f)
- deps: ⬆️ update dev dependencies (minor) (#162) (887df74)
- deps: ⬆️ update dev deps (780693f)
- deps: ⬆️ update dev deps (dd48e73)
- deps: pin dependencies (#154) (76cc714)
- license: 🔧 update year (f312d58)
- package: ⬆️ add renovate to manage deps (#153) (9a63b39)
- package: ⬆️ update all deps to latest (3bf53db)
- package: ⬆️ upgrade dev deps (d67a57d)
- package: ⬆️update @types/node to version 16.10.1 (#150) (07493ad)
- package: ⬆️update all of jest to version 27.2.2 (#149) (a5ef30e)
- package: ⬆️update autoprefixer to version 10.3.6 (#151) (55825f3)
- package: ⬆️update postcss to version 8.3.8 (#148) (80d5747)
- package: ⬆️update postcss-cli to version 9.0.0 (#152) (9a6f04f)
- package: ⬆️update react-hook-form to version 7.16.0 (#147) ...
Release v0.0.1-alpha.15
0.0.1-alpha.15 (2021-08-13)
Bug Fixes
- badge: 🐛 classes mistakes (6f4c441)
- button: 🐛 update to spinner theme structure (4f45a29)
- button: 🐛 add back border for the ring changes (340acfb)
- theme: 🐛 test issue with extend (44f5c71)
Test Updates
- badge: 📸 update snapshot (6e9941e)
Updates Reverted
Feature Updates
Maintanance Updates
- deps: ⬆️ update prod & dev deps (6013bc4)
- patch: 🔧 update for the new version (7599852)
- update checkbox theme structure (#126) (29f98bd)
- update checkbox theme structure (#126) (5b437c1)
Code Refactors
- button: ♻️ restructure button theme & add 2base (2a57faf)
- button: ♻️ add bg for the ghost variant (36798e4)
- button: ♻️ add button changes to the theme (78eb1d5)
- button: ♻️ fix active styles (99b0b93)
- button: ♻️ move classess to thier appropriate objects (9e0b86f)
- button: ♻️ update size structure for plugin sync (391df02)
- datepicker: ⚡️ remove date-fns (67d62ab)
- minor refactors and cleanups (#127) (4c79755)
- minor refactors and cleanups (#127) (a16a8cf)
- theme: ✨ add support for defaultTheme with extend (c2feed3)
- types: 🏷️ update types to match button types (d691520)
Build Updates
Release v0.0.1-alpha.14
Release v0.0.1-alpha.13
0.0.1-alpha.13 (2021-07-16)
Bug Fixes
- button: 🐛 fix button transform & use lesser lodash fn (db79d5a)
- checkbox: 🏷️ type issue with ts ignore temporarily (8d19b66)
Build Updates
- prettier: 🔧 ignore changelog from formating (a314c0e)
Release v0.0.1-alpha.9
0.0.1-alpha.9 (2021-07-15)
Bug Fixes
- button: 🐛 line height being cascaded by font size (35caf54)
- button logic & added one more test case (84590b5)
- ignore prefix suffix children on button iconOnly (3415127)
- button: 🐛 fix types & move fns to utils (62b6bc5)
- button: 🐛 loading button ui (59d1321)
- button: 🐛 remove borders on outline variant (12ce3a9)
- button: 🐛 revert pointer events change (ce30278)
- storybook: 🐛 pseudo state global decorator & also with vite (78a07e7)
- 🔥 fix bugs & arrange imports (16d72bc)
Build Updates
- babel: 🔧 update babel config (9138671)
Documentation Changes
- added docs site link (47e0c05)
Maintanance Updates
- 🔧 update deps & chores (cc09546)
- deps: ➖ remove unused storybook addon links (7c035a9)
- deps: ⬆️ update & patch deps with releaseit (#118) (e03db10)
- release: 0.0.1-alpha.8 (1aa1e36)
- storybook: ♻️ add a story example to test a11y (9e01fa1)
Feature Updates
- badge: ✨ update to the new design (#124) (1d9734c)
- button: ✨ add disabled a11y to button (48cbbf6)
- button: ✨ add live region for loading status (b3dd6fa)
- 🔥 add icononly & simulate pseudo state in stories (687bcf1)
- 🔥 add play for hover (2bdfb7b)
- 🔥 add prefix suffix with loading states (79e031f)
- 🔥 csf v3 & add antialiased globally (bd7a773)
- ✨ add active button transform (fdde66e)
- ✨ add iconOnly spinner & absolute spinner (c70b425)
- ✨ add new button improvement (465fbba)
- added extendTheme utility for better DX (#115) (beaec2b)
- improved Renderlesskit.GetThemeValue type (#117) (70793da)
- rexport extendTheme (#119) (0c289e6)
- update theme structure for components (#116) (88f8fb9)
Code Refactors
- button: ♻️ change the buttonChildren conditions (93daabb)
- button: ♻️ fix disabled button with css (8b3014b)
- button: ♻️ split button components & add announcer (d5a449e)
- lodash: ♻️ use lodash-es for tree shaking (38d1d75)
- tailwind: ♻️ fix tailwind transform bug (e5846f7)
- ♻️ migrate from newButton to button (f9220e1)
- improve checkbox, switch's form integration & better prop naming (#111) (b54b11c)
Test Updates
Release v0.0.1-alpha.12
Release v0.0.1-alpha.11
Release v0.0.1-alpha.10
v0.0.1-alpha.8
Reverts
- revert: ⏪ revert split types changes (e1a22a2)