Socket
Socket
Sign inDemoInstall

remake

Package Overview
Dependencies
125
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

27

CHANGELOG.md

@@ -0,1 +1,28 @@

# 1.8.0 (November 24, 2019)
- Added a separate `remake.sass` helper styles file for:
- hiding `data-i-new` elements
- preserving multi-lines in multi-line editable elements
- show a dashed border around editable elements that have no content in them
- Fix bug with `getWatchElements()` to support location keys
- Make location keys look for a target before defaulting to the `innerText` of the current element
- Allow any user to reset their password
- Add app data to the top-level of template data, so you don't have to look inside a `data` object in a template
- Fix sessions from expiring after 1 hour (now 30 days)
- Change all user account routes (e.g. `/signup`, `/login`, `/forgot`) to be prepended with `/user` and move templates
- Add a new `{{generateIdIfNone}}` Handlebars.js helper that will generate a random id for an element if it has none (this makes it possible to not create a JSON file in the `/data` directory for adding default data to new items and create the new template entirely inline on the page)
- Made the nicely-designed Kanban app as the default starter application
# 1.7.0 (November 18, 2019)
- Add support for handling deploys to a multi-tenant app
- Uploading app assets
- Authorizing users
- Sub-domain registration
- Limit deployments per user
- New `remake deploy` command
- New `--multitenant` flag for `remake create` command
- Better logging and user feedback from CLI
# 1.6.0 (October 31, 2019)

@@ -2,0 +29,0 @@

2

package.json
{
"name": "remake",
"version": "1.7.0",
"version": "1.8.0",
"description": "Generate a full-stack Remake web app",

@@ -5,0 +5,0 @@ "license": "MIT",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc