Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.

v2.1.0 (Breaking Changes)

Compare
Choose a tag to compare
@mrellipse mrellipse released this 25 Oct 12:51
· 25 commits to master since this release

Improvements

  • lightweight loading page (for devices on slower connections)
  • comprehensive localization support
  • async loading of culture resources
  • upgraded to vue es6 runtime
  • gzip response compression

Notes

Webpack build process now outputs three entry points. A consequence of this is that when running in development mode it can take anywhere up to a minute before build artifacts with source maps are generated and hot module reloading is available.

Breaking Changes

In order to properly implement localization support, the database schema has been changed. If you are running an earlier version, you could try merging this release into your local repository, then use EF scaffolding to add a new migration.