e26548dc22
Automatically generated. Merged on Netlify CMS.
2.2 KiB
2.2 KiB
title | author | description | twitter_image | date |
---|---|---|---|---|
Netlify CMS 2.4.0 | Shawn Erquhart | Netlify CMS 2.4.0 is out with Deploy Preview Links, a new Map widget, and more! | /img/preview-link-published.png | 2019-02-08T23:00:58.501Z |
Netlify CMS 2.4.0 is out with significant bugfixes, like working validation for nested fields, and some nice new features, including Deploy Preview Links and a new Map widget!
Release Notes
Features
loadEntry
method now available to widgets (@leonardodino in #2010)- Loading
config.yml
can now be skipped (@talves in #2053) - Map widget (@friedjoff in #2051
- Deploy preview links (@erquhart in #2028)
- Number widget now offers range validation (@lmcorreia in #2049)
Bugfixes
- Markdown widget parsing improvements - leading/trailing whitespace (@papandreou in #1517)
- Relation widgets in a list no longer swap values after drag and drop (@barthc in #2018)
- Defining custom frontmatter delimiters with an array works (@daneden in #1997)
- Use label instead of value in select widget when using multiple select (@selaux in #2054
- Field validation now works for nested fields (inside of object or list widget) (@barthc in #1873)
- Fix preview reliability issue for relation widget (@barthc in #2011)