12 Commits

Author SHA1 Message Date
Kancer (Nilay) Gökırmak
6b8fa3fc45
feat: allow setting editorial workflow PR label prefix (#4181) 2020-09-06 21:13:46 +03:00
andreascm
88a5a8098e
fix: deprecate inconsistent config param case (#4172) 2020-08-31 14:25:48 +03:00
Jonathan Lorimer
7171c35d27
fix(types): add allow_add field (which is valid for list widgets) (#4111) 2020-08-04 12:30:25 +03:00
Patrick Menlove
43ef28b5dc
fix(types): add missing List import to index.d.ts (#3843) 2020-06-02 11:04:06 +03:00
András Szücs
87546393de
fix: add missing type definitions (#3832) 2020-06-01 10:42:11 +03:00
Jeff Hackshaw
2580251208
fix: support common backend configuration options from docs in ts types (#3674) 2020-04-29 18:52:01 +03:00
Balazs
3f72f438a1
fix(types): instead of the inferred {}, allow any kind of props (#3638) 2020-04-20 16:15:04 +03:00
Petro Pavlenko
1a60e6d7fd
fix(type-defs): add string type to EditorComponentData id property (#3602) 2020-04-14 13:15:38 +03:00
Kunal Kundu
36ae69c96e
fix: add missing generic type to registerPreviewTemplate (#3597) 2020-04-13 18:48:55 +03:00
Marcin Hagmajer
9c0f618148
fix(type-defs): signature for CMS.registerWidget (#3386)
registerWidget can be called with a single argument `CmsWidgetParam`
2020-03-09 08:45:12 +01:00
Erez Rokah
2b41d8a838 feat: bundle assets with content (#2958)
* fix(media_folder_relative): use collection name in unpublished entry

* refactor: pass arguments as object to AssetProxy ctor

* feat: support media folders per collection

* feat: resolve media files path based on entry path

* fix: asset public path resolving

* refactor: introduce typescript for AssetProxy

* refactor: code cleanup

* refactor(asset-proxy): add tests,switch to typescript,extract arguments

* refactor: typescript for editorialWorkflow

* refactor: add typescript for media library actions

* refactor: fix type error on map set

* refactor: move locale selector into reducer

* refactor: add typescript for entries actions

* refactor: remove duplication between asset store and media lib

* feat: load assets from backend using API

* refactor(github): add typescript, cache media files

* fix: don't load media URL if already loaded

* feat: add media folder config to collection

* fix: load assets from API when not in UI state

* feat: load entry media files when opening media library

* fix: editorial workflow draft media files bug fixes

* test(unit): fix unit tests

* fix: editor control losing focus

* style: add eslint object-shorthand rule

* test(cypress): re-record mock data

* fix: fix non github backends, large media

* test: uncomment only in tests

* fix(backend-test): add missing displayURL property

* test(e2e): add media library tests

* test(e2e): enable visual testing

* test(e2e): add github backend media library tests

* test(e2e): add git-gateway large media tests

* chore: post rebase fixes

* test: fix tests

* test: fix tests

* test(cypress): fix tests

* docs: add media_folder docs

* test(e2e): add media library delete test

* test(e2e): try and fix image comparison on CI

* ci: reduce test machines from 9 to 8

* test: add reducers and selectors unit tests

* test(e2e): disable visual regression testing for now

* test: add getAsset unit tests

* refactor: use Asset class component instead of hooks

* build: don't inline source maps

* test: add more media path tests
2019-12-18 11:16:02 -05:00
Yuri Drabik
7391061b3b fix: .d.ts definitions for core and app (#2929)
* fix: .d.ts definitions for core and app

* fix: updated ts types to match the schema
2019-12-02 13:04:07 +02:00