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
Shawn Erquhart
7e4d4c1cc4
chore(release): publish
...
- netlify-cms-app@2.10.0
- netlify-cms-backend-bitbucket@2.6.0
- netlify-cms-backend-github@2.5.0
- netlify-cms-backend-gitlab@2.4.0
- netlify-cms-backend-test@2.6.0
- netlify-cms-core@2.13.0
- netlify-cms-lib-auth@2.2.6
- netlify-cms-lib-util@2.4.0
- netlify-cms-locales@1.3.0
- netlify-cms-ui-default@2.7.0
- netlify-cms-widget-list@2.4.0
- netlify-cms-widget-markdown@2.7.0
- netlify-cms@2.10.0
2019-12-18 11:02:29 -05:00
Bartholomew
20851fe7ea
fix(backend-bitbucket): 404 for new entry ( #2976 )
2019-12-18 09:48:26 +02:00
Erez Rokah
af61245360
fix: don't show progress when loading preview status ( #2974 )
2019-12-17 08:30:08 +02:00
Shawn Erquhart
e4272817c2
chore(release): publish
...
- netlify-cms-app@2.10.0-beta.5
- netlify-cms-backend-bitbucket@2.6.0-beta.1
- netlify-cms-backend-github@2.5.0-beta.8
- netlify-cms-core@2.13.0-beta.10
- netlify-cms-default-exports@2.3.0
- netlify-cms-locales@1.3.0-beta.2
- netlify-cms-ui-default@2.7.0-beta.5
- netlify-cms-widget-boolean@2.3.0
- netlify-cms-widget-code@1.1.0
- netlify-cms-widget-date@2.4.0
- netlify-cms-widget-image@2.4.0
- netlify-cms-widget-list@2.4.0-beta.0
- netlify-cms-widget-markdown@2.7.0-beta.0
- netlify-cms-widget-object@2.3.0
- netlify-cms-widget-text@2.3.0
- netlify-cms@2.10.0-beta.5
2019-12-16 12:37:43 -05:00
Shawn Erquhart
84fc2184e6
chore: update dependencies
2019-12-16 12:36:20 -05:00
Shawn Erquhart
99de839271
chore: update dependencies
2019-12-16 12:27:03 -05:00
Shawn Erquhart
18c579d0e9
feat: Code Widget + Markdown Widget Internal Overhaul ( #2828 )
...
* wip - upgrade to slate 0.43
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* finish list handling logic
* add plugins directory
* tests wip
* setup testing
* wip
* add selection commands
* finish list testing
* stuff
* add codemirror
* abstract codemirror from slate
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* wip
* codemirror mostly working, some bugs
* upgrade to slate 46
* upgrade to slate 47
* wip
* wip
* progress
* wip
* mostly working links with surrounding marks
* wip
* tests passing
* add test
* fix formatting
* update snapshots
* close self closing tag in markdown html output
* wip - commonmark
* hold on commonmark work
* all tests passing
* fix e2e specs
* ignore tests in esm builds
* break/backspace plugins wip
* finish enter/backspace spec
* fix soft break handling
* wip - editor component deletion
* add insertion points
* make insertion points invisible
* fix empty mark nodes output to markdown
* fix pasting
* improve insertion points
* add static bottom insertion point
* improve click handling at insertion points
* restore current table functionality
* add paste support for Slate fragments
* support cut/copy markdown, paste between rich/raw editor
* fix copy paste
* wip - paste/select bug fixing
* fixed known slate issues
* split plugins
* fix editor toggles
* force text cursor in code widget
* wip - reorg plugins
* finish markdown control reorg
* configure plugin types
* quote block adjacent handling with tests
* wip
* finish quote logic and tests
* fix copy paste plugin migration regressions
* fix force insert before node
* fix trailing insertion point
* remove empty headers
* codemirror working properly in markdown widget
* return focus to codemirror on lang select enter
* fix state issues for widgets with local state
* wip - vim working, just need to work out distribution
* add settings pane
* wip - default modes
* fix deps
* add programming language data
* implement linguist langs in code widget
* everything built in
* remove old registration code, fix focus styling
* fix/update linting setup
* fix js lint errors
* remove stylelint from format script
* fix remaining linting errors
* fix reducer test failures
* chore: update commitlint for worktree support
* chore: fix remaining tests
* chore: drop unused monaco plugin
* chore: remove extraneous global styles rendering
* chore: fix failing tests
* fix: tests
* fix: quote/list nesting (tests still broken)
* fix: update quote tests
* chore: bring back code widget test config
* fix: autofocus
* fix: code blocks without the code widget
* fix: code editor component state issues
* fix: error
* fix: add code block test, few fixes
* chore: remove notes
* fix: [wip] update stateful shortcodes on undo/redo
* fix: support code styled links, handle unknown langs
* fix: few fixes
* fix: autofocus on insert, focus on all clicks
* fix: linting
* fix: autofocus
* fix: update code block fixture
* fix: remove unused cypress snapshot plugin
* fix: drop node 8 test, add node 12
* fix: use lodash.flatten instead of Array.flat
* fix: remove console logs
2019-12-16 19:17:37 +02:00
renovate[bot]
be46293f82
chore(deps): lock file maintenance ( #2969 )
2019-12-16 09:38:49 +02:00
Zoli Veres
30f73c6ec8
feat(lang): add 'hu' locale ( #2965 )
...
* feat(lang): add 'hu' locale
* format fixes
This was after running `npm run format`
2019-12-14 22:39:34 +01:00
Bartholomew
afea44895b
fix(bitbucket): branchname containing slash ( #2963 )
2019-12-13 17:23:43 +02:00
erezrokah
1e77d4b768
fix: don't fail on deleting non existent branch
2019-12-13 17:02:57 +02:00
Erez Rokah
10a735de2f
feat(locales): add ja locale ( #2960 )
2019-12-12 10:51:10 +02:00
Shawn Erquhart
feccfa2821
chore(release): publish
...
- netlify-cms-app@2.10.0-beta.4
- netlify-cms-core@2.13.0-beta.9
- netlify-cms-locales@1.3.0-beta.1
- netlify-cms-ui-default@2.7.0-beta.4
- netlify-cms@2.10.0-beta.4
2019-12-10 20:35:59 -05:00
Bartholomew
d180bffb44
feat: duplicate entry ( #2956 )
2019-12-10 20:33:02 -05:00
Shawn Erquhart
9ee5d4f66f
chore: update dependencies
2019-12-09 12:46:14 -05:00
Maxim Sablev
237a5b1aa6
feat(lang): add 'ru' locale (netlify#2951) ( #2952 )
2019-12-05 19:05:15 +02:00
Erez Rokah
92cad45120
Feat(docs): add pl locale ( #2949 )
...
* feat(locale): add 'pl' locale
* style: format pl locale file
2019-12-04 17:16:33 +02:00
zemlya-studio
dd754e9377
docs(nextjs): fixed webpack loader error ( #2946 )
...
A simple fix that allows webpack to build.
2019-12-03 09:29:50 +02:00
Charlie Bevis
553264f136
docs(jekyll): "Indentity" -> "Identity" ( #2945 )
2019-12-03 09:26:24 +02:00
Shawn Erquhart
c8d6eaf239
chore(release): publish
...
- netlify-cms-app@2.10.0-beta.3
- netlify-cms-backend-bitbucket@2.6.0-beta.0
- netlify-cms-backend-github@2.5.0-beta.7
- netlify-cms-backend-gitlab@2.4.0-beta.1
- netlify-cms-backend-test@2.6.0-beta.0
- netlify-cms-core@2.13.0-beta.8
- netlify-cms-lib-auth@2.2.6-beta.0
- netlify-cms-locales@1.3.0-beta.0
- netlify-cms-widget-markdown@2.6.1-beta.0
- netlify-cms@2.10.0-beta.3
2019-12-02 17:04:48 -05:00
Shawn Erquhart
d0b32a7a0a
fix(core): use UTC date methods for slug formatting ( #2944 )
2019-12-02 17:03:18 -05:00
Erez Rokah
87b4d0f765
fix: pass auth type in authURL to be used in identity widget ( #2920 )
2019-12-02 11:52:12 -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
renovate[bot]
c31efe190a
chore(deps): update dependency http-server to ^0.12.0 ( #2941 )
2019-12-02 11:14:35 +02:00
renovate[bot]
e3ae2ea716
chore(deps): lock file maintenance ( #2939 )
2019-12-02 09:08:56 +02:00
Bartholomew
3c4865f2a7
fix: keep editor slug path ( #2934 )
...
* fix: keep editor slug path
* fix: cleanup
* refactor: remove unused path preview component
2019-12-01 10:46:45 +02:00
Erez Rokah
09ca1a7f03
feat(lang): add 'tr' locale ( #2936 )
...
* feat(lang): add 'tr' locale
* style: format tr locale file
2019-12-01 10:01:52 +02:00
Bartholomew
b0fba6dc9a
fix(backend-test): delete nested file path ( #2930 )
2019-11-29 18:10:39 +02:00
Bartholomew
45a6ee92cc
fix: unpublish published entry ( #2931 )
2019-11-29 17:49:19 +02:00
Kengo Hamasaki
445979a992
docs: update Next.js example to import component ( #2928 )
2019-11-28 19:52:21 -05:00
Kyle
1ff9db0915
fix(widget-markdown): fix carriage return issue ( #2899 )
2019-11-28 11:27:58 -05:00
Bartholomew
caaa8b6db4
fix: load unpublished entries ( #2927 )
...
* fix: load unpublished entries
* test(cypress): re-record fixtures data
2019-11-28 17:07:07 +02:00
Erez Rokah
4c5f013d15
chore: fix some dev mode console errors ( #2924 )
2019-11-28 11:02:19 +02:00
Erez Rokah
d09c3addee
docs: add beta docs for folder collections path config ( #2923 )
2019-11-28 10:14:39 +02:00
Erez Rokah
afcfe5b6d5
feat: content in sub folders ( #2897 )
2019-11-27 22:39:33 -05:00
Yuri Drabik
766ade1a3c
docs: Minor fix for Configuration Options ( #2919 )
2019-11-27 14:32:24 +02:00
Shawn Erquhart
6909008a5c
chore(release): publish
...
- netlify-cms-app@2.10.0-beta.2
- netlify-cms-backend-github@2.5.0-beta.6
- netlify-cms-backend-test@2.5.0
- netlify-cms-core@2.13.0-beta.7
- netlify-cms-lib-util@2.4.0-beta.5
- netlify-cms-locales@1.2.0
- netlify-cms@2.10.0-beta.2
2019-11-26 17:17:42 -05:00
JP Lew
a2df4f4c91
[documentation] improve NextJS docs by adding Identity Widget to homepage ( #2915 )
...
* update NextJS docs
* change /static dir to /public/static
* remove redundant React import
* change static directory to /public for Next in add-to-your-site.md
2019-11-26 23:06:29 +01:00
Bartholomew
41bb9aac0d
feat: workflow unpublished entry ( #2914 )
...
* feat: workflow unpublished entry
* fix: post rebase fix - load unpublished entry after unpublish
* feat: change unpublish button to dropdown
* test(cypress): add unpublish entry cypress test
2019-11-26 12:14:04 +02:00
Bartholomew
465f463959
fix(backend-github): prepend collection name ( #2878 )
...
* fix(backend-github): prepend collection name
* chore: prefer migrating entries
* chore: cleanup
* chore: move migration to listUnpublishedBranches
* chore: prefer flowAsync
* chore: feedback updates
* refactor: extract current metadata version to a const
* refactor: don't send pulls request on open authoring
* test: update recorded data
* fix: hardcode migration key/branch logic
* test(backend-github): add unit tests for migration code
* fix(github-graphql): add ref property to result of createBranch
* test(cypress): update recorded data
* fix: load unpublished entries once
* fix: run migration for published draft entry
* fix: failing test
* chore: use hardcoded version number
* fix: use hardcoded version number
* test(cypress): update recorded data
2019-11-26 10:40:27 +02:00
renovate[bot]
695b0e0380
fix(deps): update dependency react-is to v16.12.0 ( #2912 )
2019-11-25 13:12:20 +02:00
renovate[bot]
b65e6571b4
chore(deps): lock file maintenance ( #2910 )
2019-11-25 12:05:50 +02:00
Bartholomew
9ddfa48512
fix: emotion use ref prop ( #2905 )
2019-11-21 09:10:33 +02:00
Tom Rutgers
413791da12
feat(lang): add 'nl' locale ( #2904 )
...
* feat(lang): add 'nl' locale
* feat(lang): format locale
2019-11-21 09:06:11 +02:00
Oleksandr Shevtsov
9022e9d31f
feat(lang): add 'uk' locale ( #2903 )
2019-11-20 19:49:39 +02:00
Erez Rokah
3252be2350
build: update yarn version in netlify build ( #2902 )
2019-11-20 18:10:22 +02:00
Juan D
35da9a7027
feat(lang): add 'es' locale ( #2898 )
...
* chore: add 'es' locale
* style: fix formatting
* refactor: rename en to es
2019-11-20 09:59:12 +02:00
Shawn Erquhart
de9675b1b6
chore(release): publish
...
- netlify-cms-app@2.10.0-beta.1
- netlify-cms-ui-default@2.7.0-beta.3
- netlify-cms-widget-markdown@2.6.0
- netlify-cms@2.10.0-beta.1
2019-11-18 17:23:55 -05:00
renovate[bot]
9f26e25253
chore(deps): lock file maintenance ( #2887 )
2019-11-18 17:20:00 -05:00