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 https://github.com/knadh/oat/pull/68
- fix: add
resizeevent to dropdown for proper r...