Releases: kjetilhau/meteor-skeleton
Releases · kjetilhau/meteor-skeleton
v4.1.1
v.4.1
v4.0.1
v4.0
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
v3.0
- Migrated from Iron.Router to FlowRouter
- Subscriptions are now handled in template instead of in routes
- Updated to Meteor 1.2.0.2
- Updated 3rd-party packages to latest
- Added arillo:meteor-flow-router-helpers for template helpers
- Added zimme:active-route and replaced the old 'active' template helper
- Various cleanup