Releases: GetmeUK/ContentFlow
Fix for editor button
Fixed an issue where on closing the flow manager the code that hides/shows the ContentTools editor button wasn't syncing the regions the editor can see and therefore didn't cope with scenarios where all snippets were removed or a snippet was added to an empty flow.
In addition I've changed some of the base API URLs:
snippet-scope
becomeschange-snippet-scope
snippet-settings
becomesupdate-snippet-settings
This change would break previous versions (though it's easy to override by creating your own API), it was made to provide better clarity of the roles of those endpoints.
Fix: Base params are now applied when API calls endpoints
0.0.6a Forgot to compile before publishing to npm
Removed manhattan-sortable dependency
I removed the dependency on manhattan-sortable to keep things smaller and cleaner. The sort functionality is now builtin to the order interface for snippets.
Various fixes
So this release is out and in the wild now (so to speak) - it's being tested for a live environment over the next week or so and I hope to be able to publish a video of the tool in use during this time. I expect some issues to be found once those pesky content editors get their (clumsy, clumsy, clumsy) hands on it but ultimately that will just speed up the process of getting something more stable out to you good folks.
0.0.3
0.0.2
Initial release
An extension to the ContentTools WYSIWYG editor to manage content flows.