Skip to content

Latest commit

 

History

History
115 lines (71 loc) · 5.9 KB

CHANGELOG.md

File metadata and controls

115 lines (71 loc) · 5.9 KB

Changelog

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)