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.
- #92 Resolves issue related URL scheme on Windows for export command
- #92 Resolves issue related URL scheme on Windows
- #93 Removed console.log (Thanks @ineshbose!)
- Fixed issue where the default Tailwind config would always be displayed in the config viewer.
- #92 Fixed issue where Tailwind config files using ESM syntax would cause the config viewer to break. This fix requires Node >= 13 which is a breaking change and the reason for the major version bump.
- #90 Updated Koa Router version to fix dev server slowness
- Typo in default typography example sentence
- #67 Class names and values not displaying when fontWeights are defined in config
- Config viewer not working with Nuxt 3 nuxt-community/tailwindcss-module#459
- #43 Add Font Famililes section with custom font support
- #51 Tailwind v3 not included in peerDependencies
- #46 Incorrect rendered font size when font size is declared as an array in Tailwind 2.0 (bug introduced in v1.6.0)
- Color section removed from config viewer
- #30 Output current Tailwind version
- #32 Font sizes don't always appear sorted by font size
- #33 ESLint warning in stickyEvents module
- #44 Don't display sections that have been disabled in corePlugins
- 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