Skip to content

v3.1

Compare
Choose a tag to compare
@tvdeyen tvdeyen released this 24 Feb 10:10

Alchemy 3.1

Major changes

JSON API moved into /api namespace

The JSON API now lives under /api and not as additional format to default controllers.
Also the serialization changed into more useful payload.

Please upgrade your API calls to use the new /api namespace.

TinyMCE default paste behavior changed

Text is now always pasted in as plain text. To change this, the user has to
disable it with the toolbar button, as they had to before to enable it.

If you have a custom TinyMCE configuration you have to enable this by adding

paste_as_text: true

into you custom TinyMCE configuration.

TinyMCE toolbar config has changed

The 'toolbar' configuration now takes an array of toolbar rows, instead of
using 'toolbarN' syntax. Please update your TinyMCE configuration.

Visit http://www.tinymce.com/wiki.php/Configuration:toolbar for more information.

Minor changes

  • Rspec 3
  • More flexible image resizing
  • Replace CanCan with CanCanCan
  • New translations (dutch and french)
  • Alchemy module generator
  • Database dump import task
  • Push local data to remote server

3.0-stable...3.1-stable