Skip to content
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

upgrade output targets #2

Open
wants to merge 51 commits into
base: master
Choose a base branch
from
Open
Changes from 2 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
4b5fe2c
Use @stencil/svelte-output-target from npm
gnowland Mar 10, 2021
1231030
chore(): resolve failing svelte build
liamdebeasi Jun 14, 2021
6a2b832
chore(): fix failing svelte tests (#159)
liamdebeasi Jun 14, 2021
87391cd
feat(vue): add vue 3 support (#160)
liamdebeasi Jun 14, 2021
d03174c
feat(vue): add support for custom elements build (#161)
liamdebeasi Jun 17, 2021
15de212
release @stencil/[email protected] (#163)
liamdebeasi Jun 17, 2021
8e21498
fix(angular): add comm after each host content
nphyatt Jul 8, 2021
24df9e6
Merge pull request #167 from ionic-team/fix-165
nphyatt Jul 8, 2021
e2e2837
chore: add os to rollup config
nphyatt Jul 8, 2021
199d510
Merge pull request #168 from ionic-team/add-os-to-rollup
nphyatt Jul 8, 2021
ed4638e
chore: release angular-output-targets
nphyatt Jul 8, 2021
43a6abb
fix(vue): only props set by user are passed to web component (#170)
liamdebeasi Aug 9, 2021
77dcbe0
@stencil/vue-output-target 0.5.1
liamdebeasi Aug 9, 2021
56ab8ae
merge release @stencil/vue-output-target 0.5.1
liamdebeasi Aug 9, 2021
947dc92
fix(react): sync with changes in Ionic Framework (#177)
willmartian Aug 31, 2021
14bd8ed
chore(): bump react to 0.0.10
liamdebeasi Aug 31, 2021
e0846b5
merge release-react-0.0.10
willmartian Aug 31, 2021
ee440c8
fix(): alphabetize inputs
liamdebeasi Aug 31, 2021
196ce0d
fix(react): alphabetize inputs
liamdebeasi Aug 31, 2021
1efcb90
chore(): release react targets 0.0.11
liamdebeasi Aug 31, 2021
e34da92
merge release-react-0.0.11
liamdebeasi Aug 31, 2021
c3e9031
chore(): fix alphabetization
liamdebeasi Aug 31, 2021
cc04b1c
@stencil/react-output-target 0.0.12
liamdebeasi Aug 31, 2021
4da10b2
merge release-react-0.0.12
liamdebeasi Aug 31, 2021
43fdc4d
feat(react): add support for custom elements build (#182)
liamdebeasi Sep 14, 2021
8ede818
React 0.1.0
liamdebeasi Sep 14, 2021
0a0f03d
merge release-react-0.1.0
liamdebeasi Sep 14, 2021
f15fac7
feat(angular): use Angular's EventEmitter with correct type in genera…
poulpe38000 Sep 29, 2021
e34a0d5
style(angular): sync with changes from Framework repo (#192)
willmartian Sep 29, 2021
4daa52a
fix(angular): update import paths to root dir (#194)
willmartian Oct 1, 2021
78bcfec
chore(angular): bump package version (#195)
willmartian Oct 1, 2021
04fd9da
fix(angular-output-target): duplicate event emission for proxied outputs
sean-perkins Nov 8, 2021
288c3d1
fix(angular-output-target): fix stencil/angular output events
sean-perkins Nov 10, 2021
cbde6b2
chore(angular-output-target): bump version number
willmartian Nov 10, 2021
a445720
chore(angular-output-target): bump version
willmartian Nov 11, 2021
f3de438
feat(angular): add support for custom elements build (#200)
willmartian Nov 16, 2021
ad41959
chore(angular): bump version
willmartian Nov 16, 2021
bf2a2c8
fix(angular, react, vue): use defineCustomElement import to improve t…
liamdebeasi Dec 6, 2021
2452ccf
chore(): release vue targets 0.6.0
liamdebeasi Dec 6, 2021
12e165e
chore(): release react targets 0.2.0
liamdebeasi Dec 6, 2021
557bc21
chore(): release angular targets 0.4.0
liamdebeasi Dec 6, 2021
479091b
chore(): merge output target releases
liamdebeasi Dec 6, 2021
ae73627
fix(react): use createElement named import for better compatibility w…
liamdebeasi Jan 5, 2022
5188070
react 0.2.1
liamdebeasi Jan 5, 2022
8d5ad5c
merge release-react-0.2.1
liamdebeasi Jan 5, 2022
b3df29f
chore(react): add function-level jsdoc (#221)
rwaskiewicz Jan 27, 2022
8c36229
fix(react): improve how props are translated to attributes in html (#…
WickyNilliams Feb 8, 2022
e888a13
chore(react): bump react to v0.3.1
rwaskiewicz Feb 8, 2022
c62f5fc
fix(react): fix tests following react wrapper v0.3.1 (#224)
rwaskiewicz Feb 8, 2022
fbfc52b
chore(github): allow ci to run on pull requests
rwaskiewicz Feb 8, 2022
6ae0bf3
chore(github): remove ci workflow duplication
rwaskiewicz Feb 8, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/react-output-target/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/react-output-target/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@stencil/react-output-target",
"version": "0.2.0",
"version": "0.2.1",
"description": "React output target for @stencil/core components.",
"main": "dist/index.cjs.js",
"module": "dist/index.js",