Releases: alexandesigner/lets
Releases · alexandesigner/lets
Release 1.1.0-beta.0
- Interface improvements
- Refactoring Styles and all code
- Add Images menu
- Update packages
- Fix bugs
Release 1.0.2
- Fix method document update
- Upload image to new collection
Image
for all images and create object indocument
collection with name, type, extension, path. - Add new field
subtitle
- Add Editor
froala
- Code improvements
Release 1.0.1
It's not a big change.
- Fixing some bugs
- Optimizing files
Release 1.0
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