CHANGELOG.md
February 7, 2026 · View on GitHub
Changelog
1.3.0
2026-02-07
Feat
- optimize HTML transformation to group preloads by parentTagName when
insertBodyAfteris false, inserting scripts in their respective parent tags (head/body).
Refactor
- extract
generateInjectCodefunction to reduce code duplication and improve maintainability.
1.2.0
2025-06-05
Feat
- transform HTML to support custom publicPath.
1.1.2
2025-06-04
Fix
- update asset tag selector to include all relevant tags in transformHtml function. Change from head to global.
1.1.0
2024-05-15
Chore
- support defer load script.
1.0.3
2024-04-29
Chore
- add peerDependencies.
1.0.2
2024-02-02
Fix
- Fix failing transformations due to wrong string / template order.
1.0.1
2024-02-02
Feat
1.0.0
2023-06-07
Feat
0.4.9
2023-04-11
Fix
- fix html template src parse (#21)
0.4.8
2023-01-15
Fix
0.4.5
2022-09-07
Fix
- support aysnc load components.(#14)
0.4.4
2022-06-24
Feat
- support legacy modernPolyfills.(#9)
0.4.3
2022-06-21
Bug fixes
- template strings does not work.(#8)
0.4.1
2022-05-09
Bug fixes
- Legacy is invalid in browsers such as IE11.
0.4.0
2022-05-01
Features
- compatible
vite-plugin-pwa - base mark
Bug fixes
- Multi-level cdn reference resource path fix
Refactors
- Replace the matching scheme and use the base attribute as a marker bit
- Code structure adjustment, introduction of asynchronous processing
0.3.0
2022-04-23
Features
- setup simple unit tests with
vitest. (#5 by @zhoujinfu)
Bug fixes
- import.env.LEGACY cause undefined errors with vite config
define. (#5 by @zhoujinfu)