1648 Commits

Author SHA1 Message Date
bfd8d526cf update changelog and version 2018-06-14 12:20:10 -04:00
69ee5ecc78 Fix GitLab Implicit OAuth (#1439) 2018-06-14 10:54:53 -04:00
a7891e9f1c Fix the date on the first blog post 2018-06-13 14:00:07 -07:00
042e23885f very minor padding adjustments (#1420) 2018-06-13 12:49:32 -04:00
40327e22aa Last-minute website tweaks for GitLab release (#1428) 2018-06-12 12:04:43 -04:00
4bb66fc008 update changelog demo links 2018-06-12 10:33:28 -04:00
3f514372ab update site release ticker 2018-06-12 10:23:01 -04:00
bc53dc1789 Release 1.9.0 2018-06-12 10:22:41 -04:00
517f47d1da update changelog 2018-06-12 09:58:44 -04:00
d9488458a9 Don't render hidden widgets in markdown visual editor (#1414) 2018-06-12 09:55:10 -04:00
f365955478 Only use label_singular when one item is rendered in the listControl (#1422) 2018-06-12 09:47:20 -04:00
b47bb66a3b Add GitLab backend to docs (#1413) 2018-06-12 09:42:51 -04:00
8202aa4000 update changelog 2018-06-11 22:13:18 -04:00
edfd35dfdc Add blog to docs site (#1419) 2018-06-11 22:09:44 -04:00
b65f68efd4 GitLab backend built with cursor API (#1343) 2018-06-11 22:03:43 -04:00
1f94e3123d udpate changelog 2018-06-11 17:13:19 -04:00
78e4b829d0 fix workflow top panel styling 2018-06-07 17:33:20 -06:00
448707e3c9 update contributor (#1370) 2018-06-07 17:09:28 -04:00
b9ca64438c Add Plugin Contributor (#1387)
<!--
Thanks for submitting a pull request!

Please make sure you've read and understood our contributing guidelines;
https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md

If this is a bug fix, make sure your description includes "fixes #xxxx", or
"closes #xxxx", where #xxxx is the issue number.

Please provide enough information so that others can review your pull request.
The first three fields are mandatory:
-->

**- Summary**
Add Plugin Contributor https://github.com/hennessyevan/netlify-cms-widget-youtube
<!--
Explain the **motivation** for making this change.
What existing problem does the pull request solve?
-->

**- Test plan**

<!--
Demonstrate the code is solid.
Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
-->

**- Description for the changelog**

<!--
Write a short (one line) summary that describes the changes in this
pull request for inclusion in the changelog:
-->

**- A picture of a cute animal (not mandatory but encouraged)**
![image](https://user-images.githubusercontent.com/16711653/40568474-bfb40350-6048-11e8-8d2e-3465cb8d8ba0.png)
2018-06-06 18:59:14 -04:00
df365634c0 update changelog 2018-05-25 14:41:02 -04:00
89f2c9b93b Fix negative CSS variables (#1384) 2018-05-25 14:39:08 -04:00
54bb2e9a5c update changelog 2018-05-25 13:33:04 -04:00
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