This week at the Magnolia conference we released Magnolia 5.1 RC1 and with it I released Blossom 3.0 RC1. The feature set is stable since alpha1 but on a deeper level there were many changes to the inner workings of presenting dialogs.
See my earlier blog post on alpha1 for in-depth details on Blossom 3.0 features.
Note that the RC1 of Blossom requires at least Magnolia 5.1 RC1.
UPDATE: The groupId changes to info.magnolia.blossom starting with this release, use this snippet for your maven poms.
See my earlier blog post on alpha1 for in-depth details on Blossom 3.0 features.
Note that the RC1 of Blossom requires at least Magnolia 5.1 RC1.
UPDATE: The groupId changes to info.magnolia.blossom starting with this release, use this snippet for your maven poms.
<dependency> <groupId>info.magnolia.blossom</groupId> <artifactId>magnolia-module-blossom</artifactId> <version>3.0-rc1</version> </dependency>
No comments:
Post a Comment