9e0d7696ee
stop remark from decoding HTML entities
2017-09-26 15:27:34 -04:00
d3c12db8ef
fix soft break support
2017-09-26 14:50:56 -04:00
7bcb16d5e6
fix nested field updates
2017-09-26 14:50:56 -04:00
fddbf8f7f0
disable auto-conversion of markdown urls to links
2017-09-26 14:50:56 -04:00
30a762cec1
improve markdown entity escaping for visual editor
2017-09-26 14:50:56 -04:00
e25ec098f6
fix editor parsing of styled inline code
2017-09-26 14:50:56 -04:00
70a4a51b97
add inline image support for editor
2017-09-26 14:50:56 -04:00
e937e8e626
handle markdown styled inline nodes
...
Slate does not allow inline nodes like links and
images to have marks (like strong, emphasis). This
commit changes the parsers to process these nodes
as if they were text nodes so that marks are
handled.
2017-09-26 14:50:56 -04:00
2d3bf9b3fc
fix verbose markdown entity output
...
Because we convert markdown to an AST, the literal input
cannot be reconstructed, so we have to default to improving
received markdown rather than degrading it. This fix
implements smart MDAST parsing to ensure that adjacent
nodes with the same styling (strong, emphasis, etc) are
grouped together rather than separated (which results in
verbose output).
2017-09-26 14:50:56 -04:00
91590a2f25
remove pedantic markdown parsing
2017-09-26 14:50:56 -04:00
e54dee4220
allow links to be wrapped in marks
2017-09-26 14:50:56 -04:00
cd111f3a3d
distinguish between newline and soft break in editor
2017-09-26 14:50:56 -04:00
aa14a663e0
Merge pull request #614 from dopry/609_add_codecov
...
Add codecov reporting to build process.
2017-09-25 14:37:56 -04:00
a3e2146eee
Adjust spacing for Hugo md interpretation
2017-09-22 10:37:22 -07:00
a890e0da29
Update Test Drive docs with Identity
2017-09-22 09:27:26 -07:00
f8a1d4b21b
Add codecov reporting to build process.
2017-09-21 10:16:12 -04:00
1f06885a69
Add code coverage output generation to npm test ( #610 )
2017-09-20 12:23:40 -07:00
1def72e93b
Merge pull request #601 from tech4him1/upgrade-gray-matter
...
Switch back to `gray-matter` for front-matter parsing.
2017-09-19 12:38:51 -04:00
1fa949395f
Add branch selection support for git gateway ( #618 )
2017-09-18 14:56:49 -07:00
62d88b9e6f
Merge pull request #617 from netlify/fix-trailing-slash
...
Fix collections breaking if folder has trailing slash.
2017-09-18 14:37:16 -06:00
2c8e8bece0
Fix collections breaking if folder has trailing slash.
2017-09-18 08:27:49 -06:00
86c4987d84
Upgrade gray-matter
to v3.0.6.
...
This upgrade allow `gray-matter` to work in browsers as well.
2017-09-15 19:22:05 -06:00
9f40edaf52
Re-add ability to parse frontmatter like ---json
.
2017-09-15 19:22:04 -06:00
335dd15e6d
Fix JSON parser for gray-matter.
2017-09-15 19:22:04 -06:00
ebf91a9800
Switch back to gray-matter
for front-matter parsing.
2017-09-15 19:22:04 -06:00
ab8226ce63
Infer front-matter type on our own.
2017-09-15 19:22:04 -06:00
37d4330370
Merge pull request #611 from netlify/fix-lockfile
...
Remove NPM lockfile from #599 and add Yarn one.
2017-09-15 19:19:23 -06:00
e4ba4e0b10
Remove NPM lockfile from #599 and add Yarn one.
2017-09-15 18:38:41 -06:00
ce2278b7e5
Upgrade js-yaml
to 3.10.0. ( #592 )
...
* Upgrade `js-yaml` to 3.10.0.
The main fix we are wanting is outputting astral characters (emojis) as
a single escape instead of surrogate pairs: nodeca/js-yaml#368 .
* Upgrade `preliminaries` front-matter parser (and dependencies).
2017-09-15 17:08:19 -07:00
3195f30b8d
Merge pull request #608 from dopry/xx_doc_pull_request_rebase
...
(docs) Document that pull requests should be rebased.
2017-09-15 17:47:13 -04:00
0ce2bc0f35
(docs) note that pull requests should be rebased.
2017-09-15 17:42:59 -04:00
d349c3d3b1
Merge pull request #590 from netlify/update-depreciated-deps
...
Upgrade Depreciated React Dependencies
2017-09-15 16:18:24 -04:00
63b874e295
Merge pull request #576 from netlify/entry-disable-save
...
Disable "Save" button when entry has not been changed.
2017-09-15 16:12:34 -04:00
4c63a21bbb
Merge pull request #604 from netlify/fix-entry-deletion
...
Fix entry deletion on non-master branches
2017-09-15 16:01:39 -04:00
9f4951fcf2
Fix entry deletion on non-master branches
2017-09-14 17:32:18 -07:00
94a3941d9f
Docs: Add contributors to README ( #599 )
...
* Add contributors
* Add contributors from CLI
2017-09-13 16:08:43 -07:00
6e356e81da
Update tests for EntryEditorToolbar
2017-09-11 14:25:23 -06:00
87f942e73b
Rename hasChanged
to enableSave
for the editor Save button.
2017-09-11 14:08:07 -06:00
5e9112ec71
Upgrade to seperate create-react-class
library.
...
`React.createClass` was split off/depreciated as of 15.5.0:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.createclass
2017-09-09 20:18:02 -06:00
654f844b86
Upgrade to seperate React prop-types
library.
...
`propTypes` was seperated/depreciated from React as of 15.5.0:
https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes
2017-09-09 20:16:19 -06:00
5b502aa680
Merge pull request #584 from netlify/fix-auth-provider-docs
...
Docs: Update the authentication provider docs for the new Netlify interface.
2017-09-09 11:55:11 -07:00
3468ea7012
Merge pull request #586 from netlify/git-gateway-avatar
...
Show user avatar for git-gateway backend.
2017-09-09 11:53:43 -07:00
d3fd583457
Merge pull request #581 from netlify/contributor-milestones
...
Replace contributor guide project link with milestones
2017-09-09 10:17:13 -07:00
df3d8754c8
Show user avatar for git-gateway backend as well.
2017-09-08 09:02:48 -06:00
81d077f97b
Update the authentication provider docs for the new Netlify interface.
2017-09-07 13:40:07 -06:00
8a82fa6d6f
Replace contributor guide project link with milestones
2017-09-07 09:19:15 -07:00
04ae5051ce
Update beta version
2017-09-07 07:40:14 -07:00
caa5c69522
Merge pull request #580 from netlify/identity-widget
...
Authentication with Netlify Identity and Git Gateway
2017-09-06 18:32:04 -07:00
cd6162c3d2
git gateway implementation tweaks
2017-09-06 18:28:20 -07:00
bea470518e
Make sure we always set a name on commits
2017-09-06 18:14:59 -07:00