Releases: nextcloud-libraries/nextcloud-vite-config
Releases · nextcloud-libraries/nextcloud-vite-config
v1.2.0
v1.1.1
What's Changed
- chore(deps): Bump @rollup/plugin-replace from 5.0.3 to 5.0.4 by @dependabot in #50
- chore(deps-dev): Bump vite from 4.4.11 to 4.5.0 by @dependabot in #51
- chore(deps-dev): Bump @types/node from 20.8.6 to 20.8.7 by @dependabot in #53
- chore(deps): Bump rollup-plugin-license from 3.1.0 to 3.2.0 by @dependabot in #52
- chore(deps): Bump browserify-sign from 4.2.1 to 4.2.2 by @dependabot in #54
- chore(deps-dev): Bump @types/node from 20.8.7 to 20.8.9 by @dependabot in #55
- chore(deps): Bump vite-plugin-dts from 3.6.0 to 3.6.2 by @dependabot in #56
- chore(deps-dev): Bump typedoc from 0.25.2 to 0.25.3 by @dependabot in #58
- chore(deps): Bump @rollup/plugin-replace from 5.0.4 to 5.0.5 by @dependabot in #57
- chore(deps): Bump vite-plugin-dts from 3.6.2 to 3.6.3 by @dependabot in #59
- chore(deps-dev): Bump @types/node from 20.8.9 to 20.8.10 by @dependabot in #60
- chore(deps): Bump vite-plugin-node-polyfills from 0.15.0 to 0.16.0 by @dependabot in #61
- chore(deps-dev): Bump @types/node from 20.8.10 to 20.9.0 by @dependabot in #62
- chore(deps): Bump @vitejs/plugin-vue2 from 2.2.0 to 2.3.1 by @dependabot in #63
- chore(deps-dev): Bump @types/node from 20.9.0 to 20.9.1 by @dependabot in #64
- chore(deps-dev): Bump @types/node from 20.9.1 to 20.10.0 by @dependabot in #67
- chore(typing): fix typo in typing by @ShGKme in #69
- chore(deps-dev): Bump typedoc from 0.25.3 to 0.25.4 by @dependabot in #70
- chore(deps): Bump vite-plugin-node-polyfills from 0.16.0 to 0.17.0 by @dependabot in #74
- chore(deps-dev): Bump typescript from 5.2.2 to 5.3.2 by @dependabot in #68
- chore(deps): Bump vite-plugin-dts from 3.6.3 to 3.6.4 by @dependabot in #71
- chore(deps-dev): Bump @types/node from 20.10.0 to 20.10.2 by @dependabot in #72
- chore(deps-dev): Bump vite from 4.5.0 to 4.5.1 by @dependabot in #75
- chore(deps-dev): Bump typescript from 5.3.2 to 5.3.3 by @dependabot in #78
- chore(deps-dev): Bump @types/node from 20.10.2 to 20.10.4 by @dependabot in #80
- chore(deps-dev): Bump vitest and @vitest/coverage-v8 by @dependabot in #81
- fix: typo in readme by @raimund-schluessler in #83
- fix: Do not set vue's
comments
setting for dev builds by @susnux in #84 - chore: Prepare patch release 1.1.1 by @susnux in #86
Full Changelog: v1.1.0...v1.1.1
v1.1.0
v1.1.0 (2023-10-20)
🚀 Enhancements
- feat: add option to customize asset file names #41 (ShGKme)
- feat(appconfig): Add base path so module preloading works #43 (susnux)
🐛 Fixed bugs
Closed pull requests
- chore(deps): Bump postcss from 8.4.24 to 8.4.31 #37
- chore(deps-dev): Bump @types/node from 20.8.1 to 20.8.3 #38
- chore(deps): Bump rollup-plugin-node-externals from 6.1.1 to 6.1.2 #39
- chore(deps): Bump @rollup/plugin-replace from 5.0.2 to 5.0.3 #40
- chore(deps): Bump rollup-plugin-esbuild-minify from 1.1.0 to 1.1.1 #44
- chore(deps-dev): Bump @types/node from 20.8.3 to 20.8.6 #47
- chore(deps): Bump magic-string from 0.30.4 to 0.30.5 #46
- chore(deps-dev): Bump typedoc from 0.25.1 to 0.25.2 #45
- chore(deps-dev): Bump @babel/traverse from 7.23.0 to 7.23.2 #48
v1.0.1
v1.0.0
What's Changed
- chore(deps-dev): Bump semver from 6.3.0 to 6.3.1 by @dependabot in #19
- chore(deps-dev): Bump @types/node from 20.4.5 to 20.8.1 by @dependabot in #20
- chore(deps): Bump magic-string from 0.30.2 to 0.30.4 by @dependabot in #22
- chore(deps): Bump vite-plugin-dts from 3.3.1 to 3.6.0 by @dependabot in #23
- chore(deps): Bump rollup-plugin-license from 3.0.1 to 3.1.0 by @dependabot in #25
- chore(deps-dev): Bump typedoc from 0.24.8 to 0.25.1 by @dependabot in #24
- chore(deps): Bump vite-plugin-node-polyfills from 0.9.0 to 0.15.0 by @dependabot in #27
- chore(deps): Bump vite-plugin-css-injected-by-js from 3.2.1 to 3.3.0 by @dependabot in #26
- chore(deps-dev): Bump @nextcloud/eslint-config from 8.3.0-beta.2 to 8.3.0 by @dependabot in #21
- chore(deps-dev): Bump typescript from 5.1.6 to 5.2.2 by @dependabot in #28
- fix(lib): Make libconfig work when minification and css split is enabled by @susnux in #29
- chore(ci): Add test workflow and scripts by @susnux in #30
- fix(app): Build in app mode and not in lib mode while building Nextcloud apps by @susnux in #31
- chore: Prepare release by @susnux in #32
- chore(ci): Fix CI workflow name so it can be used as a required check by @susnux in #33
Full Changelog: v1.0.0-beta.19...v1.0.0
v1.0.0-beta.19
1.0.0-beta.18
v1.0.0-beta.18
- Make license information for 3rd party modules deterministic
- Allow to properly include CSS in library builds by importing the CSS files
- Polyfill node core modules by default when building apps
- Strip off
node:
prefix on core modules for webpack compatibility
1.0.0-beta.17
First release with new namespace and package name: @nextcloud/vite-config