Commit Graph

1013 Commits

Author SHA1 Message Date
f3fd43b819 fix: cache assets using resolved path on error () 2020-03-04 15:25:03 +01:00
ff3b62d12f fix: show better error for missing widgets () 2020-03-04 13:53:21 +01:00
12444ca761 feat: support filename and extension vars in summary () 2020-03-04 11:08:15 +01:00
b7b4bcb609 feat: Configure included editor components per field, add optional minimal height () 2020-03-04 08:47:37 +01:00
93bd0529f1 docs: Update backend docs links () 2020-03-04 08:46:59 +01:00
1fc95fee1a chore(release): publish
- netlify-cms-app@2.11.27
 - netlify-cms-backend-bitbucket@2.11.1
 - netlify-cms-backend-git-gateway@2.9.1
 - netlify-cms-backend-github@2.9.3
 - netlify-cms-backend-gitlab@2.8.1
 - netlify-cms-backend-proxy@1.0.4
 - netlify-cms-backend-test@2.7.3
 - netlify-cms-core@2.21.0
 - netlify-cms-locales@1.9.3
 - netlify-cms-proxy-server@1.2.0
 - netlify-cms-ui-default@2.9.2
 - netlify-cms@2.10.30
2020-03-03 18:22:31 +00:00
e40b81a564 fix(open-authoring): use origin repo when calling compare API ()
since we create open authoring branches from the origin default branch, we need to use the origin repo when calling the compare API
2020-03-03 13:12:40 -05:00
4e1e5a9bd5 feat(proxy-server): export proxy middlewares () 2020-03-02 14:42:29 +01:00
e0b1246810 feat: populate new entry from URL params () 2020-03-02 11:32:22 +01:00
773d83900d chore(deps): update dependency @types/hapi__joi to v16.0.12 ()
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-03-02 11:31:27 +01:00
961cde4ea5 fix: consider variable types when traversing collection fields () 2020-02-28 20:06:34 +01:00
cf81f587cf fix: ensure draft changes () 2020-02-28 11:40:51 +01:00
7c45a3cda9 fix(locale): Remove hard coded string literals () 2020-02-28 11:12:10 +01:00
1dcb79a874 chore(release): publish
- netlify-cms-app@2.11.26
 - netlify-cms-backend-github@2.9.2
 - netlify-cms-core@2.20.1
 - netlify-cms@2.10.29
2020-02-27 23:30:42 +00:00
3e873f3e02 Fix: don't try to migrate cms prs from forks () 2020-02-27 18:24:39 +01:00
908c42fb58 fix: preserve unknown fields value () 2020-02-26 16:58:46 +01:00
53365b7370 fix(core): improve editor buttons for smaller screens () 2020-02-26 08:30:02 +01:00
e7e497a8ff chore(release): publish
- netlify-cms-app@2.11.25
 - netlify-cms-backend-github@2.9.1
 - netlify-cms-core@2.20.0
 - netlify-cms@2.10.28
2020-02-25 21:32:24 +00:00
83e0383b69 fix(backend-github): fail workflow migrations gracefully ()
* fix(backend-github): fail workflow migrations gracefully

* fix: formatting
2020-02-25 16:25:37 -05:00
8874769b31 feat: sanitize media filenames according to global slug setting () 2020-02-25 19:12:11 +01:00
2675e1dff5 chore(release): publish
- netlify-cms-app@2.11.24
 - netlify-cms-backend-bitbucket@2.11.0
 - netlify-cms-backend-git-gateway@2.9.0
 - netlify-cms-backend-github@2.9.0
 - netlify-cms-backend-gitlab@2.8.0
 - netlify-cms-core@2.19.1
 - netlify-cms-lib-util@2.8.0
 - netlify-cms-proxy-server@1.1.5
 - netlify-cms@2.10.27
2020-02-25 15:24:43 +00:00
9211075cf0 test(widget-markdown): change test name to be more descriptive () 2020-02-25 16:17:03 +01:00
684b79e43b fix(backend-github): improve workflow migration edge cases/messaging () 2020-02-25 11:49:38 +01:00
7e0a8ad532 feat(core): align GitHub metadata handling with other backends ()
* Revert "Revert "feat(core): Align GitHub metadata handling with other backends ()""

This reverts commit 5bdd3df9ccbb5149c22d79987ebdcd6cab4b261f.

* fix(backend-github): fix migration code

* test(backend-github): fix test

* test(e2e): shorten wait time

* test(e2e): try and fix test on CI
2020-02-24 17:44:10 -05:00
dcb0c9cfbe chore(deps): update dependency @types/hapi__joi to v16.0.11 ()
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-24 10:41:04 +01:00
8325a16572 chore(release): publish
- netlify-cms-app@2.11.23
 - netlify-cms-backend-bitbucket@2.10.1
 - netlify-cms-backend-git-gateway@2.8.1
 - netlify-cms-backend-github@2.8.1
 - netlify-cms-backend-gitlab@2.7.1
 - netlify-cms@2.10.26
2020-02-22 19:25:37 +00:00
5bdd3df9cc Revert "feat(core): Align GitHub metadata handling with other backends ()"
This reverts commit 8193b5ace89d6f14a6c756235a50b186a763b6b1.
2020-02-22 14:20:28 -05:00
60edf10530 chore(release): publish
- netlify-cms-app@2.11.22
 - netlify-cms-backend-bitbucket@2.10.0
 - netlify-cms-backend-git-gateway@2.8.0
 - netlify-cms-backend-github@2.8.0
 - netlify-cms-backend-gitlab@2.7.0
 - netlify-cms-core@2.19.0
 - netlify-cms-locales@1.9.2
 - netlify-cms@2.10.25
2020-02-22 14:57:38 +00:00
8193b5ace8 feat(core): Align GitHub metadata handling with other backends ()
* refactor: code cleanup for GitLab and BitBucket

* feat(backend-github): use prs labels for metadata - initial commit

* refactor(backend-github): code cleanup, fix tests

* fix(backend-github): bug fixes

* fix(backend-github): open authoring fixes

* fix(backend-github): open authoring fixes

* fix(backend-github): fix graphql

* test(e2e): update Octokit usage

* test(e2e): re-record test data, fix bugs

* test(e2e): re-record test data, fix bugs

* test(e2e): fix tests

* refactor: code cleanup

* fix(backend-github): fix migration code

* fix(backend-github): don't fail on non existing files collections files

* fix(backend-github): use patch attribute instead of slug to get path

* fix(backend-github): use compare api to force push a pr

* fix(backend-github): fix git-gateway and re-record tests

* fix(backend-github): use first commit message as open authoring pr title

* refactor(backend-github): code cleanup

* test(e2e): fix tests
2020-02-22 09:51:30 -05:00
036ea06d5e fix(locale-tr): fix tr locale () 2020-02-22 08:42:17 +01:00
971926c369 feat: Add 'hero' as inferable image field () 2020-02-20 17:44:00 +01:00
bcdd68045d chore(release): publish
- netlify-cms-app@2.11.21
 - netlify-cms-locales@1.9.1
 - netlify-cms-widget-markdown@2.9.3
 - netlify-cms@2.10.24
2020-02-19 21:23:52 +00:00
2a0aef27d1 fix(widget-markdown): don't add duplicate marks () 2020-02-19 19:21:50 +01:00
73f679480b fix editorToolbar translations ()
* fix editorToolbar translations

Publicatie terugtrekken // Publicatie teruggetrokken, alternatief zou kunnen zijn: Publicatie ongedaan maken // Publicatie ongedaan gemaakt. Voel je vrij.

* consistentie wijziging
2020-02-18 15:44:04 +01:00
ac2491f660 chore(release): publish
- netlify-cms-app@2.11.20
 - netlify-cms-backend-github@2.7.1
 - netlify-cms-proxy-server@1.1.4
 - netlify-cms-widget-datetime@2.2.6
 - netlify-cms-widget-markdown@2.9.2
 - netlify-cms@2.10.23
2020-02-17 17:26:17 +00:00
cdd3747850 fix(widget-markdown): allow shortcodes as list items () 2020-02-17 17:35:29 +02:00
8cc5fcbb19 fix(widget-datetime): use default value when value is undefined () 2020-02-17 17:05:18 +02:00
70789a322d chore(deps): update dependency @types/hapi__joi to v16.0.10 ()
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
2020-02-17 12:25:24 +02:00
a81ca240f8 chore(deps): lock file maintenance ()
* chore(deps): lock file maintenance

* chore: update octokit types imports

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
2020-02-17 12:10:56 +02:00
d39aca7853 chore(release): publish
- netlify-cms-app@2.11.19
 - netlify-cms-core@2.18.4
 - netlify-cms-editor-component-image@2.6.2
 - netlify-cms-lib-util@2.7.1
 - netlify-cms-proxy-server@1.1.3
 - netlify-cms-widget-file@2.6.2
 - netlify-cms-widget-image@2.6.2
 - netlify-cms-widget-list@2.4.3
 - netlify-cms-widget-relation@2.5.2
 - netlify-cms@2.10.22
2020-02-14 20:37:17 +00:00
1d63038e78 fix(core): report config error when external media lib is missing () 2020-02-14 15:32:36 -05:00
02ef2010e7 Fix: show specific field media files in library, cascade folder templates ()
* feat: cascade & compose media folders - initial commit

* refactor: code cleanup

* fix: pass field instead of folder to getAsset

* fix: only show field media files in library

* test: fix medial library selector test

* fix: fallback to original path when asset not found

* fix: only show field media files in media library

* fix: properly handle empty strings in field folders
2020-02-14 15:31:33 -05:00
8d67de0e68 fix(proxy-server): add missing labels to file collections () 2020-02-13 15:45:36 +02:00
f915bf375f fix: remove empty list item () 2020-02-13 11:59:38 +02:00
2447f9c311 fix: dispatch QUERY_FAILURE on query failure () 2020-02-13 11:48:02 +02:00
7784e780b8 chore(release): publish
- netlify-cms-app@2.11.18
 - netlify-cms-core@2.18.3
 - netlify-cms-editor-component-image@2.6.1
 - netlify-cms-ui-default@2.9.1
 - netlify-cms-widget-file@2.6.1
 - netlify-cms-widget-image@2.6.1
 - netlify-cms-widget-list@2.4.2
 - netlify-cms-widget-markdown@2.9.1
 - netlify-cms-widget-relation@2.5.1
 - netlify-cms@2.10.21
2020-02-13 00:18:31 +00:00
ab685e8594 fix: change getAsset to not return a promise ()
* fix: change getAsset to not return a promise

* fix: update markdown widget per getAsset changes

* test: fix editor component image test

* docs: update getAsset docs
2020-02-12 19:12:36 -05:00
2457c29baf chore(release): publish
- netlify-cms-app@2.11.17
 - netlify-cms-core@2.18.2
 - netlify-cms-proxy-server@1.1.2
 - netlify-cms@2.10.20
2020-02-12 16:42:31 +00:00
ca8cf71ab0 fix: handle missing inferred title field () 2020-02-12 10:54:09 +02:00
3678053f0c fix(proxy-server): better handle files based collections () 2020-02-12 09:56:42 +02:00