Skip to content

Latest commit

 

History

History
185 lines (102 loc) · 7 KB

CHANGELOG.md

File metadata and controls

185 lines (102 loc) · 7 KB

Changelog

All notable changes to this project will be documented in this file.

The format adheres to Semantic Versioning, and is generated by changelogen and managed with Changie.

v0.1.7 - 2024-08-08

compare changes

🩹 Fixes

  • components: Ensure proper script execution even when DOMContentLoaded event listener (4719ee8)

🏡 Chore

  • Update dev deps (6ea93e9)
  • Bump pnpm from v9.5.0 to v9.7.0 (33ea305)
  • Update massages for script and style tags optimizer (58da45f)
  • Bump vite and vue to latest versions (b7dea56)

❤️ Contributors

v0.1.6 - 2024-08-02

compare changes

🩹 Fixes

  • plugin/HtmlStylesOptimizer: Consolidate style tags across HTML files within the same folder (b1e7930)
  • plugin/HtmlScriptsOptimizer: Consolidate script tags across HTML files within the same folder (c41d4a8)

📦 Build

  • deps-dev: Bump vue from 3.4.34 to 3.4.35 (7e5b393)

🏡 Chore

❤️ Contributors

v0.1.5 - 2024-08-01

compare changes

🔥 Performance

  • components: Improve components by using v-show instead of v-if for tab content visibility (279210b)

🩹 Fixes

  • plugin: Consolidate style tags across html files within the same folder (0b5cf2b)
  • plugin: Consolidate script tags across html files within the same folder (215e117)
  • components: Generating unique IDs for component instances and aria controls added (55377fe)

📦 Build

🏡 Chore

  • plugin: Update dev deps (8e85030)
  • website: Update dev deps (17b1a51)
  • Bump husky from v9.1.3 to v9.1.4 (c0cc5ec)
  • plugin: Log info about styles and scripts optimization (353ffe6)

🎨 Styles

  • components: Tuning button sizes on VTPIconTabs (721e830)

❤️ Contributors

v0.1.4 - 2024-07-30

compare changes

🏡 Chore

  • components: Remove component props from export (0748943)

🎨 Styles

  • components: Better spacing and flex-flow (c3d589a)

❤️ Contributors

v0.1.3 - 2024-07-29

compare changes

🩹 Fixes

💅 Refactors

  • website: Npm package version as VersionBadge component (cc0d1e1)

📖 Documentation

  • website: Swap tags and text in getting-started (a51b3c7)
  • types.ts: Add comments (89f0779)

📦 Build

🏡 Chore

  • Update dev deps (ea91dc3)
  • components: Better typescript support (d559b93)

🎨 Styles

  • components: Centering content (12d1c16)
  • website: Alert component set width to 100% (6077650)

❤️ Contributors

v0.1.2 - 2024-07-18

compare changes

🩹 Fixes

  • plugin: Extract single and multilines imports (54f8f5c)

📖 Documentation

  • README.md: Fix typo in npm badge (0facfd9)
  • website: Fix default values for code extractor (4f7c052)

📦 Build

  • package: Remove @swc/core with tsup v8.1.2 (2d1acf2)
  • husky: Remove deprecations with v9.1.0 (67eb5d7)

🏡 Chore

  • Bump husky from v9.0.11 to v9.1.0 (49f4447)
  • Bump ansis from v3.2.0 to v3.3.0 (184dca2)
  • Setup changie (e76fffd)

🤖 CI

  • Add dependabot.yml for npm version updates (cd03baf)

❤️ Contributors

v0.1.1 - 2024-07-17

compare changes

🏡 Chore

  • add README.md file to the package

❤️ Contributors

v0.1.0 - 2024-07-17

🏡 Chore

  • initial release

❤️ Contributors