96 Commits

Author SHA1 Message Date
ff0b8d4ca8 Update Slate to 0.27.0 2017-11-27 12:08:40 -05:00
b02d3dc47a Update to Slate 0.26.0 2017-11-27 12:08:40 -05:00
bebea64e33 Fix requestAnimationFrame warnings in tests. 2017-11-11 21:42:42 -05:00
6071ea746f Upgrade uglify-js-webpack-plugin, enable sourcemaps 2017-11-11 10:32:32 -05:00
383154f104 update yarn.lock 2017-11-08 15:41:03 -05:00
6b45a46a39 add media library
* rebase editorial workflow pull requests when behind

* fix async/await transpilation

* add media library pagination

* switch media library to grid layout

* ensure that only cms branches can be force updated
2017-11-08 15:00:28 -05:00
2ef6556d4a Add support for TOML files. (#740)
* Move `sortKeys` into a helper function.

* Add support for TOML files.
2017-10-26 11:43:28 -07:00
daa5395346 Fix tests for React 16. 2017-10-26 14:04:31 -04:00
45ebc44c3b Upgrade React. 2017-10-26 14:04:31 -04:00
d4b92c2af8 Upgrade react-router-redux. 2017-10-26 14:04:31 -04:00
456fd781aa Upgrade react-topbar-progress-indicator. 2017-10-26 14:04:31 -04:00
77ac1f9790 Upgrade react-frame-component. 2017-10-26 14:04:31 -04:00
a7b18df987 Upgrade react-autosuggest. 2017-10-26 14:04:31 -04:00
f649e8cad6 Migrate ListControl from react-sortable to react-sortable-hoc 2017-10-24 14:44:13 -04:00
cd72e1d9dd Remove react-dnd wrapper lib.
`react-simple-dnd` is just a wrapper for `react-dnd`, and it doesn't
support React 16. This PR changes to using the underlying library
directly.
2017-10-23 11:19:58 -04:00
ac0a7fc27c Remove IE11 Support 2017-10-19 14:12:15 -04:00
c58e2eeb5c Use babel-preset-env instead of the yearly presets.
This allows only the transpilation needed for the supported browsers to
be done. It also allows us to use the upgrades from ES2016 and ES2017
without needing to add a seperate preset.
2017-10-19 13:54:31 -04:00
024c43a8c8 Upgrade UUID module. (#682) 2017-10-18 13:02:16 -04:00
7dd8ca13c4 Migrate to plain CSS (remove CSS modules) (#659)
* Migrate to plain CSS (remove CSS modules)

Change `prefixer` to a function instead of a proxy

* Switch prefix to `nc`

* Replace prefixer with literal class names

* Remove prefixer

* Fix migration errors

* fix compose migrations

* Remove unnecessary theme imports

* Remove old CSS import

* fix sticky toolbar positioning

* update to cssnano v4 so preset is used

* fix css pseudo selectors

* update lockfile
2017-10-18 12:29:38 -04:00
5bdc8dd87f Upgrade PostCSS build deps (#681)
* Move supported browser list to package.json.

That way all build tools can use it.

* Specify supported browsers explicitly.

This is necessary for the latest version of browserslist/autoprefixer.

This also drops IE 10 support, as it was accidental anyway.

* Upgrade PostCSS build deps.
2017-10-13 16:47:50 -06:00
dbe96d33f9 Upgrade to React Router v4 (#667)
* Upgrade to React Router v4

* Fix pages not change when the URL was changed.

This issue is due to the Redux `connect` wrapper around `<App/>`.
`connect` diffs changes in regular props to know when to update the
component, but doesn't check context props like `location`.
See
https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/guides/blocked-updates.md.

* Update to new `history` methods.
2017-10-12 21:10:43 -04:00
8bf21cac14 Remove unused react-addons-test-utils. 2017-10-11 10:55:27 -07:00
95da348212 Upgrade Enzyme testing libraries.
Versions for React were also updated to comply with Enzyme peer-deps
(the actual `yarn.lock` version didn't change).
2017-10-11 10:55:27 -07:00
7a597e7e05 Upgrade Jest testing libraries. 2017-10-11 10:55:27 -07: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
6e012a982d update lockfile 2017-10-04 15:48:33 -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
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
41cc7ab589 Update Yarn lockfile. 2017-10-02 16:51:40 -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
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
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
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
890ee3d7e3 Update old netlify-auth-js to gotrue-js 2017-09-05 13:24:16 -07:00
e408dcc27e add markdown editor soft break support 2017-08-31 11:03:08 -04:00
0ea62e0f9d fix rte pasted links with leading/trailing spaces 2017-08-25 16:45:01 -04:00
317a876891 fix html paste for visual editor 2017-08-25 16:36:24 -04:00
b7379b019e re-implement shortcode parsing to/from mdast 2017-08-25 16:30:38 -04:00
cba631ba1a improve visual/raw editor consistency 2017-08-25 16:25:30 -04:00
364ef8790c Merge pull request #506 from tech4him1/crossEnv
Allow `npm build` commands to be used cross-platform (on Windows).
2017-08-17 11:59:38 -04:00
7e8a588c15 Fix incorrect eslint import errors
Just adds the development package `eslint-import-resolver-webpack`,
which is [already configured][0], but not previously installed. This
removes a _lot_ of incorrect eslint errors.

[0]: 2d344ef4ca/.eslintrc (L6-L10)
2017-08-11 11:47:39 -07:00