-
Notifications
You must be signed in to change notification settings - Fork 3
feat: Bundled editor supports plugins #209
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
Merged
Merged
Changes from 25 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
03d3370
build: Add commonly used `@wordpress` modules
dcalhoun 842fe17
feat: Expose `@wordpress` modules as `window.wp` globals
dcalhoun a683c9b
build: Bundled editor leverages remote Vite config
dcalhoun 7dbc498
fix: Preserve CSS side-effect imports
dcalhoun 8850636
feat: Bundled editor loads plugin assets
dcalhoun 756634e
feat: Demo app always uses bundled editor
dcalhoun f48c272
fix: Allow all assets when `disallowedPackages` is empty
dcalhoun b55b838
fix: Ensure iOS editor assets logic is always available
dcalhoun 5f9b8dc
fix: Unregister disallowed block types
dcalhoun deb2257
feat: Exclude core and Gutenberg assets
dcalhoun 0beeba1
refactor: Simplify editor URL selection
dcalhoun 8e6eae2
feat: Exclude core and Gutenberg assets (Android)
dcalhoun c853b42
fix: Conditionally load plugin assets
dcalhoun 5b2c91f
build: Exclude internal `@wordpress` module paths from externalization
dcalhoun 9788308
fix: Configure i18n before loading dependent `@wordpress` modules
dcalhoun 9911292
fix: Defer references to `@wordpress` modules
dcalhoun f6c4b49
build: Ensure `index.html` entry is created
dcalhoun 6c8b0e1
refactor: Correct import grouping
dcalhoun 185ffda
build: Stop marking `@wordpress` modules as external
dcalhoun 0b9ffbe
build: Skip transforming `node_modules` files
dcalhoun 150770c
refactor: Revert unnecessary code relocation
dcalhoun 5ed122a
refactor: Revert unnecessary import relocation
dcalhoun 90e3b07
fix: Apply correct font weight to error heading
dcalhoun 3b1af54
build: Add missing `@wordpress` modules and dependencies
dcalhoun 215af3a
fix: Reinstate VideoPress bridge initialization
dcalhoun e5c03e1
fix: Initialize editor after plugins loading
dcalhoun 5d0c795
build: Add jquery dependency
dcalhoun 50f8125
feat: Expose jQuery for plugins
dcalhoun 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
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.
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.
This leverages the query parameter introduced in Automattic/jetpack#45715. We exclude "core" and Gutenberg so that only third-party plugin assets are returned.