-
-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[add] Basic Support of View Transition API
[optimize] upgrade to PNPM 9 & other latest Upstream packages
- Loading branch information
Showing
9 changed files
with
4,509 additions
and
3,773 deletions.
There are no files selected for viewing
This file contains 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 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 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 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 |
---|---|---|
|
@@ -283,7 +283,7 @@ export class MyButton extends HTMLElement { | |
<> | ||
<link | ||
rel="stylesheet" | ||
href="https://unpkg.com/[email protected].2/dist/css/bootstrap.min.css" | ||
href="https://unpkg.com/[email protected].3/dist/css/bootstrap.min.css" | ||
/> | ||
<a className="btn"> | ||
<slot /> | ||
|
@@ -496,7 +496,8 @@ import 'web-cell/polyfill'; | |
- [Shadow DOM][25] | ||
- [Element Internals][26] | ||
- [CSS variables][27] | ||
- [ECMAScript 6+][28] | ||
- [View transitions][28] | ||
- [ECMAScript 6+][29] | ||
- [TypeScript 5+][4] | ||
|
||
## Life Cycle hooks | ||
|
@@ -573,7 +574,8 @@ We recommend these libraries to use with WebCell: | |
[25]: https://web.dev/articles/shadowdom-v1 | ||
[26]: https://web.dev/articles/more-capable-form-controls | ||
[27]: https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties | ||
[28]: http://es6-features.org/ | ||
[28]: https://developer.chrome.com/docs/web-platform/view-transitions/ | ||
[29]: http://es6-features.org/ | ||
[30]: https://web-cell.dev/web-utility/interfaces/CustomElement.html#connectedCallback | ||
[31]: https://web-cell.dev/web-utility/interfaces/CustomElement.html#disconnectedCallback | ||
[32]: https://web-cell.dev/web-utility/interfaces/CustomElement.html#attributeChangedCallback | ||
|
This file contains 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.
28b30a1
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.
Deploy preview for web-cell ready!
✅ Preview
https://web-cell-n5vk8ufz9-techquerys-projects.vercel.app
Built with commit 28b30a1.
This pull request is being automatically deployed with vercel-action