Releases: WPP-Public/silverstripe-colorpalette
Releases · WPP-Public/silverstripe-colorpalette
2.1.0
What's Changed
- Add support for silverstripe 5 by @satrun77 in #21
- update css for better visibility of selected option by @xini in #16
- Linear gradient support by @TheBnl in #14
New Contributors
- @satrun77 made their first contribution in #21
- @xini made their first contribution in #16
- @TheBnl made their first contribution in #14
Full Changelog: 2.0.4...2.1.0
2.0.4: Expose CSS files using SilverStripe recommended approach
Update Requirements::css
calls to use SilverStripe's ModuleResourceLoader
instead of relying on hard-coded paths
Make requirements respect ss4 compatible path namespacing
Update composer file
Update composer file to install the module in the vendor
folder
2.0.0 SilverStripe 4 Compatibility
silverstripe-colorpalette is now compatible with the latest silverstripe version
1.1.0: Improved readonly support
-
The selected colour is now shown on readonly colour fields instead of just a text label (#2)
-
Latest release for SilverStripe 3.x