This repository has been archived by the owner on Dec 6, 2019. It is now read-only.
Releases: seznam/IMA.js-skeleton
Releases · seznam/IMA.js-skeleton
0.16.0
0.15.0
Please see the changelog of the core library.
0.14.0
Please see the changelog of the core library.
0.13.0
Changelog
- made the default location of localization file more flexible - they may now be placed anywhere in the project
- added SPA (single-page application) build target
- reduced the default logger's output level to warning for the testing and production environments
- documentation update
How to upgrade to 0.13.*
- update the localization files matching glob in the build.js file
- add './node_modules/ima/polyfill/imaRunner.js' to the
shim.src
array in the gulpConfig.js file - update your document view to extends the ima/page/AbstractDocumentView class
0.12.1
0.12.0
- added PhantomJS 2 to karma config
- added .babelrc
- added main.js as the new application entry point
- the IMA core library is now built into a separate file
- updated .eslintrc config for eslint 2.*
- updated gulpConfig.js
- updated server.js
- updated package.json
- removed imajs submodule and switched to the ima npm package
- removed vendor.js in favor of configuration in app/build.js