Releases: skirtles-code/create-vue-lib
Releases · skirtles-code/create-vue-lib
v0.0.9
Changes:
- Fix type checking for global variables such as
__DEV__
: #5
v0.0.8
Changes:
- Add support for a GitHub CI workflow: #4
v0.0.5
Changes:
- Ensure stable scope ids with
componentIdGenerator: 'filepath'
: 0753d06
- Switch to
prodDevtools: true
for 'dev' builds: 929aca2
v0.0.4
Most notable changes:
- Bump dependencies in the generated project: b723cca
- Add
publint
: ab5e775
- Switch to
.mjs
extension for ESM dev build: f7bdfb4
- Add
"type": "module"
to package.json
files: 6c57895
v0.0.3
Most notable changes:
- Remove preinstall targets from sub-packages: 2247ff4
- Use a development build with bundlers: f0fc140
- Make Vitest optional: 613a9ba
- Make the
packages
directory optional: fb43cbd
v0.0.2
Further work-in-progress.
v0.0.1
Still work-in-progress.
The most important addition in this release is ESLint support.