e940f4eeb6
chore(netlify-cms-core): upgrade gray-matter to 4.x ( #1924 )
2018-11-29 10:05:14 -05:00
88bf287221
feat(netlify-cms-widget-select): add support for multiple selection ( #1901 )
2018-11-29 09:34:04 -05:00
12d17ec3f2
chore(netlify-cms-core): upgrade react-dnd to 7.x ( #1922 )
2018-11-28 19:37:55 -05:00
ec35dc94b6
chore(netlify-cms-widget-text): upgrade to react-textarea-autosize 7.x ( #1921 )
2018-11-28 19:36:39 -05:00
c932d05bdb
chore(netlify-cms-core): upgrade to react-waypoint 8.x ( #1920 )
2018-11-28 19:35:51 -05:00
ae21317621
chore(netlify-cms-core): upgrade redux and related dependencies ( #1914 )
2018-11-27 11:42:36 -05:00
e1104d09bd
chore(dependencies): bump npm-run-all ( #1913 )
2018-11-27 10:33:53 -05:00
812290710f
improvement(widget-select): use react-select ( #1835 )
2018-11-21 20:31:51 -05:00
e2544a6bf5
chore(build): improve versioning control ( #1855 )
2018-11-05 13:32:39 -05:00
c2e21ff9db
improvement(i18n): extract core UI texts to external file ( #1708 )
2018-11-02 13:19:49 -04:00
b60c94aa8f
improvement(auth): verbose error message when GitHub repo unavailable ( #1831 )
2018-11-02 10:29:11 -04:00
9856b7e03c
chore: update babel dependencies ( #1846 )
2018-11-02 10:22:04 -04:00
b58d6fe651
chore: output blank css files to avoid broken builds ( #1724 )
2018-09-06 16:59:18 -04:00
a1677b0e24
chore: update Slate dependencies ( #1451 )
2018-08-23 16:54:55 -04:00
f801b19221
chore: add code formatting and linting ( #952 )
2018-08-07 16:46:54 -04:00
8cc6dc78ec
improvement(validation): use config schema definition for validation ( #1363 )
2018-08-07 12:31:17 -04:00
b2debb05a1
refactor: use external version of react-scroll-sync ( #1586 )
2018-08-07 11:50:41 -04:00
b79c042e9e
chore(e2e): add cypress integration test of editorial workflow ( #1573 )
2018-08-03 19:23:43 -04:00
21e54de483
chore: update develop task to watch all packages ( #1562 )
2018-07-31 15:44:56 -04:00
1a9fe461ff
migrate test framework
2018-07-25 21:17:57 -04:00
4a01d2289c
fix dependencies
2018-07-25 21:17:57 -04:00
eb5ee68ea7
remove extra deps
2018-07-25 21:17:57 -04:00
f1a2eb33b4
migrate markdown widget
2018-07-25 21:17:57 -04:00
8a0ffa7b9b
migrate git gateway backend
2018-07-25 21:17:57 -04:00
ef90fb9925
improve builds and local development
2018-07-25 21:17:57 -04:00
2f95d8c4fc
use webpack for all builds
2018-07-25 21:17:57 -04:00
040dd6859c
fix build, migrate test backend
2018-07-25 21:17:57 -04:00
2e7406862e
fix various bugs
2018-07-25 21:17:57 -04:00
b7b90aaa65
migrate image editor component
2018-07-25 21:17:57 -04:00
4931711892
migrate core to emotion
2018-07-25 21:17:57 -04:00
768fcbaa1d
begin scaffolding for lerna
2018-07-25 21:17:57 -04:00
55c8302dca
update dependencies
2018-05-25 11:20:42 -04:00
de64c227ae
chore: add Node.js 8 and 10 ( #1364 )
...
* chore: add Node.js 8 and 10
* chore: update dependencies
2018-05-18 11:43:49 -04:00
4d981d8e01
Upgrade to Webpack 4 ( #1214 )
2018-05-15 18:37:59 -04:00
40494a4e43
Adds support for passing component type or element to PreviewContent, supports React.forwardRef ( #1248 )
2018-05-14 13:36:55 -04:00
cd10a713d8
Add option to strip Unicode from entry filenames ( #1135 )
2018-03-27 18:56:10 -04:00
757ef0c99f
fix cms deps
2018-03-06 18:02:19 -05:00
5e7d71c6e2
update lockfiles
2018-03-06 16:55:47 -05:00
a83c04cad0
allow manual initialization and config as an arg
2018-03-06 16:22:55 -05:00
9d1ae91bc7
add dev task that writes output to disk
2018-03-03 20:12:51 -05:00
ab7c1b654a
Clean up .babelrc.
2018-02-27 11:47:48 -07:00
862eeb14ca
Revert "Fix build for Gatsby (WebPack v1)."
...
This reverts commit f97e2d2853559e2bbc7d69341c6422262f3000e4.
2018-02-27 11:47:48 -07:00
d2ede299a2
Revert "remove babel-preset-env"
...
This reverts commit cbbf93aad8a58d8b6dd3fb2b0ec99805294061cf.
2018-02-27 11:47:48 -07:00
03a16dd603
added uniqueId for input field and its cooresponding label
2018-02-22 11:38:07 -05:00
cbbf93aad8
remove babel-preset-env
2018-02-21 17:38:05 -05:00
f97e2d2853
Fix build for Gatsby (WebPack v1).
...
WebPack version 1, which Gatsby is using, has the Acorn parser set to
parse ES6 and lower. The latest version of WebPack supports parsing up
to ES2017 and lower (webpack/lib/Parser.js), but Gatsby isn't using it.
2018-02-21 16:31:21 -05:00
8db37ff023
Remove Babel stage presets.
2018-01-17 15:15:15 -07:00
12ff47d7ba
remove unneeded package
...
originally removed in #640 , accidently added as part of #638
2018-01-17 15:13:18 -07:00
e2125c3555
Resolve module aliases in Babel.
...
If we only resolve them in WebPack the tests will not work.
2017-12-14 15:49:13 -08:00
0b6d0004ca
remove extra changes
2017-12-07 13:06:54 -05:00