dac67a93a0
docs: link to widget starter repo ( #2686 )
2019-09-25 18:26:37 -04:00
d099bef529
docs: improve media library config info ( #2685 )
2019-09-25 18:25:44 -04:00
bcb5caf89e
chore: update renovate to ignore website dir
2019-09-24 17:25:23 -04:00
6b7360e048
chore(widget-number): add float test ( #2680 )
2019-09-24 16:28:22 -04:00
04b371825e
chore: fix the typos in comments ( #2679 )
2019-09-24 16:16:09 -04:00
b4d19b7907
Add example for Next.js ( #2672 )
2019-09-24 15:17:36 -04:00
97504e9300
docs: update nuxt.md ( #2671 )
2019-09-24 14:31:04 -04:00
3903acb431
fix(backend-gitlab): exclude directories in paginated results ( #2668 )
2019-09-10 11:31:52 -04:00
ee161c6848
chore(deps): update dependency babel-plugin-prismjs to v1.1.1 ( #2666 )
2019-09-10 10:50:02 -04:00
1a0e640f8a
chore(deps): update dependency @octokit/rest to v16.28.9 ( #2663 )
2019-09-10 10:48:49 -04:00
4c32ee4aed
fix(media-library-cloudinary): when 'multiple' is true, always return an array ( #2656 )
2019-09-09 16:18:34 -04:00
49e142ef59
enhancement(widget-relation): support custom options length ( #2520 )
2019-09-09 16:16:15 -04:00
97f1f84b69
fix(github-backend): handle race condition in editorial workflow ( #2658 )
2019-09-09 15:56:47 -04:00
0baf651f33
refactor(github-backend): move getMediaDisplayURL from implementation to api ( #2654 )
2019-09-09 15:42:10 -04:00
56ee8441ef
docs: document github graphql beta ( #2636 )
2019-09-08 15:03:18 -04:00
5b143089e2
docs: add _layouts/post.html to Jekyll guide ( #2628 )
2019-09-05 18:09:12 -04:00
8bdfea4728
fix: prevent deletion of file collection entries by default ( #2627 )
2019-09-05 18:08:07 -04:00
f87eda6992
docs: add condition to access section ( #2625 )
2019-09-05 17:39:38 -04:00
68170336d5
fix(backend-github): update Open Authoring branches with no PR ( #2618 )
2019-09-05 17:06:57 -04:00
65d49dae9a
chore: update datetime widget and deprecate date widget ( #2615 )
2019-09-05 16:16:55 -04:00
8d404a0d54
docs: add Nuxt guide ( #2614 )
2019-09-05 16:01:02 -04:00
752927060e
improvement(editor): remove editor width constraint ( #2626 )
...
* Remove Editor max width
* Increase divider width
2019-09-05 15:26:31 -04:00
6765bbd2fd
fix(core): list widget pattern validation ( #2599 )
...
* fix list widget pattern validation
* remove array value check
2019-09-05 15:06:56 -04:00
15a2da0d6d
docs: add preact-cli's static location ( #2389 )
...
* Adding preact-cli's build location
* Update add-to-your-site.md
2019-09-05 13:58:15 -04:00
9f003106e5
fix(media-library): automatically select uploaded image ( #2569 )
2019-09-05 13:38:27 -04:00
003c97f97c
docs: add 11ty public folder to docs ( #2559 )
2019-09-05 13:29:31 -04:00
50b297c67a
chore(release): publish
...
- netlify-cms-app@2.9.8-beta.3
- netlify-cms-backend-github@2.5.0-beta.2
- netlify-cms-core@2.13.0-beta.3
- netlify-cms-lib-util@2.4.0-beta.3
- netlify-cms-widget-list@2.3.5-beta.0
- netlify-cms@2.9.8-beta.3
2019-09-04 18:59:16 -04:00
e674e43f9f
fix(github-graphql): use getMediaDisplayURL to load media with auth header ( #2652 )
2019-09-04 18:56:06 -04:00
a801636967
fix: pass List instead of array to onChange ( #2611 )
2019-09-04 18:40:59 -04:00
ce95a774b2
fix(core): don't pass boolean value to string prop, use null instead ( #2609 )
2019-09-04 18:39:21 -04:00
5b64e25d07
fix(core): don't pass ref to react-polyglot 'translate' function component ( #2607 )
2019-09-04 18:38:41 -04:00
bab180890e
chore: renovate
2019-09-03 21:29:40 -04:00
c9e87ebbcf
chore: renovate
2019-09-03 21:26:18 -04:00
b781239f1e
chore: r e n o v a t e
2019-09-03 21:15:56 -04:00
942dbe1d99
chore: fix renovate config
2019-09-03 21:13:37 -04:00
b220f01ab5
chore: extend netlify default renovate config
2019-09-03 21:08:11 -04:00
2f84898153
chore: fix website dependabot config
2019-09-03 21:05:56 -04:00
1aff33e158
chore: update and document edit route ( #2619 )
...
* chore: update and document edit route
* fix formatting
2019-09-03 20:37:31 -04:00
211577e263
chore: fix dependabot config
2019-09-03 19:52:24 -04:00
f4f7f384e1
chore: add renovate bot for lockfile maintenance
2019-09-03 19:51:16 -04:00
ece136c92e
feat(backend-github): GitHub GraphQL API support ( #2456 )
...
* add GitHub GraphQL api initial support
* support mutiple backends for e2e tests - initial commit
* add github backend e2e test (currently skipped), fix bugs per tests
* refactor e2e tests, add fork workflow tests, support fork workflow in GraphQL api
* remove log message that might contain authentication token
* return empty error when commit is not found when using GraphQL (align with base class)
* disable github backend tests
* fix bugs introduced after rebase of GraphQL and OpenAuthoring features
* test: update tests per openAuthoring changes, split tests into multiple files
* fix: pass in headers for pagination requests, avoid async iterator as it requires a polyfill on old browsers
* test(e2e): disable github backend tests
2019-09-03 14:56:20 -04:00
083a336ba4
feat(routing): support direct linking to entries ( #2556 )
2019-08-28 20:37:56 -04:00
6e6e4b86ca
improvement(editor): add title to toggle buttons ( #2548 )
2019-08-28 18:48:30 -04:00
9cb7cd7214
Update toml library from toml-j0.4 to @iarna/toml@2.2.3 ( #2547 )
2019-08-28 18:46:11 -04:00
4c5fe6a606
fix(media-library): no render of non-viewable files ( #2546 )
2019-08-28 18:27:48 -04:00
be7f443d6d
chore: update release ticker
2019-08-24 16:23:41 -04:00
1ef7603d40
docs: add relative images beta
2019-08-24 16:21:24 -04:00
7a30c7e2bc
chore(release): publish
...
- netlify-cms-app@2.9.8-beta.2
- netlify-cms-core@2.13.0-beta.2
- netlify-cms-lib-util@2.4.0-beta.2
- netlify-cms@2.9.8-beta.2
2019-08-24 16:07:06 -04:00
a47a29fb8b
Allow for relative paths of media files ( #2394 )
...
* Allow for relative paths of media files
fixes #325
* Switch to calculating the relative path based on collection
The required relative path is now calculated depending on the
location of the collection of the current entry having the
media inserted into. And the configuration option has now been
changed to a boolean flag.
This allows collections to not neccesarily all be in the same
location relative to the media folder, and simplifies config.
* Clean up code and fix linting
* Add unit tests to resolveMediaFilename()
* Rework insertMedia action to fetch own config
This moves more of the media path resolution logic into the action
which makes it easier to unit test
* Add unit tests for the mediaLibrary.insertMedia action
* yarn run format
* add dependabot config (#2580 )
2019-08-24 16:03:09 -04:00
861c36f658
add dependabot config ( #2592 )
2019-08-24 14:45:01 -04:00