-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Customelements #21723
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
Closed
Closed
Customelements #21723
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
114fa24
chore: readme, types, api updates from stencil and ts 3.9.3 update
adamdbradley 65d667d
feat(custom-elements): add custom elements output target
adamdbradley 2299424
chore: gitignore @ionic/core/components build
adamdbradley 73c0d1b
stencil 1.14.0
adamdbradley a55f52e
Merge branch 'master' into customelements
adamdbradley fb139cf
Merge branch 'master' into customelements
adamdbradley 1550bd6
update to stencil 1.15.0-1
adamdbradley 465c641
Merge branch 'master' into customelements
adamdbradley e21f69e
wip
adamdbradley e78fc0c
Merge branch 'master' into customelements
adamdbradley c811ab8
🍔
adamdbradley 0fef852
dedupe
adamdbradley 7cbb599
test dist
adamdbradley f11d6f1
stencil 1.16.0-1
adamdbradley 0bb03b2
Merge branch 'master' into customelements
adamdbradley b82870c
Merge branch 'master' into customelements
adamdbradley 798881b
bump deps
adamdbradley 03a5be5
Merge branch 'master' into customelements
adamdbradley 385bcfe
fix(overlays): move prepareOverlay to connectedCallback
adamdbradley 79cfffb
chore(stencil): bump to stencil 1.16.4
adamdbradley 3aa7363
Merge branch 'master' into customelements
adamdbradley 0eea99f
"@stencil/core": "^2.0.0-3"
adamdbradley 7c29410
wip
adamdbradley 1772b69
node 14
adamdbradley 07711fd
package updates
adamdbradley 2cc6169
Merge branch 'master' into customelements
adamdbradley 6542f78
package updates
adamdbradley 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
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 |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
|
|
||
| import * as d from './proxies'; | ||
| import type * as d from './proxies'; | ||
|
|
||
| export const DIRECTIVES = [ | ||
| d.IonApp, | ||
|
|
||
Large diffs are not rendered by default.
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.
Do we need to manually include swiper here at all?