Skip to content

Releases: nextcloud-libraries/nextcloud-vite-config

v1.3.0

21 Jun 10:25
64a90db
Compare
Choose a tag to compare

v1.3.0 (2024-06-21)

Added

  • feat(app-config): Add option to override the app name #206 (susnux)
  • Allow to specify an output prefix and load app id from appinfo #209 (susnux)
  • feat: Add CSSEntryPointsPlugin to fix vite for creating one CSS entry per JS entry point #210 (susnux)

Changed

  • chore(deps-dev): Bump vite from 5.2.13 to 5.3.1

v2.0.2

14 Jun 09:40
43ac38f
Compare
Choose a tag to compare

What's Changed

  • fix: explicitly use window.OC global in app config by @st3iny in #197
  • chore: Prepare 2.0.2 release by @susnux in #199

Full Changelog: v2.0.1...v2.0.2

v1.2.5

14 Jun 09:39
f4aa59e
Compare
Choose a tag to compare

What's Changed

  • [stable1] fix: explicitly use window.OC global in app config by @backportbot in #198
  • chore: Prepare v1.2.5 by @susnux in #200

New Contributors

  • @backportbot made their first contribution in #198

Full Changelog: v1.2.4...v1.2.5

v2.0.1

08 Jun 13:53
802785b
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump vite-plugin-node-polyfills from 0.21.0 to 0.22.0 by @dependabot in #183
  • chore(deps-dev): Bump @nextcloud/eslint-config from 8.3.0 to 8.4.1 by @dependabot in #182
  • chore(deps): Bump @vitejs/plugin-vue from 5.0.4 to 5.0.5 by @dependabot in #185
  • chore(deps-dev): Bump vite from 5.2.11 to 5.2.12 by @dependabot in #184
  • chore(deps-dev): Bump @types/node from 20.12.12 to 20.13.0 by @dependabot in #186
  • chore: update source url in dep5 spec by @st3iny in #187
  • chore(deps-dev): Bump vite from 5.2.12 to 5.2.13 by @dependabot in #188
  • chore(deps-dev): Bump @types/node from 20.13.0 to 20.14.2 by @dependabot in #189
  • chore(deps): Bump @rollup/plugin-replace from 5.0.5 to 5.0.7 by @dependabot in #190
  • chore: Prepare v2.0.1 release by @susnux in #196

New Contributors

Full Changelog: v2.0.0...v2.0.1

v1.2.4

08 Jun 12:57
a246907
Compare
Choose a tag to compare

v1.2.4 (2024-06-08)

Changed

  • chore(deps): Bump rollup-plugin-node-externals from 7.1.1 to 7.1.2
  • chore(deps): Bump vite-plugin-dts from 3.8.3 to 3.9.0
  • chore(deps): Bump vite-plugin-css-injected-by-js from 3.5.0 to 3.5.1
  • chore(deps): Bump vite-plugin-dts from 3.9.0 to 3.9.1
  • chore(deps): Bump @rollup/plugin-replace from 5.0.5 to 5.0.7
  • chore(deps): Bump vite-plugin-node-polyfills from 0.21.0 to 0.22.0

v2.0.0

15 May 10:38
ea9a765
Compare
Choose a tag to compare

🚀 This version brings Vue 3 support to apps and libraries 🚀

For Vue 2.7 please use the 1.x versions

v1.2.3

22 Apr 21:34
d6c6d8b
Compare
Choose a tag to compare

v1.2.3

🐛 Fixed bugs

  • fix(tests): ssrBuild was renamed to isSsrBuild #168 (susnux)
  • fix(base): Correctly pass minify configuration to vite #169 (susnux)

Changed

  • chore(deps): Bump vite-plugin-node-polyfills to 0.21.0
  • chore(deps): Bump rollup-plugin-license to 3.3.1
  • chore(deps): Bump rollup-plugin-node-externals to 7.1.1
  • chore(deps): Bump magic-string to 0.30.10
  • chore(deps): Bump vite-plugin-dts to 3.8.3
  • chore(deps): Bump vite-plugin-css-injected-by-js to 3.5.0
  • chore(deps): Update rollup-plugin-corejs to v1

v1.2.2: chore: Prepare 1.2.2

06 Feb 18:34
1592582
Compare
Choose a tag to compare

What's Changed

  • chore(deps): Bump magic-string from 0.30.5 to 0.30.6 by @dependabot in #119
  • chore(deps): Bump rollup-plugin-node-externals from 6.1.2 to 7.0.1 by @dependabot in #120
  • fix: Move fonts to css/fonts and fix css path resolving by @susnux in #121

Full Changelog: v1.2.1...v1.2.2

v1.2.1

29 Jan 11:54
65980fc
Compare
Choose a tag to compare

v1.2.1 (2024-01-29)

Full Changelog

🐛 Fixed bugs

  • fix(css-plugin): Use generateBundle hook to prevent CSS imports from being lost #112 (susnux)

Changes

  • Updated development dependencies
  • Updated dependencies:
    • chore(deps): Bump vite-plugin-node-polyfills from 0.17.0 to 0.18.0 #89 (dependabot)
    • chore(deps): Bump vite-plugin-css-injected-by-js from 3.3.0 to 3.3.1 #92 (dependabot)
    • chore(deps): Bump vite-plugin-node-polyfills from 0.18.0 to 0.19.0 #94 (dependabot)
    • chore(deps): Bump vite-plugin-dts from 3.6.4 to 3.7.0 #96 (dependabot)
    • chore(deps): Bump vite-plugin-dts from 3.7.0 to 3.7.1 #111 (dependabot)
    • chore(deps): Bump browserslist-to-esbuild from 1.2.0 to 2.1.1 #105 (dependabot)
  • chore: update workflows from templates #93 (nextcloud-command)

v1.2.0

19 Dec 14:59
861af2a
Compare
Choose a tag to compare

v1.2.0 (2023-12-19)

Full Changelog

🚀 Enhancements

Changed

  • Updated dependencies