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
Shawn Erquhart
96d6242b78
Merge pull request #293 from Benaiah/label-cards-in-editorial-workflow
...
Add meta info to cards in editorial workflow
2017-03-20 20:30:09 -04:00
Benaiah Mischenko
1aa02eb42a
Refactor readUnpublishedBranchFile with resolvePromiseProperties
2017-03-20 17:16:58 -07:00
Benaiah Mischenko
1dc2841609
New promise helper, resolvePromiseProperties
...
`resolvePromiseProperties` takes on object and returns a promise which
resolves to a copy of the object. This copy has all its immediate
properties which were Promises replaced with the resolved value of
those promises. Promises are run with `Promise.all`. Errors are passed
up to the outer promise chain.
Example usage:
```js
resolvePromiseProperties({
promise: Promise.resolve("this property will resolve to this string"),
nonPromise: "this will remain the same",
// you can nest the function
nestedPromiseInside: resolvePromiseProperties({
nestedPromise: Promise.resolve("this will resolve"),
nestedNonPromise: "this stays the same",
}),
})
.then(obj => console.log(obj))
```
That will produce the following output:
```js
{
promise: "this property will resolve to this string",
nonPromise: "this will remain the same",
nestedPromiseInside: {
nestedPromise: "this will resolve",
nestedNonPromise: "this stays the same",
},
}
```
2017-03-20 17:04:40 -07:00
Benaiah Mischenko
c079cb96c4
Label cards in editorial workflow
2017-03-20 17:02:52 -07:00
Shawn Erquhart
dda4ecd50a
Merge pull request #311 from netlify/remove_travis_notifications
...
Disable email notification for Travis.
2017-03-20 14:41:46 -04:00
Shawn Erquhart
056fd43713
Merge pull request #310 from netlify/add_community_section
...
Add section about the community to the README.
2017-03-20 14:41:27 -04:00
David Calavera
b507b96d75
Disable email notification for Travis.
...
They kill my inbox.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-03-20 11:07:31 -07:00
David Calavera
4764c6e2f8
Add section about the community to the README.
...
Mention the public Gitter channel to find members of the community.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-03-20 10:56:46 -07:00
Shawn Erquhart
128111a85e
Merge pull request #309 from netlify/fix-preview-pane-safari
...
fix preview pane height in Safari
2017-03-20 12:45:00 -04:00
Shawn Erquhart
b3ce95057e
fix preview pane height in Safari
2017-03-20 12:33:04 -04:00
Frederic Brodbeck
ef7f51cc2f
fixed typo ( #296 )
2017-03-17 09:13:03 -07:00