Skip to content

v2.7.0

Compare
Choose a tag to compare
@tvdeyen tvdeyen released this 16 Oct 08:24
· 46 commits to 2.7-stable since this release

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:

2.6-stable...2.7-stable

Thanks

Thanks to all contributors, especially @robinboening, who wrote a tons of specs <3