-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
refactor: replace kuchikiki with dom_query
#14959
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
Legend-Master
merged 37 commits into
tauri-apps:dev
from
thomaseizinger:chore/replace-kuchikiki-dom_query
Mar 25, 2026
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
6033a74
test: add more unit-tests for `html` module
thomaseizinger 65ffbe2
refactor: remove html dependencies from `tauri-cli`
thomaseizinger ff39ab7
feat: introduce `html-manipulation-2` feature
thomaseizinger d38e3a4
Remove deprecation
thomaseizinger 0a16744
Use new feature flag
thomaseizinger 01d3b1e
Unroll `build` feature
thomaseizinger b34aa50
Introduce `build-2` feature
thomaseizinger 36790ad
Reduce diff
thomaseizinger 8de5238
Use `build-2` in more places
thomaseizinger 25499ab
Add docs
thomaseizinger 2f12590
Refactor `inject_script_hashes`
thomaseizinger 3cfdf39
Refactor `with_head`
thomaseizinger 395048c
Rename serialize and parse functions
thomaseizinger b7ebae8
Add changes file
thomaseizinger f86f874
Remove unused function
thomaseizinger 6f2ce5c
Update changelog
thomaseizinger 445394a
Remove test
thomaseizinger c25c767
Update wry
Legend-Master 9412b16
Merge branch 'dev' into chore/replace-kuchikiki-dom_query
Legend-Master 12403c4
Merge branch 'chore/replace-kuchikiki-dom_query' of https://github.co…
Legend-Master abd555a
Add todo comments
Legend-Master d512732
refactor `with_head` to `ensure_head`
Legend-Master 999de1e
Remove unused casts
Legend-Master 16d4808
Avoid using format to construct html elements
Legend-Master 55c56cb
Feature gate `inline_isolation`
Legend-Master f49131c
Keep old prepends appends
Legend-Master 70ad666
Fix `inline_isolation_replaces_src_with_content` test
Legend-Master 7c96a7f
End meta tag
Legend-Master a7742bf
Mirror test to old html module
Legend-Master 8bd11a8
Use back to `append_html` for csp and link issue
Legend-Master 80ee230
Try out dom query main branch
Legend-Master 3190747
Use nodes instead to avoid an extra clone
Legend-Master 6f1f9ca
Use wry 0.54.4 and dom_query 0.27
Legend-Master 2ec1a3d
Merge branch 'dev' into chore/replace-kuchikiki-dom_query
Legend-Master 456a429
Merge branch 'dev' into chore/replace-kuchikiki-dom_query
Legend-Master 19afa09
Mark stability
Legend-Master 91888fb
Remove `PatternObject`
Legend-Master 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| "tauri-utils": minor:deps | ||
| --- | ||
|
|
||
| Add new `html-manipulation-2` and `build-2` feature flags that use `dom_query` instead of `kuchikiki` for HTML parsing / manipulation. | ||
| This allows downstream users to remove `kuchikiki` and its dependencies from their dependency tree. |
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.