v0.10.6
v0.10.6
Refactor
- Add
Styles
suffix toProse.astro
tailwind variable names in #211 - Use LCH colors for better rainbow gradient in #212
- Remove DropdownMenuItem, items prop, and map from DropdownMenu.tsx in #233
Enhancements
- Create accent color selector and use in react header in #214
- Add button variant prop to dropdown menu in #213
- Add
onSelect
prop to Dropdown component in #215 - Change dropdown menu width, remove
w-24
in #216 - Remove hidden class from
DropdownMenu
, hide buttons inReactHeader
in #217 - Update accent color selector, first working version in #218
- Use local storage to store and set the accent color in #219
- Add
ariaLabel
prop toDropdown
component in #220
- Update AccentColorSelector logic to AccentColorSelector dropdown in #223
- Fix
AccentColorSelector
storage event listener not working, refactor code in #231
- Add shadcn tooltip component in #226
- Install shadcn-ui navigation-menu component in #235
- Use navLinks components built with shadcn
navigation-menu
in #236
- Use navLinks components built with shadcn
Miscellaneous
- Add tailwind settings to
settings.json
in #210 - Update dependabot workflow groups in #205
- Update
ReactHeader
padding, make responsive for smaller screens in #229 - Add tailwind attributes and functions to .prettierrc to sort tailwind classes in #245
- Remove unused import, add
tabindex={-1}
to buttons, addrounded-md
in #246
Dependencies
- bump astro to 4.6.1 and astro-expressive-code to 0.35.0 by @dependabot in #208
- bump the react group with 4 updates by @dependabot in #209
- bump the misc group with 3 updates by @dependabot in #206
Full Changelog: v0.10.2...v0.10.6