Skip to content

v0.10.6

Compare
Choose a tag to compare
@AVGVSTVS96 AVGVSTVS96 released this 22 Apr 19:01
· 188 commits to master since this release
a28e7ea

v0.10.6

Refactor

  • Add Styles suffix to Prose.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 in ReactHeader 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 to Dropdown 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
    • Use index + 1 as key in DropdownMenu map function instead of item.name in #224
    • Update ThemeOptions array with colored circle elements in #225
    • Use tooltip components within ThemeOptions array in #227
    • Extract tooltip and circle element into ThemeOptionItem component in #228
  • Install shadcn-ui navigation-menu component in #235
    • Use navLinks components built with shadcn navigation-menu in #236

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, add rounded-md in #246

Dependencies

Full Changelog: v0.10.2...v0.10.6