Skip to content

Releases: knadh/oat

v0.4.0

23 Feb 10:28

Choose a tag to compare

Breaking changes

  • class="spinner" is replaced with aria-busy="true"
  • Toast functions have changed to ot.toast(), ot.toast.el(), ot.toast.clear() in addition to being available as ES6 modules.

What's Changed

  • fix: ensure that commandfor polyfill only affects button elements by @TravonteD in #68
  • fix: add resize event to dropdown for proper repositioning by @amareshsm in #65
  • fix: add missing --faint-foreground variable and implement .text-lighter by @amareshsm in #64
  • chore: move .unstyled utility inside @layer utilities by @amareshsm in #63
  • [Updated to typo fixes] docs typo cleanup by @sarthakworks in #81
  • Make border on focused form elements more visible by @klovaaxel in #90
  • ot-dropdown: flip on overflow; add Home/End/Escape keys by @shreyansh96 in #95
  • enhancement: Improve dialog spacing and responsive margins by @Vikram-Hegde in #100

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

15 Feb 11:37

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Feb 03:29

Choose a tag to compare

What's Changed

  • fix: persist theme toggle with localStorage by @ashishxcode in #4
  • fix: dark mode style fixes for scrollbars and chevron icon colors by @Vikram-Hegde in #16
  • fix(docs): prevent FOUC in dark mode by @Vikram-Hegde in #18
  • feat(css): migrate to logical properties for better internationalization by @Vikram-Hegde in #19

New Contributors

Full Changelog: v0.1.0...v0.2.0