1824 Commits

Author SHA1 Message Date
Caleb
7df903c714 Ship source code to NPM (#1095)
* Ship sources in NPM package.

* Use external source files for sourcemaps.

* Remove broken sourcemap rule.
2018-03-28 11:13:16 -04:00
Shawn Erquhart
8e00379fdb fix validation toast notification for workflow 2018-03-28 10:14:01 -04:00
Caleb
21469148fb Hide create new button for single files. 2018-03-28 10:11:27 -04:00
Shawn Erquhart
79ddb3b91c accept CSS string in registerPreviewStyle 2018-03-28 10:08:47 -04:00
Mike Romani
55f01e6f1d Fields default to Blank String (#1126) 2018-03-28 10:07:20 -04:00
Caleb
cd10a713d8 Add option to strip Unicode from entry filenames (#1135) 2018-03-27 18:56:10 -04:00
Luís Miguel
2475af1870 Fix thumbs for new uploads to private repos 2018-03-27 16:46:38 -04:00
Luís Miguel
2d89cc7bfe (Optimization) Remove redundant filter call 2018-03-27 14:08:55 -04:00
Luís Miguel
8e2fefc3f7 (Bugfix undefined id) Use file sha as id 2018-03-27 14:08:55 -04:00
Josh Dzielak
cc60dc9aa9 Improve readability of docs for extension field 2018-03-27 10:42:51 -06:00
Sam
a2d4267500 Allow adding items to be disabled for list widget (#1102) 2018-03-15 16:16:32 -04:00
talves
2c697b08d9 fix beta feature document 2018-03-15 12:40:45 -04:00
Antonio Argote
12b2c1cf40 correct example regex (#1170) 2018-03-13 17:50:45 -07:00
Shawn Erquhart
1808809a01 update docs site release ticker 2018-03-06 18:22:13 -05:00
Shawn Erquhart
d3129168ae Release 1.3.5 2018-03-06 18:06:34 -05:00
Shawn Erquhart
757ef0c99f fix cms deps 2018-03-06 18:02:19 -05:00
Shawn Erquhart
6b6dbbeadd Release 1.3.4 2018-03-06 17:56:28 -05:00
Shawn Erquhart
1c7fe43643 fix editorial workflow load failure 2018-03-06 17:55:43 -05:00
Shawn Erquhart
e3650079df fix docs site deps 2018-03-06 17:41:25 -05:00
Shawn Erquhart
030b5a564c Release 1.3.3 2018-03-06 17:27:57 -05:00
Shawn Erquhart
3a0929304c fix bugs introduced by manual initialization 2018-03-06 17:27:22 -05:00
Shawn Erquhart
5e7d71c6e2 update lockfiles 2018-03-06 16:55:47 -05:00
Shawn Erquhart
ba552f3d46 Release 1.3.2 2018-03-06 16:47:01 -05:00
Shawn Erquhart
c31aaae0d4 add manual init docs 2018-03-06 16:22:55 -05:00
Shawn Erquhart
a83c04cad0 allow manual initialization and config as an arg 2018-03-06 16:22:55 -05:00
Caleb
95b6d8a884
Fix collection failure if entry fails. (#1093) 2018-03-05 16:31:05 -07:00
Shawn Erquhart
1647d0b8e5 add 1.3.1 to release ticker 2018-03-03 23:06:03 -05:00
Shawn Erquhart
53490f73af update website release ticker via cms 2018-03-03 22:56:03 -05:00
Shawn Erquhart
e27c88d767 update changelog 2018-03-03 22:45:58 -05:00
Caleb
b7fcb8b3d9 Use formatted datetime value in Redux. 2018-03-03 22:45:39 -05:00
Shawn Erquhart
c4222895a5 exlude time from default date widget format 2018-03-03 22:45:39 -05:00
Shawn Erquhart
6ee1d064c1 fix changelog 2018-03-03 22:41:37 -05:00
Shawn Erquhart
2949e01b37 Release 1.3.1 2018-03-03 22:40:02 -05:00
Shawn Erquhart
2a3b2d19fe ignore unpublished entries from unknown collections 2018-03-03 22:39:49 -05:00
Shawn Erquhart
38c7ef94cd report loadUnpublishedEntries errors 2018-03-03 22:39:49 -05:00
Shawn Erquhart
9d1ae91bc7 add dev task that writes output to disk 2018-03-03 20:12:51 -05:00
Shawn Erquhart
0e4117aaaf Update Docs “add-to-your-site” 2018-03-03 14:17:45 -07:00
Shawn Erquhart
7caa156277 add source repo field for docs examples 2018-02-28 10:02:21 -05:00
Shawn Erquhart
55ed60a0de update website releases ticker 2018-02-27 21:57:27 -05:00
Shawn Erquhart
5b5e035014 Release 1.3.0 2018-02-27 21:20:46 -05:00
Shawn Erquhart
175e81bf3c update changelog 2018-02-27 20:36:08 -05:00
Shawn Erquhart
d73731cf1f fix lost unsaved changes when updating status or publishing 2018-02-27 20:34:12 -05:00
MarkZither
418f694aaf Update add-to-your-site.md to add Wyam (#1096)
Added Wyam to list of generators to store static files in the input directory
2018-02-27 20:31:06 -05:00
Shawn Erquhart
827ed49bf5 update changelog 2018-02-27 17:24:09 -05:00
Caleb
c765cb0b76 Support extensions with multiple parts (i.e. en.md) (#1123)
* Support extensions with multiple parts (i.e. `en.md`)

* Strip entire extension from slug, not just last extension.

* Clean leading periods from extensions.
2018-02-27 17:23:20 -05:00
Iñaki García
527d201ed5 Fix Collections List Sidebar css (#1103) 2018-02-27 16:58:33 -05:00
Mathias Biilmann
6b30761454
Merge pull request #1136 from ziburski/netlifycmsorg-tweaks
Website tweaks
2018-02-27 12:31:06 -08:00
Caleb
ab7c1b654a Clean up .babelrc. 2018-02-27 11:47:48 -07:00
Caleb
5bae5319fd Revert "Fix babel-preset-env implementation (#765)"
This reverts commit ddbfae6b3940a161886f590295d5cfa6bf58b2e0.
2018-02-27 11:47:48 -07:00
Caleb
862eeb14ca Revert "Fix build for Gatsby (WebPack v1)."
This reverts commit f97e2d2853559e2bbc7d69341c6422262f3000e4.
2018-02-27 11:47:48 -07:00