Releases: skirtles-code/create-vue-lib
Releases · skirtles-code/create-vue-lib
v0.1.0
03 Aug 16:38
Compare
Sorry, something went wrong.
No results found
Changes:
Update dependencies and sync with create-vue 3.17.0: #11
Update dependencies and sync with create-vue 3.18.0: #12
Minor updates to GitHub workflows: #13
Fix @
aliases on Windows: #14
This release creates projects that use Vite 7 and vue-tsc 3. The minimum Node version has increased to match Vite.
v0.0.10
17 May 20:06
Compare
Sorry, something went wrong.
No results found
Changes:
Update template dependencies and sync with create-vue 3.16.0: #6
Fix a 'Pre-transform error' using aliases with Vite: #8
Add support for Tailwind CSS: #9
v0.0.9
27 Mar 12:08
Compare
Sorry, something went wrong.
No results found
Changes:
Fix type checking for global variables such as __DEV__
: #5
v0.0.8
20 Mar 05:18
Compare
Sorry, something went wrong.
No results found
Changes:
Add support for a GitHub CI workflow: #4
v0.0.7
15 Mar 05:19
Compare
Sorry, something went wrong.
No results found
v0.0.6
15 Mar 04:22
Compare
Sorry, something went wrong.
No results found
v0.0.5
13 Mar 23:10
Compare
Sorry, something went wrong.
No results found
Changes:
Ensure stable scope ids with componentIdGenerator: 'filepath'
: 0753d06
Switch to prodDevtools: true
for 'dev' builds: 929aca2
v0.0.4
11 Mar 00:13
Compare
Sorry, something went wrong.
No results found
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
07 Mar 00:46
Compare
Sorry, something went wrong.
No results found
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
02 Mar 17:22
Compare
Sorry, something went wrong.
No results found
Further work-in-progress.