Releases: AlchemyCMS/alchemy_cms
v2.7.1
Alchemy 2.7.1
This is a bug fix and maintenance release.
New Features
- New option
separator
forrender_elements
helper. - Adds a layout select box to the language form.
- The preview window now scrolls to the selected element after saving it.
- Layout fixes in page edit mode to fit small screens.
Bug Fixes
Please have a look at the complete list of commits for all bugs fixed in this release:
v2.7.0
Alchemy 2.7.0
This is a refactoring, cleanup and code coverage release. The refactorings could add deprecations and break stuff. So please test you app against this and see the full list of commits.
Mayor changes:
Memorizes all YAML config files.
This speeds up Alchemy while development a lot, especially for large element definition files. But this also means you have to restart the local development server each time you make changes to one of the YAML files in config/alchemy
folder.
Commits:
Adds SiteLayouts
Now you can add a sites_layouts.yml
file that allows you to include and exclude page layouts from sites.
Commits:
Adds more tidy tasks
Alchemy comes with some handy tidy up tasks, that could be used to cleanup your database. This is very helpful while development, where page layouts and cells often change. See rake -T alchemy:tidy
for available tasks.
Commits:
Full list of commits:
Thanks
Thanks to all contributors, especially @robinboening, who wrote a tons of specs <3