Skip to content

Release v0.0.1-alpha.9

Pre-release
Pre-release
Compare
Choose a tag to compare
@navin-moorthy navin-moorthy released this 15 Jul 10:04
· 510 commits to main since this release

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

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