Skip to content

Releases: OpenNTF/dojo-webpack-plugin

v2.8.17

23 Aug 11:55
c4decb7
Compare
Choose a tag to compare
  • Don't require that entry bundles be loaded first.

v2.8.16

12 Aug 18:00
4032932
Compare
Choose a tag to compare
  • Fix issue with html-webpack-plugin
  • Fix issue with mini-css-extract-plugin
  • dependency upgrades for security alerts

v2.8.15

18 Jun 13:46
3c3bd9a
Compare
Choose a tag to compare

Handle case where another AMD loader (e.g. requirejs) is already loaded. #288

v2.8.14

06 May 11:40
980a30d
Compare
Choose a tag to compare
  • Fix issue with loader global properties 'window' and 'global' being undefined
  • Fix issue with global properties not seen in has.add callback function
  • Update dependencies to resolve security vulnerabilities in dependent packages

v2.8.13

22 Jan 15:10
2b577e8
Compare
Choose a tag to compare
  • Fix watch mode issue with injected require
  • Address security alerts with npm audit fix
  • Upgrade Dojo dependencies for unit tests to 1.16.0

v2.8.12

21 Nov 12:03
1cc7f84
Compare
Choose a tag to compare

Remove unneeded async keyword from buildLoader function.

v2.8.11

17 Nov 17:18
817baff
Compare
Choose a tag to compare

Add api to build embedded Dojo loader from node script

v2.8.10

14 Oct 02:46
Compare
Choose a tag to compare
  • Fix i18n module inclusion issue
  • Fix has! evaluation with issue with build defined terms

v2.8.9

29 May 21:29
Compare
Choose a tag to compare
  • Fix issue with non-local main modules (where package main modules is not a child of package location).
  • Fix issue with premature promise resolution of nested dependencies that return promises
  • Add runtimeFeatures option to facilitate unit testing

v2.8.8

24 Apr 15:55
Compare
Choose a tag to compare

Fix 'Promise not defined' error on IE11 when async option is true.