Skip to content

v4.0

Compare
Choose a tag to compare
@kjetilhau kjetilhau released this 08 Jan 22:23
· 23 commits to master since this release

Core

  • Updated to Meteor 1.4.2.3
  • Updated packages to latest
  • App has been fully restructured to adhere to many of the recommendations by MDG
  • Refactored to ES6, including imports
  • Methods are now using ValidatedMethod
  • Better data validation
  • Added Moment and Bootstrap through NPM instead of Atmosphere

Front-end

  • Now using SASS instead of LESS
  • Blaze templates are a bit more componentized
  • Now referring to schemas instead of a collection directly on autoforms
  • Added a Bootstrap theme for easier customization
  • Added Bert for client side notifications
  • Added a new loading spinner
  • Added a blank state reusable template for use when yielding empty result

There's more

  • Converted handlebars helpers to pure JS functions for better flexibility
  • Updated some file names to provide better readability in editors
  • Plus a lot of various code cleaning
  • Added license