Hi all, most changes in this release are development related, less one bugfix and one feature improvement:
- @marcalexiei submitted an
insertStyle
module feature improvement to allow the module (when using theinsert
option) to not need special handling due to it's path including the "node_modules" name (e.g., 'dist/node_modules/...') - the module is now output to 'dist/_virtual' (based on your config), thanks to rollup's plugin API features (resolveId, and load).
Additionally, @hamflx provided a fix for the 'insertStyle' module path getting erroneously output on MS Windows (e.g., wrong OS path separator, etc), though the fix is no longer required due to feature @marcalexiei contribution above.
What's Changed
Feature improvements
- feat: output insertStyle as part of rollup bundle by @marcalexiei in #163
Bug fixes
Development related
- test: use snapshot by @marcalexiei in #151
- Use snapshots for tests by @elycruz in #155
- chore(deps-dev): update typescript to 5.5.4 and enable strict mode by @marcalexiei in #156
- Bump rollup from 3.29.4 to 3.29.5 by @dependabot in #160
- feat: issue-#158 - insert feat docs by @elycruz in #161
- chore: add prettier as formatter by @marcalexiei in #162
- test(insertStyle): ensures that tests are run in sequence by @marcalexiei in #165
- Issue #158 insertstyle node modules export docs by @elycruz in #164
New Contributors
Full Changelog: v1.13.2...v1.14.0