Caleb
2ac54cb778
Merge pull request #643 from netlify/upgrade-ui-deps
...
Upgrade UI dependencies.
2017-10-02 18:55:34 -06:00
Caleb
9ef35c71f1
Merge pull request #642 from netlify/bundle-size
...
Make YAML and TOML parsers' bundle smaller
2017-10-02 16:55:19 -06:00
Caleb
41cc7ab589
Update Yarn lockfile.
2017-10-02 16:51:40 -06:00
Caleb
b80c417429
Switch to a smaller/faster TOML parser.
2017-10-01 17:21:23 -06:00
Caleb
912851a5a7
Upgrade WebPack to v3.
2017-10-01 16:08:08 -06:00
Caleb
ce53f8b084
Remove dependencies that are no longer used.
2017-09-29 13:44:38 -06:00
Caleb
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
Caleb
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
Caleb
ebf91a9800
Switch back to gray-matter
for front-matter parsing.
2017-09-15 19:22:04 -06:00
Caleb
e4ba4e0b10
Remove NPM lockfile from #599 and add Yarn one.
2017-09-15 18:38:41 -06:00
Caleb
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
Mathias Biilmann Christensen
890ee3d7e3
Update old netlify-auth-js to gotrue-js
2017-09-05 13:24:16 -07:00
Shawn Erquhart
e408dcc27e
add markdown editor soft break support
2017-08-31 11:03:08 -04:00
Shawn Erquhart
0ea62e0f9d
fix rte pasted links with leading/trailing spaces
2017-08-25 16:45:01 -04:00
Shawn Erquhart
317a876891
fix html paste for visual editor
2017-08-25 16:36:24 -04:00
Shawn Erquhart
b7379b019e
re-implement shortcode parsing to/from mdast
2017-08-25 16:30:38 -04:00
Shawn Erquhart
cba631ba1a
improve visual/raw editor consistency
2017-08-25 16:25:30 -04:00
Shawn Erquhart
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
Benaiah Mischenko
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
Caleb
0d7f653adf
Allow npm build
commands to be used cross-platform (on Windows).
...
Windows command prompts set and use enviroment variables differently
than POSIX terminals. `cross-env` is a wrapper that allow the commands
to run with the same effect on Windows as well. It will not affect any
POSIX terminal (including Bash on Windows).
2017-08-01 15:15:03 -06:00
Benaiah Mischenko
613a7f6c66
[WIP] Make jest tests work again
2017-06-14 15:11:44 -07:00
Benaiah Mischenko
25225121ed
[WIP] Upgrade to Webpack 2
2017-06-13 15:30:21 -07:00
Shawn Erquhart
3176fa1b3f
fix entry editor bugs in kitchen sink entry
2017-06-07 23:23:09 -04:00
Shawn Erquhart
6d5ff45e66
fix in-publish for CI, just remove prepublish hook
2017-05-24 17:02:13 -07:00
Shawn Erquhart
2a1e9b40b9
Merge pull request #395 from netlify/visual-tweaks
...
Small update to the UI's look and feel
2017-05-18 11:26:19 -04:00
David Francoeur
aac5339ac0
boolean widget & some documentation ( #396 )
2017-05-18 07:37:41 -07:00
Rafael Conde
7fd8556ba5
Increased contrast on borders
2017-05-10 08:44:42 -07:00
Benaiah Mischenko
ab47c3c8b3
Use react-frame-component for preview pane
...
This fixes the preview pane not working in Firefox
2017-05-08 16:48:52 -07:00
Joseph Earl
bfe46a8e13
Fixes #324 Use branch name from config when creating PR
2017-05-01 08:17:46 -07:00
Shawn Erquhart
7a66dd4dcb
remove superfluous rawMode editor prop
2017-04-24 22:39:37 -04:00
Shawn Erquhart
902134c4e8
add autosizing for markdown editor
2017-04-24 17:52:06 -04:00
Joseph Earl
0e3cd0e876
Fixes #356 Remove pre-commit hook
2017-04-14 17:39:21 +01: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
a2e8602fdd
Add multi-format frontmatter parser
2017-04-08 23:32:39 +01:00
Brian 'bdougie' Douglas
d7b740f1c5
updates docs
2017-03-28 10:02:45 -07:00
Cássio Souza
ecbcbf06b5
Role authorization for Netlify-auth ( #224 )
2017-01-26 19:23:42 -02:00
Mathias Biilmann Christensen
acc0f9b83e
Update netlify-auth
2017-01-21 16:56:49 -08:00
Mathias Biilmann Christensen
4f883f022c
Update netlify-auth dependency
2017-01-20 23:02:53 -08:00
Cássio Souza
48d8077ff0
Editorial workflow Improvements ( #212 )
...
* Merge conflicts automatically. Closes #208
* removed unpublished entry route
All entries (either under editorial workflow or not) go through the same edit route.
2017-01-11 20:58:15 -02:00
Cássio Zen
a8cb548ac5
Updated dependencies
2016-12-30 17:08:37 -02:00
Mathias Biilmann Christensen
06218e55eb
Update prosemirror
2016-12-27 23:13:31 -08:00
Mathias Biilmann Christensen
8b82a5b72e
Add a script for auto configurating a collection
2016-12-26 17:44:50 -08:00
Cássio Souza
1efc59a9fb
Netlify auth ( #194 )
2016-12-23 16:59:48 -02:00
Cássio Zen
9d02b54ce7
bumped js-yaml version
2016-12-15 16:19:37 -02:00
Cássio Souza
635049b8db
Resizable split pane ( #190 )
...
* Integrating with react-split-pane
* block event while resizing panels
* bring scrollsync back
* fixed footer position
2016-12-12 19:23:52 -02:00
Cássio Souza
05337ff232
Relation search widget ( #186 )
...
* search action/reducer refactor
* Relation widget skeleton
* search clearing
* query action + reducer
* Autocomplete component for RelationControl
2016-12-07 15:44:07 -02:00
Mathias Biilmann
d81d0d416f
Widget fixes ( #162 )
...
* Make string the default widget if none is specified
* Linting fixes for PreviewPane
* Linting fixes for ControlPane
* Add date widget
* Fix name of date control class
* Fix spaces in list control with no fields
* Fix linting error for List Control
* Fix linting errors in raw editor
* Add Select widget
* Fix linting error
2016-11-17 10:08:37 -02:00
Cássio Zen
0521757b8c
prosemirror integration
2016-11-11 18:36:11 -02:00