Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
b60c550
update stencil version and clean install
tishoyanchev Oct 21, 2025
b898536
resolves type issues
tishoyanchev Oct 21, 2025
0bf8793
adds formAssociation to Check, and resolves all type related issues
tishoyanchev Oct 21, 2025
85f2d65
import popper from core, not lib
tishoyanchev Oct 21, 2025
a094629
installed missing angular dependencies
tishoyanchev Oct 21, 2025
c3f7be4
Merge a094629ca089ee7ebed94bddb899b5fd83672bc6 into e541c3c506b165d37…
tishoyanchev Oct 21, 2025
8a0c8ce
Update Stencil library version to 37.22.1--canary.2074.c3f7be4d71405c…
invalid-email-address Oct 21, 2025
f9bbf46
installs missing angular dependency
tishoyanchev Oct 21, 2025
572c10d
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 21, 2025
1989db4
Merge 572c10d442f242a86001bb01485aa9470237efd3 into e541c3c506b165d37…
tishoyanchev Oct 21, 2025
744936a
Update Stencil library version to 37.22.1--canary.2074.edb6a11d2f1054…
invalid-email-address Oct 21, 2025
ac96364
installs missing angular dependency
tishoyanchev Oct 21, 2025
c0314fa
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 21, 2025
8b2b69d
Merge c0314fabe8dad30e63e81f617dd9aa2e6a28e4f4 into e541c3c506b165d37…
tishoyanchev Oct 21, 2025
d29b22c
Update Stencil library version to 37.22.1--canary.2074.8b2b69d3d0d378…
invalid-email-address Oct 21, 2025
c3375fd
adds spoon component for testing purposes;
tishoyanchev Oct 21, 2025
0e5079e
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 21, 2025
92ea668
clean install
tishoyanchev Oct 21, 2025
58ad1f4
clean install in angular
tishoyanchev Oct 21, 2025
9f04cae
Merge 58ad1f42dd662aac9e7df00af2005c589b61cad9 into e541c3c506b165d37…
tishoyanchev Oct 21, 2025
74cdc10
Update Stencil library version to 37.22.1--canary.2074.9f04caef0fdc6e…
invalid-email-address Oct 21, 2025
f1729e7
installs missing angular dependency
tishoyanchev Oct 21, 2025
e1539c6
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 21, 2025
49ce206
Merge e1539c699f98aa24e7ea1e997f0562583f362633 into e541c3c506b165d37…
tishoyanchev Oct 21, 2025
9b5447c
Update Stencil library version to 37.22.1--canary.2074.49ce2067d9c3f4…
invalid-email-address Oct 21, 2025
d92c472
update workflow
tishoyanchev Oct 21, 2025
1acfb8c
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 21, 2025
9e36e26
Merge 1acfb8ccc5ace3afa154d867261558f5846e39da into e541c3c506b165d37…
tishoyanchev Oct 21, 2025
129bc80
Update Stencil library version to 37.22.1--canary.2074.9e36e26110d21e…
invalid-email-address Oct 21, 2025
868cc4b
revert back old workflow
tishoyanchev Oct 22, 2025
d03f509
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 22, 2025
58c6101
Merge d03f509cf7f4cdf99104c9f03fae8a790887809a into e541c3c506b165d37…
tishoyanchev Oct 22, 2025
4feaf82
Update Stencil library version to 37.22.1--canary.2074.58c6101b66a2b5…
invalid-email-address Oct 22, 2025
d3042ed
removes spoon component
tishoyanchev Oct 22, 2025
c360ee6
Merge branch '2073-re-add-formassociation' of https://github.com/Infi…
tishoyanchev Oct 22, 2025
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
2 changes: 1 addition & 1 deletion examples/wrapper-components/react-vite-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"test:local": "run-p preview:link watch:library"
},
"dependencies": {
"@infineon/infineon-design-system-react": "37.22.0",
"@infineon/infineon-design-system-react": "37.22.1--canary.2074.58c6101b66a2b56dcd0ec5d1e5ab735186d23782.0",
"path": "^0.12.7",
"react": "^18.3.1",
"react-dom": "^18.3.1"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ function CheckboxGroup() {
return (
<div>
<IfxCheckboxGroup alignment="vertical" show-group-label="true" group-label-text="Group Label" show-caption="true" caption-text="Caption text, description, error notification" show-caption-icon="true">
<IfxCheckbox value="0" disabled="false" checked="false" size="m" indeterminate="false" error="false">Option 0</IfxCheckbox>
<IfxCheckbox value="1" disabled="false" checked="false" size="m" indeterminate="false" error="false">Option 1</IfxCheckbox>
<IfxCheckbox value="2" disabled="false" checked="false" size="m" indeterminate="false" error="false">Option 2</IfxCheckbox>
<IfxCheckbox value="3" disabled="false" checked="false" size="m" indeterminate="false" error="false">Option 3</IfxCheckbox>
<IfxCheckbox value="0" error={false} disabled={false} checked={false} size="m" indeterminate={false}>Option 0</IfxCheckbox>
<IfxCheckbox value="1" disabled={false} checked={false} size="m" indeterminate={false} error={false}>Option 1</IfxCheckbox>
<IfxCheckbox value="2" disabled={false} checked={false} size="m" indeterminate={false} error={false}>Option 2</IfxCheckbox>
<IfxCheckbox value="3" disabled={false} checked={false} size="m" indeterminate={false} error={false}>Option 3</IfxCheckbox>
</IfxCheckboxGroup>
</div>
);
Expand Down
2 changes: 1 addition & 1 deletion examples/wrapper-components/vue-javascript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test:local": "run-p preview:link watch:library"
},
"dependencies": {
"@infineon/infineon-design-system-vue": "37.22.0",
"@infineon/infineon-design-system-vue": "37.22.1--canary.2074.58c6101b66a2b56dcd0ec5d1e5ab735186d23782.0",
"@vitejs/plugin-vue": "^4.0.0",
"@vitejs/plugin-vue-jsx": "^4.0.0",
"vite": "^5.0.12",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "37.22.0",
"version": "37.22.1--canary.2074.58c6101b66a2b56dcd0ec5d1e5ab735186d23782.0",
"command": {
"publish": {
"verifyAccess": false
Expand Down
Loading
Loading