977 Commits

Author SHA1 Message Date
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
Shawn Erquhart
35659a6385 Merge pull request #339 from juliankrispel/enable-sourcemaps
Enable sourcemaps
2017-04-03 21:48:05 -04:00
Julian Krispel-Samsel
1ff1fcfea8 enable debug mode for webpack-dev-server :D 2017-04-03 23:12:40 +01:00
Shawn Erquhart
80e4d0f44c Release 0.3.16 2017-03-31 17:01:28 -04:00
Shawn Erquhart
acbd4cb911 Merge pull request #334 from netlify/fix-log-out
Fix logout for Firefox
2017-03-31 16:03:33 -04:00
Shawn Erquhart
71e683f5bf Fix logout for Firefox
The log out menu was nested within a button, which caused
bubbling issues for the log out button event handler. This
was due to a misuse of the React Toolbox AppBar component.
Added a proper IconMenu to trigger the logout dropdown.
2017-03-31 15:47:55 -04:00
Shawn Erquhart
570712c0de #315 fix example optional field 2017-03-29 15:12:28 -04:00
Shawn Erquhart
4b9c7fb723 Merge pull request #327 from netlify/updates-docs
Updates docs to match netlifycms.org/docs
2017-03-28 14:25:27 -04:00
Brian 'bdougie' Douglas
d7b740f1c5 updates docs 2017-03-28 10:02:45 -07:00
Ryan Watters
b7f5ab255e docs: Updating URL for Victor Hugo on Netlify (#319) 2017-03-22 17:02:36 -07:00
Shawn Erquhart
bde15e377e Merge pull request #318 from simplystuart/master
Fix tiny README typo
2017-03-22 14:43:52 -04:00
Stuart Dum
9671fe8fda Fix small README typo 2017-03-22 08:51:21 -04:00