webpack-vue-config/CHANGELOG.md

21 KiB

Changelog

v6.2.0 (2024-10-04)

Full Changelog

⚠️ Breaking

Dependencies

v6.1.1 (2024-09-23)

🐛 Bug Fix

v6.1.0 (2024-09-17)

v6.0.1 (2024-01-29)

Full Changelog

🐛 Bug Fix

Dependencies

v6.0.0 (2023-08-16)

Full Changelog

Breaking

🐛 Bug Fix

Dependencies

v5.5.1 (2023-04-25)

Full Changelog

🐛 Bug Fix

  • #449 Do not polyfill available in a web browser Node modules (@ShGKme)

Committers: 1

v5.5.0 (2023-03-15)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Put vue as dependency to sync with vue-template-compiler #371 (skjnldsv)

Merged dependencies:

  • Bump @babel/core from 7.19.6 to 7.20.12
  • Bump babel-loader from 8.2.5 to 9.1.2
  • Bump css-loader from 6.7.1 to 6.7.3
  • Bump json5 from 1.0.1 to 1.0.2
  • Bump loader-utils from 1.4.0 to 1.4.2
  • Bump sass from 1.55.0 to 1.59.2
  • Bump sass-loader from 13.1.0 to 13.2.0
  • Bump vue-loader from 15.10.0 to 15.10.1
  • Bump vue-template-compiler from 2.7.13 to 2.7.14
  • Bump webpack-cli from 4.10.0 to 5.0.1

v5.4.0 (2022-10-25)

Full Changelog

Changed:

  • Upgrade packages minors and fix deep selector support #399 (skjnldsv)
    • @babel/core from ^7.16.7 to ^7.19.6
    • babel-loader from ^8.2.3 to ^8.2.5
    • css-loader from ^6.5.1 to ^6.7.1
    • sass from ^1.47.0 to ^1.55.0
    • sass-loader from ^13.0.1 to ^13.1.0
    • vue-loader from ^15.9.8 to ^15.10.0
    • vue-template-compiler from ^2.7.0 to ^2.7.13
    • webpack from ^5.66.0 to ^5.74.0
    • webpack-cli from ^4.9.1 to ^4.10.0
    • webpack-dev-server from ^4.7.2 to ^4.11.1

v5.3.0 (2022-08-10)

Full Changelog

Changed:

  • Update engines versions to Node 16 with Npm 7 or Npm 8

v5.2.1 (2022-07-02)

Full Changelog

Fixed bugs:

v5.2.0 (2022-07-02)

Full Changelog

Merged pull requests:

  • Dependencies updates
  • Bump vue-template-compiler from 2.6.14 to 2.7.0

v5.1.0 (2022-04-30)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • @nextcloud/eslint-config^8.0.0 compatibility
  • Bump @babel/core to 7.17.10
  • Bump async to 2.6.4
  • Bump babel-loader to 8.2.5
  • Bump css-loader to 6.7.1
  • Bump eslint to 8.11.0
  • Bump minimist to 1.2.6
  • Bump node-forge to 1.3.0
  • Bump sass to 1.51.0
  • Bump stylelint to 14.6.0

v5.0.0 (2022-01-18)

Full Changelog

Fixed bugs:

Merged pull requests:

v4.3.2 (2022-01-18)

Full Changelog

Fixed bugs:

v4.3.1 (2022-01-17)

Full Changelog

Dependencies updates:

v4.3.0 (2022-01-07)

Full Changelog

Fixed bugs:

Merged pull requests:

v4.2.0 (2021-11-29)

Full Changelog

v4.1.4 (2021-11-08)

Full Changelog

v4.1.3 (2021-11-08)

Full Changelog

Merged pull requests:

v4.1.2 (2021-11-03)

Full Changelog

Merged pull requests:

v4.1.1 (2021-11-03)

Full Changelog

Implemented enhancements:

Merged pull requests:

  • Don't fail build by linter on development #163 (jotoeri)