Releases: 4sllan/nuxt-feather-icons
Releases · 4sllan/nuxt-feather-icons
Release list
🚀 Release v1.4.2
🚀 Release v1.4.1
🚀 Enhancements
- nuxt-feather-icons: Enable feather icons in navigation components (4a83ee5)
- IconExplorer: Add dark mode support (70268a3)
- nuxt-feather-icons: Display feather icons in search results (8438653)
- nuxt-feather-icons: Add default size, stroke width, and CSS class options (4c8fcfc)
- nuxt-feather-icons: Add global configuration support for icon props (2acfdef)
- nuxt-feather-icons: Enable default prefix and add icon rendering parameters (ca31abd)
🩹 Fixes
- docs: Update documentation edit links (de4fd0b)
- nuxt-feather-icons: Fix size unit parsing logic (7d3bdfc)
💅 Refactors
- nuxt-feather-icons: Migrate root route redirect to global middleware (68d6cf1)
- IconExplorer: Implement theme using CSS variables (f130e66)
- nuxt-feather-icons: Remove manual preference setter and simplify isDark logic (48c97e9)
- nuxt-feather-icons: Add name parameter and fix typo in configuration key (eedc098)
📖 Documentation
- nuxt-feather-icons: Update root route redirect - Redirect root path to the module getting started guide (2471f0d)
- nuxt-feather-icons: Add root route redirect page (5e53d6b)
- nuxt-feather-icons: Add Vue Props documentation and TypeScript support (21a1f6b)
- nuxt-feather-icons: Clarify size prop documentation (65c4806)
- nuxt-feather-icons: Update prop type notation and formatting (c2dd4c1)
- nuxt-feather-icons: Fix formatting for usage description (a4f9df6)
- nuxt-feather-icons: Update README with global configuration options (6bc172d)
- nuxt-feather-icons: Update README with global configuration options (3d6f89e)
- nuxt-feather-icons: Add documentation for new module configuration options (dba9ccc)
- nuxt-feather-icons: Add documentation for module configuration options (9f5ce6c)
🏡 Chore
- docs: Update nuxt-feather-icons dependency to v1.4.0 (827099a)
- core: Remove .npmrc files (960f018)
- docs: Add .npmrc (fbc7e71)
- nuxt-feather-icons: Add placeholder div (e028cc1)
🎨 Styles
- nuxt-feather-icons: Improve JSDoc formatting and type order (005b727)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.4.0
🚀 Enhancements
- core: Add useFeatherIcon composable (9b52d8b)
- nuxt-feather-icons: Add dynamic icon map generation and types (2a8423d)
- core: Add useFeatherIcon composable (735b614)
- nuxt-feather-icons: Render icons in documentation navigation (7513440)
- core: Add IconExplorer component (5c00ecd)
- nuxt-feather-icons: Render icons in documentation links (97af20b)
- nuxt-feather-icons: Add strokeWidth prop (db40c73)
- nuxt-feather-icons: Support string type for strokeWidth prop (0f22f92)
- nuxt-feather-icons: Display feather icons in link leading slot (a9d1ad6)
- nuxt-feather-icons: Add route rule to redirect root to getting-started (e45e73c)
🩹 Fixes
- nuxt-feather-icons: Fix icon name replacement regex to remove suffix instead of prefix (22bcb55)
- nuxt-feather-icons: Add async/await and error handling for clipboard copy (95e3bae)
- nuxt-feather-icons: Remove redundant button (081efa0)
- nuxt-feather-icons: Remove page extension from edit link (125f105)
- nuxt-feather-icons: Improve keyboard navigation (21e53fa)
💅 Refactors
- nuxt-feather-icons: Update navigation and components (c934274)
- nuxt-feather-icons: Refactor build configuration to use addComponentsDir and dynamic templates (8e7423f)
- nuxt-feather-icons: Use compiled map for icon imports (eb92847)
- playground: Rename property to label and update regex for prefix handling (4f342c1)
📖 Documentation
- core: Add project documentation and setup (213d34a)
- nuxt-feather-icons: Update nuxt-href link to module documentation - Update link destination to https://nuxt.com/modules/nuxt-feather-icons (caf8818)
- nuxt-feather-icons: Add documentation for performance architecture and dynamic icons usage (f181814)
- nuxt-feather-icons: Improve README structure and add feature highlights - Add feature highlights section describing Zero-Runtime Compiler and Tree-Shaking - Renumber sections for better logical flow - Update usage examples to demonstrate
useFeatherIconcomposable (4002d7c) - nuxt-feather-icons: Wrap function names in code block (49c5e2a)
- nuxt-feather-icons: Update prefix examples from 'Fi' to 'F' (259845b)
- nuxt-feather-icons: Update getting started guide with accurate module description (80a967c)
- Add icons documentation (9ed3fbc)
- core: Add dynamic icons documentation (1c6c0d7)
- Update installation guide with correct package names (246ba6f)
- core: Add components usage documentation (4b9518b)
- core: Add API index documentation (dbfe473)
- core: Add basic usage documentation (89f2960)
- core: Add navigation configuration for API section (c93fe3d)
- nuxt-feather-icons: Restructure README and remove verbose sections (ca87a69)
- nuxt-feather-icons: Update documentation link text (7453d81)
- nuxt-feather-icons: Update site metadata and documentation navigation (4cac7b1)
- nuxt-feather-icons: Update repository link in site configuration - Replace old repository URL with correct project URL - Update link in app.config.ts (245dc74)
- nuxt-feather-icons: Keep link as plain text (8e061cc)
- nuxt-feather-icons: Update documentation configuration (d4ada4e)
- nuxt-feather-icons: Update documentation description to remove Nuxt 3 reference (65da4f0)
- nuxt-feather-icons: Document default Icon properties - explain default configuration values (9df0e48)
- nuxt-feather-icons: Update external link icon reference and disable edit link (e390571)
- nuxt-feather-icons: Fix code block syntax label - Update label from [nuxt.config.vue] to [nuxt.config.ts] (0bf25f7)
- nuxt-feather-icons: Wrap content in HTML comments (924eda7)
- docs: Remove index page (112b278)
📦 Build
- core: Add pnpm workspace configuration (3afcf62)
- nuxt-feather-icons: Configure pnpm workspace (4be4aa7)
🏡 Chore
- nuxt-feather-icons: Update site configuration and assets for rebranding (c4fcf6e)
- core: Add documentation workflow (47e2ec2)
- core: Remove unused cover image (c8eea1f)
- nuxt-feather-icons: Update package metadata - Add homepage, bugs, and funding links - Enhance keywords for better discoverability (aca797a)
- core: Remove docs README (718d7d2)
- nuxt-feather-icons: Remove commented configuration options (6fd5bd8)
- nuxt-feather-icons: Remove commented documentation link (0051fa2)
- nuxt-feather-icons: Add docs (cc74bda)
- docs: Add npmrc configuration and update dependency version (ef578a1)
- nuxt-feather-icons: Disable feather icons rendering (6e1cd5c)
🎨 Styles
- nuxt-feather-icons: Update brand green color with dark mode support (af0acec)
- nuxt-feather-icons: Improve documentation readability - Adjust table column alignment for better readability - Reflow long lines for improved formatting (34ca878)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.9
💅 Refactors
- nuxt-feather-icons: Update component path resolution logic (b574605)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.8
💅 Refactors
- nuxt-feather-icons: Use addComponentsDir for icon registration (603ed25)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.7
💅 Refactors
- nuxt-feather-icons: Simplify component path resolution - Remove unused
resolvevariable andcreateResolverimport - RemovecomponentsDirvariable definition - Use inline template literal for file path instead ofjoinfunction (5fdaa45)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.6
🚀 Enhancements
- playground: Add dynamic icon loader and search interface (4afde9c)
- nuxt-feather-icons: Add global configuration option (b76ee07)
- playground: Add logo and localize header (2835d07)
📖 Documentation
- nuxt-feather-icons: Add prefix configuration example (aff88bf)
🏡 Chore
- nuxt-feather-icons: Disable SSR (ea4670d)
🎨 Styles
- nuxt-feather-icons: Update UI labels to English (0de015a)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.5
🏡 Chore
- nuxt-feather-icons: Update Nuxt minimum version requirement (fb77678)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.4
🩹 Fixes
- nuxt-feather-icons: Remove Nuxt 3 compatibility requirement (994f32d)
🏡 Chore
- nuxt-feather-icons: Update Nuxt compatibility constraints (2aebf39)
- release: V1.3.2 (5151619)
- nuxt-feather-icons: Update Nuxt compatibility constraints (f556df6)
- release: V1.3.3 (8338292)
- nuxt-feather-icons: Update Nuxt compatibility to support version 3.0.0+ (1f4c904)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br
🚀 Release v1.3.3
🏡 Chore
- nuxt-feather-icons: Bump version to 1.3.1 (fe1c373)
- nuxt-feather-icons: Update Nuxt compatibility constraints (2aebf39)
- release: V1.3.2 (5151619)
- nuxt-feather-icons: Update Nuxt compatibility constraints (f556df6)
❤️ Contributors
- Aslan.gama aslan.gama@sixchains.com.br