Skip to content

Bug fix release v14.1.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@ehoogerbeets ehoogerbeets released this 28 Oct 07:40
039d8ef

Bug Fixes:

  • Worked around a problem with uglifyjs which optimized out a block
    of code that contained the comment that the ilib-webpack-loader was
    looking for. The loader would replace that comment with dependencies on
    the webpacked locale data files. Without that comment, no dependencies,
    and therefore no locale data and no WebpackLoader code would be
    included in the final webpack bundle.
  • Added the full file name including the file extension for requires
    of index.js. If file name extension is missing, QT cannot load that
    file properly.
  • Added missing index.js require statement in MeasurementFactory
  • AddressFmt.getFormatInfo would throw an exception for locales where
    the locale data was not available. Now, it does not, and instead, it returns
    some hard-coded info by default that is roughly similar to the en-US
    settings.