Skip to content

Releases: kjetilhau/meteor-skeleton

v4.1.1

21 Nov 16:26
Compare
Choose a tag to compare
  • Fixed issue with navbar not expanding on smaller devices
  • Updated to Meteor 1.6
  • Updated Bootstrap to v4 alpha 2
  • Updated all other relevant packages

v.4.1

01 Sep 14:18
Compare
Choose a tag to compare
  • Updated to Meteor 1.5.1
  • Updated to Bootstrap 4 beta
  • Added new notification module

v4.0.1

24 Feb 20:18
Compare
Choose a tag to compare

Updated to Meteor 1.4.3.1 + dependencies. Also made a few changes to file names.

v4.0

08 Jan 22:23
Compare
Choose a tag to compare

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

11 Oct 13:57
Compare
Choose a tag to compare
  • 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

v2.1

30 Jan 23:09
Compare
Choose a tag to compare

Updated for latest Meteor release and latest package versions

v2.0

31 Aug 12:39
Compare
Choose a tag to compare

Meteor 0.9 ready. Plus a lot of changes.