Skip to content

Releases: alexandesigner/lets

Release 1.1.0-beta.0

26 Jul 03:19
Compare
Choose a tag to compare
  • Interface improvements
  • Refactoring Styles and all code
  • Add Images menu
  • Update packages
  • Fix bugs

Release 1.0.2

29 Jun 16:30
247d245
Compare
Choose a tag to compare
  • Fix method document update
  • Upload image to new collection Image for all images and create object in document collection with name, type, extension, path.
  • Add new field subtitle
  • Add Editor froala
  • Code improvements

Release 1.0.1

20 Jun 11:57
Compare
Choose a tag to compare

It's not a big change.

  • Fixing some bugs
  • Optimizing files

Release 1.0

22 Sep 00:43
Compare
Choose a tag to compare

Updates for version 1.0

  • Support for Vue and Element UI via Meteor Vue.
  • Defines an application structure following the Meteor Guide.
  • Defines a set of routes using Vue Router.
  • Defines an accounts workflow for signing up and logging in users, as well as aiding in password recovery. Support for password-based
  • Defines a MongoDB database collection—Documents—and connects that data to Supplies using stores, publications, and subscriptions.
  • Showcases how to handle basic CRUD database operations using Meteor's Methods feature.
  • Automatic account creation for an administrator and five test users. Also creates test documents for each user (including the admin).
  • Linting via ESLint. Follows Standard style guide, Meteor style guide

Coming Soon - version 1.1.0

  • OAuth authentication via Facebook, GitHub, and Google is included.
  • Includes static pages for displaying. Backed by an easy-to-extend pattern for generating static content pages using Commonmark Markdown.
  • Add unit and e2e tests