1926 Commits

Author SHA1 Message Date
0022df57d2 Check for title/slug field on config load. (#1203) 2018-05-25 12:15:01 -04:00
9fd0ff4a6a return date object from date/datetime widgets if no format set (#1296)
* return date object from date/datetime widgets if no format set

BREAKING CHANGE

As of 1.0, the documented behavior for the date and datetime widgets was
to always return a string value, but they were instead returning a date
object if the default date was not manually changed by the user. This
was addressed in #1143, but it became clear afterward that static site
generators were depending on the raw date objects that Netlify CMS was
unintentionally producing. Remaining as is or addressing the bug were
both "breaking" states, so this commit reverts to producing raw date
objects when no format is explicitly set.

It is now considered an edge case to require string dates, as most
static site generators expect to parse a raw date against formatting in
a site's templates.

Also note that this commit improves the original behavior by always
providing a date object when no format is provided, even if the user
manually changes the value.

* produce raw date when no format is provided
2018-05-25 12:03:44 -04:00
55c8302dca update dependencies 2018-05-25 11:20:42 -04:00
7354180f0d update changelog 2018-05-24 09:29:53 -04:00
e93e2b572a update changelog 2018-05-24 09:25:24 -04:00
643772cd1a Revert "Prevent Overwriting Files with Same Slug Names (#1239)"
This reverts commit 9a1c668e00a0f2cfd2dfbcf0ff1b642c54c1b1bd.
2018-05-24 09:23:55 -04:00
9c12a03efd Merge pull request #1375 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-05-23 17:44:00 -04:00
714e4b89ba Update Updates “releases” 2018-05-23 17:43:42 -04:00
e6109d56d2 use squash merges in docs site cms 2018-05-23 17:42:54 -04:00
4225f205d8 update changelog 2018-05-23 17:41:52 -04:00
ee849763e6 Merge pull request #1374 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-05-23 17:39:56 -04:00
2c76819a57 Update Updates “releases” 2018-05-23 17:39:42 -04:00
eb41cae622 update changelog 2018-05-23 17:02:01 -04:00
8ab5ca560c Enable user-configured commit message templates (#1359) 2018-05-23 16:57:56 -04:00
5ff1195e54 update changelog 2018-05-23 16:55:07 -04:00
9a1c668e00 Prevent Overwriting Files with Same Slug Names (#1239) 2018-05-23 16:50:04 -04:00
ee8f2d5752 Adding inference field (#1355) 2018-05-23 14:40:19 -04:00
cb44fe5ea1 add architecture and previews guide to docs menu sections (#1368) 2018-05-18 08:51:22 -07:00
863560a9d0 chore: checkout last 5 commits (#1365) 2018-05-18 11:44:06 -04:00
de64c227ae chore: add Node.js 8 and 10 (#1364)
* chore: add Node.js 8 and 10

* chore: update dependencies
2018-05-18 11:43:49 -04:00
c34d012fcc Add clarification to "Add to Your Site" doc (#1367) 2018-05-18 06:19:42 -04:00
c1c30557a3 add docs menu sections (#1366) 2018-05-17 17:14:29 -04:00
8266d25a49 update changelog 2018-05-17 12:10:23 -04:00
55a24a75c1 Fix large files failing to load. (#1224) 2018-05-17 12:05:37 -04:00
b8fa934a45 Merge pull request #1361 from netlify/cms/releases
Automatically generated. Merged on Netlify CMS.
2018-05-16 09:24:42 -04:00
6996754944 Update Updates “releases” 2018-05-16 09:24:31 -04:00
fd93f5e17f Release 1.8.0 2018-05-16 09:20:40 -04:00
4d981d8e01 Upgrade to Webpack 4 (#1214) 2018-05-15 18:37:59 -04:00
80817e2157 Prevent login if Git Gateway is disabled. (#1295) 2018-05-15 18:34:42 -04:00
c6bbfa70c2 www.cupofdata.com reference (#1283)
Signed-off-by: Greg Werner <werner.greg@gmail.com>
2018-05-15 18:29:57 -04:00
9760ee2452 Docs: Link widget cloud to browser URL. (#1212) 2018-05-15 18:11:44 -04:00
40494a4e43 Adds support for passing component type or element to PreviewContent, supports React.forwardRef (#1248) 2018-05-14 13:36:55 -04:00
7cdc73b914 Fix YAML code block formatting in docs (#1356)
* Fix YAML code block formatting in docs

* Add @tedmiston to contributors
2018-05-14 12:57:53 -04:00
04087026dd Add squash merges option for editorial workflow (#1330) 2018-05-14 11:46:37 -04:00
70ec10feab chore: add contributor (#1349) 2018-05-12 12:02:38 -04:00
76d1f05741 Updating add-to-your-site.md to include Nuxt (#1350)
Added Nuxt to list of generators that use the "static" folder for static files where the Netlify CMS admin can live.
2018-05-12 12:02:04 -04:00
1b2ab39fae Add Gitter Sidecar widget to docs site (#1332)
* Add Gitter Sidecar to Docs & Community pages.

* Add styles to match Gitter Sidecar button to site theme.

* Fix Gitter button outline when focused.

* Style Gitter button :active state.
2018-05-02 14:11:54 -07:00
cd30b59b92 Support displayFields in the Relation widget (#1303)
* Support displayFields in the Relation widget

* Fix typo

* Wrap display fields in String constructors

* 📝 Documentation updates
2018-05-01 16:43:08 -07:00
1316f21b1b add 1.7.0 demo link 2018-04-24 21:56:38 -04:00
e9a657349a Release 1.7.0 2018-04-24 21:50:24 -04:00
2d362de03c Add blog post link to forestgarden.wales example (#1278) 2018-04-24 21:44:46 -04:00
1ebc0c9dd8 Safely convert to string (#1240) 2018-04-24 21:44:13 -04:00
855bfde79b allow custom auth endpoint (#1294) 2018-04-24 21:35:56 -04:00
9431112e63 nudge the contributor count up (#1319) 2018-04-24 18:51:43 -04:00
780ab60d71 nudge the contribitor count 2018-04-24 23:07:12 +01:00
a5d4fd41a4 Don’t try to validate an optional field if it is empty (#1237) 2018-04-24 12:28:09 -04:00
63df2e8baa docs: Format code block. 2018-04-24 08:05:13 -06:00
a2723f488e fix code block styling in widgets section (#1312) 2018-04-23 19:57:00 -04:00
03faa28a41 improve docs readability (#1310)
* improve docs readability

* update prism
2018-04-23 17:22:15 -04:00
ea338ba51f Merge pull request #1252 from netlify/cms/authentication-backends
Automatically generated. Merged on Netlify CMS.
2018-04-23 16:18:49 -04:00