All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Config viewer not working with @nuxtjs/tailwindcss module 4.x+ Issue
- #24
typographyExample
config option baseFontSize
config option- #23 Display equivalent pixel value for any rem value
- #25 Highlight current section in side nav
- Screen section class name prefix now uses separator value from config file
- Remove DEFAULT suffix from ease class name when using Tailwind 2.0
- Moved Vue related deps to devDeps to prevent uncessary install
- Copy multiple classes via shift+click
- Sticky Color and Spacing section header controls for easier access while scrolling
- Mobile breakpoint improvements
- Namespaced dark mode local storage key to avoid conflicts with apps running on same port (Nuxt)
- Global
npx tailwind-config-viewer
command error due to missing module
- Ability to serve config viewer via middleware
- themeReplacements not working correctly Issue.
- Labels were displaying -DEFAULT for certain values when used with Tailwind 2.0
- Font Size labels were displaying array instead of font size value when used with Tailwind 2.0
- Tailwind is now peer dependency. This change allows the resolving of the Tailwind config to use the same version of Tailwind as your project. Previously, if you project was using Tailwind 2.0, the config displayed in the config viewer would use the Config Viewers version of tailwind resulting in the wrong default values in some instances.
- Selected color property not referencing correct theme color object. Previously background, text and border were all referencing
theme.colors
. They now correctly referencetheme.backgroundColors
,theme.textColors
andtheme.borderColors
.
- Extra dash added to Tailwind config prefix value Issue
- Ability to replace theme values used in the config viewer Issue
- Incorrect dark mode button hover color
- Transitions Section
- Dark Mode
- Made spacing and sizing of section rows more consistent
- Removed divider between text section rows
export
command error Issue
- Demo of viewer using default Tailwind config
- Asset paths are now relative enabling static export to be hosted in subdirectories
- Error due to missing lib directory in npm package Issue
export
command to export the viewer for static hostingserve
command to serve the viewer. This is the default command and equivalent to runningtailwind-config-viewer
without specifying a command.
- Initial Release