Skip to content
This repository was archived by the owner on Jan 16, 2024. It is now read-only.

Version 0.10.0

Latest

Choose a tag to compare

@aaronrussell aaronrussell released this 21 Nov 20:10
· 47 commits to master since this release
v0.10.0

Version 0.10.0 introduces a new API engine, a node preview feature, some cleaning up of internal methods and a bag of bug fixes.

  • New API engine for managing content and enabling external integrations
  • Auth engine authenticates the API engine using JWT
  • New feature to allow administrators to preview draft nodes
  • Improved namespacing of PushType engines and rewrite of mount_push_type routing method
  • Ability to mount the PushType front end somewhere other than the root of your project
  • Rewrite of media_path and node_path URL helpers with simplified use. asset_host URLs used where appropriate.
  • Improved validation on parent-child node relationships
  • Fixed pagination bug on asset modal
  • Fixed thumbnail bug on SVG asset uploads