@@ -5,11 +5,17 @@ Build 003
55-------
66Published as version 14.1.1
77
8- Bug Fixes
9- * Worked around a problem with uglifyjs which optimized out a block of code that contained the comment that
10- the ilib-webpack-loader was looking for. The loader would replace that comment with dependencies on the
11- webpacked locale data files. Without that comment, no dependencies, and therefore no locale data and no
12- WebpackLoader code would be included in the final webpack bundle.
8+ Bug Fixes:
9+ * Worked around a problem with uglifyjs which optimized out a block
10+ of code that contained the comment that the ilib-webpack-loader was
11+ looking for. The loader would replace that comment with dependencies on
12+ the webpacked locale data files. Without that comment, no dependencies,
13+ and therefore no locale data and no WebpackLoader code would be
14+ included in the final webpack bundle.
15+ * Added the full file name including the file extension for requires
16+ of ` index.js ` . If file name extension is missing, QT cannot load that
17+ file properly.
18+ * Added missing ` index.js ` require statement in MeasurementFactory
1319
1420Build 002
1521-------
@@ -24,11 +30,9 @@ New Features:
2430 * Allows ilib to run in node or within a webpack bundle without changes
2531 * Allows clients to just require ilib classes directly without first requiring the loader installer
2632
27- Bug Fixes
33+ Bug Fixes:
2834* Restored a missing mapping from the the native name for "Japan" to the ISO code "JP" in the nativecountries.json
2935 * Fixes address parsing for Japan
30- * Added the full file name including the file extension for requires of ` index.js ` . If file extention is missing, QT cannot load the file properly.
31- * Added missing ` index.js ` require statement in MeasurementFactory
3236
3337Build 001
3438-------
0 commit comments