-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Feature/optimize editor performance #7793
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
sempostma
wants to merge
41
commits into
decaporg:main
Choose a base branch
from
laikacms:feature/optimize-editor-performance
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
41 commits
Select commit
Hold shift + click to select a range
eca376c
feat: memoize the boundGetAsset function
sempostma 854af21
feat: make parent ids stable
sempostma 9f79c39
feat: make each child onChange callback stable and also made parentId…
sempostma c0b8ddc
feat: optimize editor control components and widgets
sempostma e4fdab6
feat: fixed the last violating unstable component
sempostma b22022d
fix: remove performance logging comments
sempostma e8176da
refactor: code formatting
sempostma 030898f
Update packages/decap-cms-widget-object/src/ObjectControl.js
sempostma e50ce07
fix: resolver
sempostma 047d97b
fix: code and memoization issues
sempostma 031ac70
fix: bad memoization cache key
sempostma ce58957
fix: editor control issues
sempostma 3a5e748
fix: typo on deprecation comment
sempostma e3d8cec
chore(deps-dev): bump axios from 1.13.5 to 1.15.0 (#7778)
dependabot[bot] 9bdb539
chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 (#7769)
dependabot[bot] 5577d3d
chore(deps): bump lodash-es from 4.17.23 to 4.18.1 (#7771)
dependabot[bot] 12c7142
Add linked image support for richtext widget (#7779)
martinjagodic c98e722
feat: add break element to widget richtext (#7782)
martinjagodic 2963430
Fix/propagate errors for i18n entries (#7773)
sempostma e562145
fix(frontmatter): improve duplicate frontmatter key error handling (#…
codeafridi 8fab823
feat: remove HTML comments from pasted content (#7775)
yanthomasdev 7dd2de7
perf: use Clipboard API (#7780)
florian-lefebvre ee3919b
feat: add config option to enable Signed-off-by in commit messages (#…
emersion 71d01f1
chore(deps): bump dompurify from 3.3.3 to 3.4.0 (#7784)
dependabot[bot] 009ce09
fix(markdown): extra whitespace before and after pasted content #7364…
hip3r f57da6f
chore(release): publish
martinjagodic e88f151
fix: add decap-cms-widget-richtext dependency
martinjagodic 6e09a5a
fix: add decap-cms-widget-richtext dependency to package-lock
martinjagodic fe66365
chore(release): publish
martinjagodic b2614be
feat: allow special characters to pass through slugification (#6220)
mikestopcontinues 641605f
chore: add `mdast-util-to-string` to direct deps of `decap-cms-widget…
fedetibaldo 8d8ca25
chore(release): publish
martinjagodic 09320d4
Fix(#7442): dynamic loading of codemirror language modes (#7443)
fgnass 6f00066
fix: adhere to remark's tokenizer rules #7315 (#7444)
fgnass ea93dd5
fix(core): return full entry object from invokeEvent instead of just …
adbw-pge e1b4053
Update packages/decap-cms-core/src/components/Editor/EditorControlPan…
sempostma 971bf90
Update packages/decap-cms-core/src/actions/media.ts
sempostma 59cf237
Update packages/decap-cms-core/src/components/Editor/EditorControlPan…
sempostma 5a4c351
fix: small refactor
sempostma 9358b44
fix: package-lock
sempostma ed0b377
Merge branch 'main' into feature/optimize-editor-performance
sempostma File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this be returned as well?