renovate[bot]
b71c496d97
chore(deps): update dependency @types/hapi__joi to v16.0.9 ( #3185 )
2020-02-03 01:32:34 -08:00
Shawn Erquhart
46f7763ccd
fix(widget-select): fix exactCount error message ( #3177 )
2020-02-01 19:35:21 -08:00
Lukas Zanner
e6deab03b9
fix(locale): add missing german translations ( #3179 )
2020-02-02 01:46:53 +01:00
Shawn Erquhart
98efd88539
chore(release): publish
...
- netlify-cms-app@2.11.13
- netlify-cms-core@2.16.0
- netlify-cms-locales@1.8.0
- netlify-cms-widget-markdown@2.8.3
- netlify-cms-widget-select@2.5.0
- netlify-cms@2.10.16
2020-01-31 16:54:59 -08:00
Shawn Erquhart
fc524e6c0f
fix(widget-select): allow optional field to use min/max ( #3175 )
2020-01-31 16:51:40 -08:00
Erez Rokah
b4c5fc7783
fix(editor): merge adjacent text nodes with same marks ( #3173 )
2020-01-31 16:49:10 -08:00
Erez Rokah
0d7e36ba79
feat: add prePublish,postPublish events ( #3172 )
2020-01-31 16:44:01 -08:00
Shawn Erquhart
fd9e2c89f2
feat(select-widget): add min/max validation ( #3171 )
2020-01-30 17:53:46 -08:00
Leonardo Matos
67e5fd2aaf
fix(locale-pt): typo fix for backCollection
pt ( #3170 )
2020-01-31 00:15:47 +01:00
Shawn Erquhart
2acfabb32e
chore(release): publish
...
- netlify-cms-app@2.11.12
- netlify-cms-core@2.15.5
- netlify-cms-proxy-server@1.0.6
- netlify-cms@2.10.15
2020-01-30 11:53:05 -08:00
Erez Rokah
deaaf9f00c
docs: create proxy-server docs ( #3168 )
2020-01-30 11:31:26 -08:00
Bartholomew
d1179e3999
fix: media file path ( #3166 )
2020-01-29 09:54:01 -08:00
Shawn Erquhart
4cad2700a2
chore(release): publish
...
- netlify-cms-app@2.11.11
- netlify-cms-core@2.15.4
- netlify-cms-locales@1.7.0
- netlify-cms-proxy-server@1.0.5
- netlify-cms-widget-code@1.1.3
- netlify-cms@2.10.14
2020-01-28 18:17:39 -08:00
Erez Rokah
06c045e4e6
fix: don't show duplicate entry when create is disabled ( #3162 )
2020-01-28 14:28:33 -08:00
Erez Rokah
22df7f7ae1
fix(proxy-server): fix entriesByFiles implementation ( #3161 )
2020-01-28 14:07:27 -08:00
Erez Rokah
a215cfbe3a
fix: allow absolute paths for collection media folder ( #3160 )
2020-01-28 10:33:21 -08:00
Erez Rokah
32854de41c
fix(widget-code): use snake case for default language option ( #3155 )
2020-01-27 22:30:36 -08:00
renovate[bot]
dfa30d826f
chore(deps): lock file maintenance ( #3145 )
...
* chore(deps): lock file maintenance
* chore: revert joi types update
Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
2020-01-27 17:15:29 -08:00
Fabio Biola
dc403e4a82
feat(locale): add italian localization ( #3141 )
2020-01-27 16:56:59 -08:00
Shawn Erquhart
31b0cb6aaa
chore(release): publish
...
- netlify-cms-app@2.11.10
- netlify-cms-proxy-server@1.0.4
- netlify-cms-widget-file@2.5.2
- netlify-cms@2.10.13
2020-01-26 13:40:41 -05:00
Erez Rokah
b1026c980c
fix(media-library): pass correct value to Asset component ( #3140 )
2020-01-26 10:04:45 -08:00
Erez Rokah
7cbb94b919
build(proxy_server): cleanup dependencies, add bin entry ( #3137 )
2020-01-25 18:13:32 +02:00
Shawn Erquhart
7b0838dfef
chore(release): publish
...
- netlify-cms-app@2.11.9
- netlify-cms-backend-git-gateway@2.7.1
- netlify-cms-backend-github@2.6.5
- netlify-cms-lib-util@2.6.2
- netlify-cms-proxy-server@1.0.3
- netlify-cms@2.10.12
2020-01-23 21:28:33 -05:00
Erez Rokah
834f6b9e45
fix(backend-git-gateway): re-write GitHub pagination links ( #3135 )
2020-01-23 21:14:33 -05:00
Erez Rokah
48afa8dfe4
test(backend-proxy-e2e): stabilize backend proxy tests ( #3133 )
2020-01-23 18:15:15 +02:00
Shawn Erquhart
3123d95863
chore(release): publish
...
- netlify-cms-app@2.11.8
- netlify-cms-widget-file@2.5.1
- netlify-cms@2.10.11
2020-01-22 22:19:42 -05:00
Shawn Erquhart
db2cbb6f5d
fix(widget-image): hide image overflow in widget control ( #3131 )
2020-01-22 21:40:53 -05:00
Shawn Erquhart
06b50ba829
chore(release): publish
...
- netlify-cms-app@2.11.7
- netlify-cms-backend-proxy@1.0.2
- netlify-cms-core@2.15.3
- netlify-cms-lib-util@2.6.1
- netlify-cms-proxy-server@1.0.2
- netlify-cms@2.10.10
2020-01-22 16:55:18 -05:00
Erez Rokah
7e8084be87
chore: add proxy backend ( #3126 )
...
* feat(backends): add proxy backend
* feat: add proxy server initial commit
* fix: move from joi to @hapi/joi
* test: add joi validation tests
* feat: proxy server initial implementations
* test: add tests, fix build
* chore: update yarn.lock
* build: fix develop command
* fix(back-proxy): fix bugs
* test(backend-proxy): add cypress tests
* chore: cleanup
* chore: support node 10
* chore: code cleanup
* chore: run cypress on ubuntu 16.04
* test(e2e): fix proxy backend cypress tests
* chore: don't start proxy server on yarn develop
2020-01-22 16:47:34 -05:00
Erez Rokah
cf57da223d
Feat: media folders templates ( #3116 )
...
* refactor: typescript backendHelper
* test: add string templating tests
* test: add createPreviewUrl invalid date test
* refactor: move all formatters to one file
* feat: support media folders templating
* feat: add filename and extension template variables
* feat: support paths in string templates
* docs: add media folder templating docs
* style(docs): remove line break
2020-01-22 13:42:24 -05:00
Shawn Erquhart
4bc4490c6f
chore(release): publish
...
- netlify-cms-app@2.11.6
- netlify-cms-backend-bitbucket@2.8.0
- netlify-cms-backend-git-gateway@2.7.0
- netlify-cms-backend-gitlab@2.5.2
- netlify-cms-lib-util@2.6.0
- netlify-cms-locales@1.6.0
- netlify-cms@2.10.9
2020-01-21 14:12:05 -05:00
Erez Rokah
f1739e978f
fix(backend-gitlab): check for shared group permissions ( #3122 )
2020-01-21 19:21:43 +02:00
Erez Rokah
a48c02d852
feat(backend-bitbucket): Add Git-LFS support ( #3118 )
2020-01-21 18:57:36 +02:00
vojtapol
0755f90142
feat(locale): add czech localization ( #3108 )
2020-01-20 13:23:10 +02:00
dGrammatiko
ee02cf61ad
feat(locale): add Greek translation ( #3107 )
2020-01-20 12:47:54 +02:00
Erez Rokah
038803c9f2
fix(git-gateway-gitlab): fix large media support for editorial workflow ( #3105 )
2020-01-19 14:25:29 +02:00
Shawn Erquhart
6a977ae867
chore(release): publish
...
- netlify-cms-app@2.11.5
- netlify-cms-backend-git-gateway@2.6.2
- netlify-cms-backend-github@2.6.4
- netlify-cms-lib-util@2.5.2
- netlify-cms@2.10.8
2020-01-16 10:18:51 -05:00
Erez Rokah
bc80804066
fix(backend-github-graphql): handle trailing paths in collection folder ( #3099 )
2020-01-16 16:43:15 +02:00
Erez Rokah
6a13a85e26
fix: use string endsWith to filter by extension ( #3097 )
2020-01-16 12:03:30 +02:00
Erez Rokah
92108431f0
fix: don't fail on malformed pointer files ( #3095 )
2020-01-15 18:23:42 +02:00
Shawn Erquhart
7f580db56f
chore(release): publish
...
- netlify-cms-app@2.11.4
- netlify-cms-core@2.15.2
- netlify-cms-widget-markdown@2.8.2
- netlify-cms@2.10.7
2020-01-15 10:30:30 -05:00
Erez Rokah
c4cbae7725
revert: don't force multiline flag for editor component patterns ( #3089 )
...
* revert: don't force multiline flag for editor component patterns
refs: 338c1b68d2865a20fed851295451175b840983d4, 4839160ee6126adfbab7bfa58452560090c00737
github issues: 3088, 3086
* fix: only trim ending white spaces/line breaks when parsing shortcodes
remark validates the value of the 'eat' function using a prefix match between the original value and the value provided. Trimming the start can break that validation
* fix: change console log to warn
2020-01-15 10:28:09 -05:00
Shawn Erquhart
1091bfcd4f
chore(release): publish
...
- netlify-cms-app@2.11.3
- netlify-cms-backend-bitbucket@2.7.2
- netlify-cms-backend-git-gateway@2.6.1
- netlify-cms-backend-github@2.6.3
- netlify-cms-backend-gitlab@2.5.1
- netlify-cms-backend-test@2.7.1
- netlify-cms-core@2.15.1
- netlify-cms-lib-auth@2.2.7
- netlify-cms-lib-util@2.5.1
- netlify-cms@2.10.6
2020-01-14 18:29:44 -05:00
Erez Rokah
6f221ab3c1
Feat: editorial workflow bitbucket gitlab ( #3014 )
...
* refactor: typescript the backends
* feat: support multiple files upload for GitLab and BitBucket
* fix: load entry media files from media folder or UI state
* chore: cleanup log message
* chore: code cleanup
* refactor: typescript the test backend
* refactor: cleanup getEntry unsued variables
* refactor: moved shared backend code to lib util
* chore: rename files to preserve history
* fix: bind readFile method to API classes
* test(e2e): switch to chrome in cypress tests
* refactor: extract common api methods
* refactor: remove most of immutable js usage from backends
* feat(backend-gitlab): initial editorial workflow support
* feat(backend-gitlab): implement missing workflow methods
* chore: fix lint error
* feat(backend-gitlab): support files deletion
* test(e2e): add gitlab cypress tests
* feat(backend-bitbucket): implement missing editorial workflow methods
* test(e2e): add BitBucket backend e2e tests
* build: update node version to 12 on netlify builds
* fix(backend-bitbucket): extract BitBucket avatar url
* test: fix git-gateway AuthenticationPage test
* test(e2e): fix some backend tests
* test(e2e): fix tests
* test(e2e): add git-gateway editorial workflow test
* chore: code cleanup
* test(e2e): revert back to electron
* test(e2e): add non editorial workflow tests
* fix(git-gateway-gitlab): don't call unpublishedEntry in simple workflow
gitlab git-gateway doesn't support editorial workflow APIs yet. This change makes sure not to call them in simple workflow
* refactor(backend-bitbucket): switch to diffstat API instead of raw diff
* chore: fix test
* test(e2e): add more git-gateway tests
* fix: post rebase typescript fixes
* test(e2e): fix tests
* fix: fix parsing of content key and add tests
* refactor: rename test file
* test(unit): add getStatues unit tests
* chore: update cypress
* docs: update beta docs
2020-01-14 17:15:14 -05:00
Shawn Erquhart
4ff5bc2ee0
chore(release): publish
...
- netlify-cms-app@2.11.2
- netlify-cms-backend-github@2.6.2
- netlify-cms-core@2.15.0
- netlify-cms-locales@1.5.0
- netlify-cms-widget-markdown@2.8.1
- netlify-cms@2.10.5
2020-01-14 13:25:26 -05:00
Erez Rokah
fde0c5a9a7
fix(widget-markdown): ensure remarkToSlate result matches slate schema ( #3085 )
2020-01-14 13:20:52 -05:00
Erez Rokah
0a50efda8e
feat: support per collection public_folder ( #3069 )
...
* feat: support per collection public_folder
* test: improve tests readability
2020-01-14 13:02:53 -05:00
Shawn Erquhart
476f45096e
fix(core): force multiline flag for editor component patterns ( #3082 )
2020-01-14 08:44:37 +02:00
Shawn Erquhart
09564bf8b6
fix(widget-markdown): stop double pasting in raw editor ( #3083 )
2020-01-13 19:48:01 -05:00
Erez Rokah
69b130a3f2
fix(backend-github-graphql): return empty array on non existent folder ( #3079 )
...
When starting a new project, usually collection folders don't exist in the repo. This is a legitimate use case and not an error.
2020-01-13 17:06:35 +02:00