Skip to content

Releases: openedx/frontend-build

v3.1.8

23 Mar 20:14
440f2bb
Compare
Choose a tag to compare

3.1.8 (2020-03-23)

Bug Fixes

  • deps: update dependency webpack to v4.42.0 (#50) (440f2bb)

v3.1.7

23 Mar 19:26
7d10e7d
Compare
Choose a tag to compare

3.1.7 (2020-03-23)

Bug Fixes

  • deps: update dependency @svgr/webpack to v5 (#55) (7d10e7d)

v3.1.6

23 Mar 19:06
fac08bd
Compare
Choose a tag to compare

3.1.6 (2020-03-23)

Bug Fixes

  • deps: update dependency webpack-dev-server to v3.10.3 (#53) (fac08bd)

v3.1.5

23 Mar 18:34
058f678
Compare
Choose a tag to compare

3.1.5 (2020-03-23)

Bug Fixes

  • deps: update dependency react-dev-utils to v9.1.0 (#7) (058f678)

v3.1.4

23 Mar 18:30
ffcb018
Compare
Choose a tag to compare

3.1.4 (2020-03-23)

Bug Fixes

v3.1.3

23 Mar 18:05
24cdf9b
Compare
Choose a tag to compare

3.1.3 (2020-03-23)

Bug Fixes

  • deps: update dependency webpack-cli to v3.3.11 (#52) (24cdf9b)

v3.1.2

23 Mar 17:42
1961daa
Compare
Choose a tag to compare

3.1.2 (2020-03-23)

Bug Fixes

v3.1.1

23 Mar 16:16
7562a28
Compare
Choose a tag to compare

3.1.1 (2020-03-23)

Bug Fixes

  • deps: update dependency eslint-config-airbnb to v18.1.0 (#46) (7562a28)

v3.1.0

23 Mar 14:43
21b231f
Compare
Choose a tag to compare

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

04 Feb 19:05
e86235e
Compare
Choose a tag to compare

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.