Skip to content

Latest commit

 

History

History
224 lines (147 loc) · 12.5 KB

CHANGELOG.md

File metadata and controls

224 lines (147 loc) · 12.5 KB

Changelog

v6.0.0 (2023-08-16)

Full Changelog

Breaking

  • chore: update node engines to next LTS by @nextcloud-command in #470 We now supports node ^20.0.0 and npm ^9.0.0

🐛 Bug Fix

  • fix: pass ts to ts-loader before babel by @skjnldsv in #472
  • fix: polyfill node:Buffer by default by @ShGKme in #489
  • Revert "Disable cache in dev mode" by @pulsejet in #456
  • Update rules to prevent prettier to run by @christianlupus in #475

Dependencies

  • chore: Fix URLs after package was transfered by @susnux in #484
  • chore(deps-dev): Bump @babel/core from 7.22.1 to 7.22.10 by @dependabot in #488
  • chore(deps-dev): Bump @nextcloud/stylelint-config from 2.3.0 to 2.3.1 in /tests by @dependabot in #477
  • chore(deps-dev): Bump babel-loader from 9.1.2 to 9.1.3 by @dependabot in #473
  • chore(deps-dev): Bump css-loader from 6.7.4 to 6.8.1 by @dependabot in #463
  • chore(deps-dev): Bump sass from 1.62.1 to 1.65.1 by @dependabot in #487
  • chore(deps-dev): Bump sass-loader from 13.3.0 to 13.3.2 by @dependabot in #467
  • chore(deps-dev): Bump webpack from 5.88.1 to 5.88.2 by @dependabot in #482
  • chore(deps-dev): Bump webpack-cli from 5.1.1 to 5.1.4 by @dependabot in #466
  • chore(deps-dev): Bump webpack-dev-server from 4.11.1 to 4.15.1 by @dependabot in #483
  • chore(deps-dev): Bump word-wrap from 1.2.3 to 1.2.4 in /tests by @dependabot in #478
  • fix: dependencies and audit by @skjnldsv in #485

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

  • 4.2.0 #253 (artonge)
  • Update npm and node engines versions by @nextcloud-command in #241
  • Bump eslint-webpack-plugin from 3.1.0 to 3.1.1 by @dependabot in #244
  • Fix HMR by @jotoeri in #246
  • Bump webpack-dev-server from 4.4.0 to 4.5.0 by @dependabot in #249
  • Bump sass from 1.43.4 to 1.43.5 by @dependabot in #252
  • Move stylelint to 14 by @skjnldsv in #242

v4.1.4 (2021-11-08)

Full Changelog

  • Limit webpack update to patch versions of 5.46 by @artonge in #238

v4.1.3 (2021-11-08)

Full Changelog

Merged pull requests:

  • Change webpack version in peerDep to match devDep by @artonge in #233
  • Bump webpack from 5.46.0 to 5.62.1 by @dependabot in #235
  • Bump css-loader from 6.5.0 to 6.5.1 by @dependabot in #236

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)