Releases: openedx/frontend-build
Releases · openedx/frontend-build
v3.1.8
3.1.8 (2020-03-23)
Bug Fixes
- deps: update dependency webpack to v4.42.0 (#50) (440f2bb)
v3.1.7
3.1.7 (2020-03-23)
Bug Fixes
- deps: update dependency @svgr/webpack to v5 (#55) (7d10e7d)
v3.1.6
3.1.6 (2020-03-23)
Bug Fixes
- deps: update dependency webpack-dev-server to v3.10.3 (#53) (fac08bd)
v3.1.5
3.1.5 (2020-03-23)
Bug Fixes
- deps: update dependency react-dev-utils to v9.1.0 (#7) (058f678)
v3.1.4
3.1.4 (2020-03-23)
Bug Fixes
v3.1.3
3.1.3 (2020-03-23)
Bug Fixes
- deps: update dependency webpack-cli to v3.3.11 (#52) (24cdf9b)
v3.1.2
3.1.2 (2020-03-23)
Bug Fixes
v3.1.1
3.1.1 (2020-03-23)
Bug Fixes
- deps: update dependency eslint-config-airbnb to v18.1.0 (#46) (7562a28)
v3.1.0
3.1.0 (2020-03-23)
Features
- Update cli passthrough and add smoke test (#47) (21b231f)
BREAKING CHANGES (Unintended)
- When running eslint fedx-scripts no longer assumes the directory it should be run in. Old usage of
fedx-scripts eslint
may result in the eslint manual being output instead of actually linting. To fix this update the usage of eslint through fedx-scripts to match its normal, direct usage: fedx-scripts eslint . --ext .jsx,.js
v3.0.0
3.0.0 (2020-02-04)
Bug Fixes
- updating to use @edx/eslint-config (24e7a04)
BREAKING CHANGES
- Marking this as a breaking change as it’s likely to break a number of linting rules until we find the right overrides.