Skip to content

Releases: 4sllan/nuxt-feather-icons

🚀 Release v1.4.2

Choose a tag to compare

@4sllan 4sllan released this 15 Mar 09:27
0bb77ff

🚀 Release v1.4.1

Choose a tag to compare

@4sllan 4sllan released this 13 Mar 19:33
d180a38

compare changes

🚀 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

🚀 Release v1.4.0

Choose a tag to compare

@4sllan 4sllan released this 11 Mar 16:58
6041db3

compare changes

🚀 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 useFeatherIcon composable (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

🚀 Release v1.3.9

Choose a tag to compare

@4sllan 4sllan released this 09 Mar 21:02
ed41bb7

compare changes

💅 Refactors

  • nuxt-feather-icons: Update component path resolution logic (b574605)

❤️ Contributors

🚀 Release v1.3.8

Choose a tag to compare

@4sllan 4sllan released this 09 Mar 19:01
726427b

compare changes

💅 Refactors

  • nuxt-feather-icons: Use addComponentsDir for icon registration (603ed25)

❤️ Contributors

🚀 Release v1.3.7

Choose a tag to compare

@4sllan 4sllan released this 09 Mar 17:47
4a16257

compare changes

💅 Refactors

  • nuxt-feather-icons: Simplify component path resolution - Remove unused resolve variable and createResolver import - Remove componentsDir variable definition - Use inline template literal for file path instead of join function (5fdaa45)

❤️ Contributors

🚀 Release v1.3.6

Choose a tag to compare

@4sllan 4sllan released this 08 Mar 18:55
ee38a0b

compare changes

🚀 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

🚀 Release v1.3.5

Choose a tag to compare

@4sllan 4sllan released this 08 Mar 07:54
574248e

compare changes

🏡 Chore

  • nuxt-feather-icons: Update Nuxt minimum version requirement (fb77678)

❤️ Contributors

🚀 Release v1.3.4

Choose a tag to compare

@4sllan 4sllan released this 08 Mar 07:35
7721de6

compare changes

🩹 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

🚀 Release v1.3.3

Choose a tag to compare

@4sllan 4sllan released this 08 Mar 07:18
18f1d82

compare changes

🏡 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