250 Commits

Author SHA1 Message Date
046711ab16 Move storybook back to dev deps.
This was breaking some sites that depended on the CMS because they were
accidentally using storybook's deps instead of adding them as their own
(particularly the babel presets). We are going to hold off on this until
the next version so that we can add a release warning.

This reverts commit 4634918001e474ec2f195fbdddae18591d3207ab.
2017-10-10 11:06:05 -04:00
4634918001 Revert "fix bundled code error"
This was a bug in `one-click-hugo-cms`, not in the CMS itself.

This reverts commit a1c32f5154e7af0242c496776e9f544bc2e9484b.
2017-10-07 13:45:53 -04:00
75f53c1bc9 Release 0.5.1 2017-10-06 15:24:26 -04:00
a1c32f5154 fix bundled code error 2017-10-06 15:14:46 -04:00
7c3063077b Release 0.5.0 2017-10-06 10:32:10 -04:00
8bab738b32 Merge pull request #654 from netlify/update-gotrue
Update gotrue
2017-10-05 17:01:25 -04:00
ec0bdbfd88 Rebase. 2017-10-04 18:53:31 -06:00
9ab25c0434 Update gotrue 2017-10-04 15:05:30 -07:00
dc741521ed upgrade to slate 0.25 2017-10-04 15:48:33 -04:00
a5c1bb2bff migrate to new slate packages 2017-10-04 15:48:33 -04:00
2beb7d256b update to slate 0.24 2017-10-04 15:48:32 -04:00
66699a610f update to Slate 0.23 2017-10-04 15:48:32 -04:00
8c04b4f1d5 update to slate 0.22 2017-10-04 15:48:31 -04:00
51b89cc84b Switch from slug to sanitize-filename. 2017-10-03 13:03:22 -06:00
60b9aa3629 Remove old/unused peer-dependency and update lockfile. 2017-10-02 19:41:29 -06:00
8ebfd675ba update to react-toolbox 2.0 beta 2017-10-02 19:31:06 -06:00
2ac54cb778 Merge pull request #643 from netlify/upgrade-ui-deps
Upgrade UI dependencies.
2017-10-02 18:55:34 -06:00
9ef35c71f1 Merge pull request #642 from netlify/bundle-size
Make YAML and TOML parsers' bundle smaller
2017-10-02 16:55:19 -06:00
9075a87c9d Upgrade react-notifications. 2017-10-02 16:44:32 -06:00
37bcbfba08 Upgrade react-waypoint.
From the changelog, there should be no changes needed.
2017-10-02 16:44:29 -06:00
d83a14f8d7 Re-add react-addons-css-transition-group for react-toolbox.
`react-transition-group` is the replacment, but the current version of
`react-toolbox` still requires the old one as a peer-dependency.
2017-10-02 16:43:38 -06:00
9053c1841f Upgrade react-transition-group. 2017-10-02 16:43:30 -06:00
b80c417429 Switch to a smaller/faster TOML parser. 2017-10-01 17:21:23 -06:00
912851a5a7 Upgrade WebPack to v3. 2017-10-01 16:08:08 -06:00
ce53f8b084 Remove dependencies that are no longer used. 2017-09-29 13:44:38 -06:00
1ee6100adf Move gotrue-js out of dev dependencies. 2017-09-29 13:44:37 -06:00
86d41cccf8 Sort out dependencies that are only used for development. 2017-09-29 13:44:37 -06:00
8b3b892c7d Remove duplicate node-sass dependency. 2017-09-29 13:44:37 -06:00
cd35289dbc Upgrade depreciated transitions addon to react-transition-group.
v1 of `react-transition-group` is a drop-in replacement.
2017-09-28 13:27:05 -06:00
1f06885a69 Add code coverage output generation to npm test (#610) 2017-09-20 12:23:40 -07: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
ebf91a9800 Switch back to gray-matter for front-matter parsing. 2017-09-15 19:22:04 -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
d349c3d3b1 Merge pull request #590 from netlify/update-depreciated-deps
Upgrade Depreciated React Dependencies
2017-09-15 16:18:24 -04:00
94a3941d9f Docs: Add contributors to README (#599)
* Add contributors

* Add contributors from CLI
2017-09-13 16:08:43 -07: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
04ae5051ce Update beta version 2017-09-07 07:40:14 -07:00
2e4dfb33b6 Add explicit sign in button for netlify identity 2017-09-06 17:58:32 -07:00
aaa9d2ab95 Make Neltify CMS work with Netlify Identity Widget
When Netlify CMS uses the git-gateway backend, it will check for a

  window.netlifyIdentity

object and use that to handle the whole auth flow.

This also sets defaults for the git-gateway endpoint, that means it
can be used in templates with zero configuration and fit with a
one-click deploy to Netlify approach.

Netlify Identity itself is based on our open-source GoTrue microservice,
and Netlify's Git Gateway project is completely open-source as well.

The git-gateway backend will work with Netlify without any setup, but can
also be configured to work with any selfhosted GoTrue and Git Gateway
instances.
2017-09-06 13:52:11 -07:00
890ee3d7e3 Update old netlify-auth-js to gotrue-js 2017-09-05 13:24:16 -07:00
afa5a9af2c Release 0.5.0-beta.1 2017-09-01 15:24:37 -04:00
e408dcc27e add markdown editor soft break support 2017-08-31 11:03:08 -04:00
317a876891 fix html paste for visual editor 2017-08-25 16:36:24 -04:00
18b98fc1c9 remove superfluous deps, update yarn.lock 2017-08-25 16:35:23 -04:00
be7385de29 refactor remark-shortcodes plugin 2017-08-25 16:31:07 -04:00
b7379b019e re-implement shortcode parsing to/from mdast 2017-08-25 16:30:38 -04:00
842c2935e9 use mdast instead of html for rte local model
markdown is currently serialized to html at load time,
which makes it near impossible to support arbitrary html
in the markdown. This also means we're stringifying to
html on every change.

This commit moves to Remark's MDAST for local serialization,
including parsing from MDAST to Slates's Raw AST. It brings
much more control over the editing experience and full
support for processing unescaped HTML.
2017-08-25 16:30:37 -04:00
93687d9157 add shortcodes through rte toolbar 2017-08-25 16:28:18 -04:00
469a50afa4 add idempotent markdown/html shortcode handling 2017-08-25 16:28:18 -04:00