Skip to content

Releases: GetmeUK/ContentFlow

Fix for editor button

28 Aug 14:26
Compare
Choose a tag to compare

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 becomes change-snippet-scope
  • snippet-settings becomes update-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

28 Aug 09:03
Compare
Choose a tag to compare
0.0.6a

Forgot to compile before publishing to npm

Removed manhattan-sortable dependency

27 Aug 17:51
Compare
Choose a tag to compare

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

18 Aug 14:55
Compare
Choose a tag to compare

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

14 Aug 12:04
Compare
Choose a tag to compare

Reverted manhattan-sortable to a dev dependency.

0.0.2

14 Aug 10:13
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue with snippets remaining highlighted when switching between flows.

Other

  • Changed the build to not automatically include ContentTools (CF is an extension not a standalone package).

Initial release

11 Aug 12:21
Compare
Choose a tag to compare

An extension to the ContentTools WYSIWYG editor to manage content flows.