938 Commits

Author SHA1 Message Date
Shawn Erquhart
17b40b58ea fix frontmatter stringification for date fields
Switches back to custom frontmatter stringification
until support lands in preliminaries. This is necessary
because we use custom schemas for certain data types,
such as dates and times.
2017-04-21 10:34:33 -07:00
Shawn Erquhart
d250b1cef3 fix list item deletion 2017-04-20 15:22:04 -04:00
Benaiah Mischenko
b64dfab42e Merge pull request #379 from netlify/fix-docs-link
fix editorial workflow docs link
2017-04-19 12:07:53 -07:00
Shawn Erquhart
48f7d1517d Release 0.3.20 2017-04-19 11:54:16 -04:00
Shawn Erquhart
9c4d651c96 Merge pull request #380 from HarlemSquirrel/extension-filter
Fix filtering by file extension
2017-04-19 11:52:52 -04:00
Kevin McCormack
39852e9982 Fix filtering by file extension 2017-04-19 11:45:07 -04:00
Shawn Erquhart
5a23a662c8 fix editorial workflow docs link
fixes #378
2017-04-19 09:55:01 -04:00
Shawn Erquhart
adea4cdf94 Release 0.3.19 2017-04-18 22:12:41 -04:00
Benaiah Mischenko
3be734da05 Merge pull request #370 from josephearl/filter-files-extension
Fixes #278 Filter folder collection files by extension
2017-04-18 16:28:05 -07:00
Joseph Earl
22137ed777 Fixes #292 Display version number 2017-04-18 16:11:48 -07:00
Joseph Earl
265146e2d1 Fixes #278 filter files by extension 2017-04-18 22:59:30 +01:00
Shawn Erquhart
e66b3597ef Merge pull request #375 from HarlemSquirrel/config-site-id
Add backend config for site ID
2017-04-18 17:01:40 -04:00
Kevin McCormack
76bf16d62e Add backend config for site ID
Users can now specify `site_domain` in `config.yml`. This is useful
when attempting to access the CMS from a different host.
2017-04-18 16:24:45 -04:00
Jessica Parsons
23c1a68a7f Merge pull request #366 from netlify/examples-in-docs
examples in docs added
2017-04-17 11:27:55 -07:00
Benaiah Mischenko
aff120a6fe Merge pull request #371 from josephearl/358-save-bar-stuck
Fixes 358 Save bar stuck
2017-04-17 10:30:57 -07:00
Joseph Earl
684fd1c490 Fixes 358 Save bar stuck 2017-04-14 21:30:49 +01:00
Brian Douglas
0f3735f318 Update examples.md 2017-04-14 13:08:50 -07:00
Brian Douglas
cf610a3d7b Update examples.md 2017-04-14 13:08:39 -07:00
Shawn Erquhart
2f6deee25b Release 0.3.18 2017-04-14 16:07:24 -04:00
Benaiah Mischenko
e133d14f82 Merge pull request #362 from netlify/rename-images-to-img
Rename local doc images folder to img for Markdown Magic Capability
2017-04-14 11:59:57 -07:00
Benaiah Mischenko
d6e0811fd0 Merge pull request #364 from josephearl/356-remove-precommit-hook
Fixes #356 Remove pre-commit hook
2017-04-14 11:52:30 -07:00
Shawn Erquhart
2047fda27c Merge pull request #360 from marzeelabs/feature/#359_list_children_metadata
#359 - Handle metadata for all children of a list field
2017-04-14 12:59:08 -04:00
Joseph Earl
4afec469f9 Merge pull request #355 from josephearl/113-disable-editor-preview
Fixes #113 Disable editor preview
2017-04-14 17:48:34 +01:00
Joseph Earl
e9af230db7 Merge pull request #368 from josephearl/357-show-config-error
Fixes #357 Show error if config fails to parse
2017-04-14 17:41:40 +01:00
Joseph Earl
0e3cd0e876 Fixes #356 Remove pre-commit hook 2017-04-14 17:39:21 +01:00
Joseph Earl
4be23e5fc7 Show error if config fails to parse 2017-04-14 17:22:24 +01:00
Brian Douglas
ffa8384444 Update examples.md 2017-04-14 07:58:36 -07:00
Brian 'bdougie' Douglas
dc51bb1a96 examples in docs added 2017-04-14 07:56:53 -07:00
Joseph Earl
e2f471e863 Remove webpack footer 2017-04-14 13:56:24 +01:00
Joseph Earl
881c0b0958 Fixes #113 Add ability to disable editor preview for a collection 2017-04-14 13:26:09 +01:00
Brian Douglas
b66e4a6886 make doc page a h1 (#354) 2017-04-13 09:20:47 -07:00
Luis Correia
b75f86f4c2 #359 - Delete metadata by key of deleted value (previously harcoded) 2017-04-13 12:45:32 +01:00
Luis Correia
805f958165 #359 - Handle metadata for all children of a list field 2017-04-13 11:02:06 +01:00
Brian 'bdougie' Douglas
ab020d8322 rename images folder to img 2017-04-12 20:26:52 -07:00
Shawn Erquhart
7aa77baea9 Release 0.3.17 2017-04-11 14:22:59 -04:00
Joseph Earl
aa9230e158 Change history version to ^2.1.2 2017-04-11 10:56:44 -07:00
Joseph Earl
f3ef2ef8b2 Add missing history package 2017-04-11 10:56:44 -07:00
Benaiah Mischenko
d58cd652d8 Cleanup resolvePromiseProperties
There were a couple issues with the original version of
`resolvePromiseProperties`:

- The wrapper promise was unnecessary, since we can just return the
  `Promise.all`. Fixing this allows us to remove a wrapping function,
  reduce indentation, remove the `resolve` and `reject` calls, and
  remove the now unnecessary `.catch` line.

- There was inadvertent mutation in the `Object.assign` call - the
  first parameter to `Object.assign` is mutated, so to call it without
  mutating existing objects the first parameter should be a literal
  `{}`. This is now fixed.
2017-04-11 10:55:56 -07:00
Shawn Erquhart
b5e839468e Merge pull request #348 from josephearl/multi-format-frontmatter
Add multi-format frontmatter parser
2017-04-11 10:34:07 -04:00
Shawn Erquhart
235481826b switch to markup-it upstream repo (#349) 2017-04-10 14:49:05 -07:00
Joseph Earl
5a5a4f5b12 Update to latest preliminaries 2017-04-09 20:05:00 +01:00
Joseph Earl
dc313d157b Rename YamlFrontmatter to just Frontmatter 2017-04-09 19:32:33 +01:00
Joseph Earl
a2e8602fdd Add multi-format frontmatter parser 2017-04-08 23:32:39 +01:00
Benaiah Mischenko
d503547883 Stop showing loader forever when there are no entries (#343) 2017-04-07 09:32:30 -07:00
Benaiah Mischenko
12f5e4cda8 Merge pull request #306 from americool/adding-close-preview-feature
Adding close preview feature
2017-04-06 15:56:24 -07:00
Julian Krispel-Samsel
c560689edd fixes #258 - reverse collection order (#345) 2017-04-05 15:02:13 -07:00
Shawn Erquhart
4752a1f150 add styling for preview toggle 2017-04-05 12:43:18 -04:00
Americool
948158cda3 small fixes changed PREVIEW_STATE to PREVIEW_HIDE 2017-04-05 12:42:30 -04:00
Americool
1f5db5ab3c adding close preview 2017-04-05 12:42:30 -04:00
Shawn Erquhart
f9e2b28d27 Merge pull request #331 from netlify/fix-example-optional
fix example optional field
2017-04-03 21:54:57 -04:00