Skip to content

Releases: OpenNTF/dojo-webpack-plugin

v2.3.3

28 Dec 12:31
Compare
Choose a tag to compare

Internal structural changes. No new features or bug fixes.

v2.3.2

27 Dec 18:24
Compare
Choose a tag to compare

Internal class structure changes. No new functionality or bug fixes.

2.3.0

19 Dec 21:39
Compare
Choose a tag to compare
  • Fix issue with using ProvidePlugin to inject dependencies
  • Refactoring for extensibility
  • Increase unit test code coverage

v2.2.1

21 Nov 17:59
Compare
Choose a tag to compare
  • Refactor config loading code to make it easier for third-party plugins to integrate with this plugin
  • Change using the embedded Dojo loader without the config API from opt out to opt in. See The dojo-config-api feature

v2.2.0

15 Nov 19:52
Compare
Choose a tag to compare
  • Fix i18n loader bug causing failure to load module errors for excluded locales
  • Reduce size of embedded Dojo loader when loader config is not a module

v2.1.6

09 Nov 12:41
Compare
Choose a tag to compare

Fix issue with exporting regex and functions in Dojo loader config

v2.1.5

03 Nov 20:19
Compare
Choose a tag to compare

v2.1.4

24 Oct 11:20
Compare
Choose a tag to compare
  • Fix runtime async require error handling and add support for Dojo's require.on and require.signal functions (issue #67)

  • Fix issues with i18n errors when using unavailable locales (Issue #69).

v2.1.3

14 Oct 18:09
Compare
Choose a tag to compare

v2.1.2

09 Oct 23:39
Compare
Choose a tag to compare
  • Fix Critical dependency warning issue introduced in V2.1.1
  • More unit tests
  • Add support for dojo/query selector engines specified using dojo loader plugin (e.g. dojo/query!css2)