Skip to content

v1.6.0

Compare
Choose a tag to compare
@becem-gharbi becem-gharbi released this 23 Nov 10:18
· 216 commits to main since this release

compare changes

πŸš€ Enhancements

  • Add NaiveMenuLink component (0f3a1b0)

πŸ”₯ Performance

  • NaiveNavbar: Remove NMenu and use NaiveMenuLink instead (b0f6fca)
  • Remove colorMode middleware and replace it with navigation hook (5efb5a5)
  • useNaiveDevice: Reduce regex size (d90b9ea)

πŸ’… Refactors

  • Use navigation hook instead of watching route (bf1b455)
  • Avoid create color mode cookie if not needed (#34, #22)
  • theme: Set height to 36px on mobileOrTablet of Pagination and Tag (6b8316a)
  • Add colorModePreferenceCookieName config option (b5430e0)
  • Use RegExp.exec() instead of match() (7ac6a5b)

❀️ Contributors