Skip to content

Releases: openedx/frontend-build

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.

v2.0.6

29 Jan 20:00
e1f1487
Compare
Choose a tag to compare

2.0.6 (2020-01-29)

Bug Fixes

  • deps: update dependency node-sass to v4.13.1 (d05569a)

v2.0.5

12 Dec 17:49
Compare
Choose a tag to compare

2.0.5 (2019-12-12)

Bug Fixes

  • deps: update dependency copy-webpack-plugin to v5.1.1 (#30) (fdfb883)

v2.0.4

03 Dec 20:49
Compare
Choose a tag to compare

2.0.4 (2019-12-03)

Bug Fixes

  • update moduleSourceName to be @edx/frontend-platform/i18n (df9709a)

v2.0.3

03 Dec 18:15
aa5a1c6
Compare
Choose a tag to compare

2.0.3 (2019-12-03)

Bug Fixes

  • update moduleSourceName to be @edx/frontend-platform/i18n (ba3a683)

v2.0.2

02 Dec 17:43
940f9fb
Compare
Choose a tag to compare

2.0.2 (2019-12-02)

Bug Fixes

  • pinning versions and regenerating package-lock (bc0c5f7)

v2.0.1

19 Nov 19:22
1365cc6
Compare
Choose a tag to compare

2.0.1 (2019-11-19)

Bug Fixes

v2.0.0

05 Nov 16:30
15d0251
Compare
Choose a tag to compare

2.0.0 (2019-11-05)

Bug Fixes

  • babel config glob patterns now match (#18) (52754cb)
  • update setupTest to look for .env.test (#19) (15d0251)

BREAKING CHANGES

  • jest test setup configuration will look for .env.test instead of .env.development and no longer warn in the console if none is found.

v1.3.1

01 Nov 20:40
5e8766b
Compare
Choose a tag to compare

1.3.1 (2019-11-01)

Bug Fixes

  • make svgr mock produce better exports (9c0fb35)