v0.13.0
🚨 Breaking Changes
- css: CSS vars renamed - by @jd-solanki (024f9)
- select: Reuse
AFloating
&AList
components - by @jd-solanki (21329)
🚀 Features
- ALoader:
- New component - by @ManUtopiK and @jd-solanki in #119 (d0fb0)
- anu-nuxt:
- Better support and config - by @cpreston321 in #108 (46a05)
- Improved nuxt module + nuxt DevTools support - by @cpreston321 in #137 (815cb)
- card:
- Shadows & card bg updated - by @jd-solanki (1a472)
- floating:
- New component - by @jd-solanki (5eba7)
- layer:
- Support arbitrary color including hsl, rgb, named color etc - by @jd-solanki (7bb53)
- list:
- Added few convenient props for passing them to list item - by @jd-solanki (4f7c5)
- loader:
- Simplified loading in components - by @jd-solanki (908f0)
- Loader component improvements - by @jd-solanki in #130 (4d10b)
- preset-theme-default:
- Added
kbd class
- by @jd-solanki (db84c)
- Added
- select:
- Add various slots of
AList
viadefineSlots
- by @jd-solanki in #133 (6cf77)
- Add various slots of
- switch:
- Added on-value and off-value props - by @IcetCode and @jd-solanki in #136 (355a5)
- Added array support via
useCheckbox
composable - by @jd-solanki (1f194)
- tabs:
- New component +
AViews
+ Transition components - by @jd-solanki in #142 (3ebb9)
- New component +
- theme:
- Add new colors,
useAnu
composable, Theming improvements - by @jd-solanki (e3402) - Added CSS var for body bg - by @jd-solanki (4073c)
- Add new colors,
- tooltip:
- New component - by @jd-solanki (2a5c3)
- typography:
- Added
a-title
&a-subtitle
classes - by @jd-solanki (55afe)
- Added
- useCheckbox:
- Allow indeterminate state - by @jd-solanki (d5bd1)
- useLayer:
- Support
color: inherit
as special value - by @jd-solanki (1975b)
- Support
- useParent:
- New composable - by @jd-solanki (e25f2)
🐞 Bug Fixes
- Export all
composables
- by @cpreston321 in #109 (abb70) - Icon glitch in Firefox - by @ManUtopiK and @jd-solanki in #76 (0d5e2)
- --a-spacing:
- Properly inherit spacing by removing useSpacing - by @jd-solanki (0b6cb)
- @anu-vue/nuxt:
- Fixed import issue - by @cpreston321 in #115 (4e53e)
- Auto Import and Enable Icons - by @cpreston321 in #118 (0ac1f)
- btn:
- Remove pointer events from before pseudo element - by @jd-solanki (99710)
- checkbox:
- Emit single event on input - by @jd-solanki (d8efa)
- list:
- Spacing prop wasn't working on list - by @jd-solanki (d9f37)
- List item slots wasn't passed due to slot name prefix - by @jd-solanki (eec94)
- Handle reactive items - by @knoxnoe, goutongwang and @jd-solanki in #144 (ae423)
- menu:
- New btn structure & loader broke menu - by @jd-solanki (c0525)
- preset-theme-default:
- Merge user
shortcutOverrides
in shortcuts - by @jd-solanki (40786)
- Merge user
- select:
- Emit input & change events when option is selected - by @jd-solanki (49eb1)
- table:
- Wrong pagination meta on filter - by @jd-solanki (2fb39)
ADataTable
shows wrong pagination meta - by @jd-solanki (c3402)
- tooltip:
- Bg color in dark theme - by @jd-solanki (25792)
- Fix tooltip not properly targeting on HTML element - by @jd-solanki (8e997)
- transition:
- Don't override other transform properties - by @jd-solanki (81a5d)
🏎 Performance
- rating: Use
useColor
instead ofuseLayer
- by @jd-solanki (105d6)