Releases: knadh/oat
Releases · knadh/oat
v0.5.1
What's Changed
- fix: use CSS variable for tooltip z-index instead of hardcoded value by @rohitrath0d in #117
- Add: prefers-reduced-motion support for WCAG compliance by @amareshsm in #75
New Contributors
- @rohitrath0d made their first contribution in #117
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix: add accessibility attributes to SVG icons in base.html by @Unmesh100 in #129
- docs: fix select placeholder example by @pavan-sh in #131
- docs: remove placeholder API doc link by @pavan-sh in #139
- fix : correct typos in docs, templates, and source comments by @prahaladhchandrahasan in #137
- Add theme switcher to demo page by @knadh in #141
- feat(avatar): add component CSS and docs examples by @kantbtrue in #134
New Contributors
- @Unmesh100 made their first contribution in #129
- @pavan-sh made their first contribution in #131
- @prahaladhchandrahasan made their first contribution in #137
- @kantbtrue made their first contribution in #134
Full Changelog: v0.4.2...v0.5.0
v0.4.2
What's Changed
- docs: add oat-animate to Oat Extensions list by @dharmeshgurnani in #112
- fix: rename demo-menu to nav-menu in base.html, due to duplicate id with dropdown by @MilanVlaski in #121
- Fix
<main>top spacing across multiple states (with/without sidebar/topnav) by @knadh in #123 - Fix missing right border on last element in input groups by @roie in #127
New Contributors
- @dharmeshgurnani made their first contribution in #112
- @MilanVlaski made their first contribution in #121
- @knadh made their first contribution in #123
- @roie made their first contribution in #127
Full Changelog: v0.4.1...v0.4.2
v0.4.1
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Breaking changes
class="spinner"is replaced witharia-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
resizeevent 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
- @TravonteD made their first contribution in #68
- @sarthakworks made their first contribution in #81
- @klovaaxel made their first contribution in #90
- @shreyansh96 made their first contribution in #95
Full Changelog: v0.3.0...v0.4.0
v0.3.0
What's Changed
- Fix typo in toast button example by @muhammad-paksi in #35
- Fix link to theme.css by @hfactor in #38
- docs: clarify ot.toast() parameter order (message, title) by @amareshsm in #50
- Fix typo in download instructions for CSS and JS files by @santanubiswas948 in #54
- docs: add Extensions section beginning with oat-chips library by @someshkar in #26
New Contributors
- @muhammad-paksi made their first contribution in #35
- @hfactor made their first contribution in #38
- @amareshsm made their first contribution in #50
- @santanubiswas948 made their first contribution in #54
- @someshkar made their first contribution in #26
Full Changelog: v0.2.0...v0.3.0
v0.2.0
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
- @ashishxcode made their first contribution in #4
- @Vikram-Hegde made their first contribution in #16
Full Changelog: v0.1.0...v0.2.0