Releases: siemens/ix
@siemens/[email protected]
Patch Changes
- Updated dependencies []:
- @siemens/[email protected]
@siemens/[email protected]
Patch Changes
- Updated dependencies []:
- @siemens/[email protected]
@siemens/[email protected]
Major Changes
- #1805
e638ef08fbe34ad0e1dc153cff5a136d69492cd0Thanks @danielleroux! - feat(angular): change angular compiler version to v18
Patch Changes
- Updated dependencies []:
- @siemens/[email protected]
@siemens/[email protected]
Minor Changes
-
#1767
30a98977feb83c7fb8ec8ca76a4b524042b2e5afThanks @raunak-matai! - HandlepreventDefault()on nativeclickevent forix-tab-item.Fixes #1655.
Patch Changes
-
#1724
e8049c9966e7d5019c8ed0ae0e6cf2597f81dce5Thanks @danielleroux! - Prevent ix-application-header from waiting until the corporate logo is defined. -
#1724
8324312fa39abc53711850d4a94b765d994f15cdThanks @danielleroux! - ix-drawer: Removetransitionattribute from the styling to prevent conflicts betweenanimejs -
#1724
c448755f97b66af96cce435025dc1f37892e9eb8Thanks @danielleroux! - Cleanup validation references for all validation components (e.g.ix-date-input,ix-input). -
#1724
df65c4d5436bf97f08dc2ec2899e2556c4ad7eaaThanks @danielleroux! - Update @stencil/core dependency to 4.27.1
@siemens/[email protected]
Patch Changes
@siemens/[email protected]
Patch Changes
@siemens/[email protected]
Patch Changes
@siemens/[email protected]
3.0.0-alpha.0
Major Changes
-
#1581
7eb4d5147056e1e3252e387e5a718df7e593909eThanks @matthiashader! - Component Updates and EnhancementsNew Variants for Card Components:
- ix-action-card, ix-card, and ix-push-card:
- The
insightandnotificationvariants have been replaced byoutlineandfilled.
- The
Property Updates:
- ix-chip:
- The
colorproperty has been replaced bychipColor.
- The
- ix-event-list:
- The
colorattribute has been replaced byitemColor.
- The
- ix-icon-button:
- The
colorattribute has been replaced byiconColor. - Size
32has been removed.
- The
- ix-pill:
- The
colorattribute has been replaced bypillColor.
- The
- ix-typography:
- The
colorattribute has been replaced bytextColor.
- The
- ix-select:
- The
selectedIndicesattribute has been replaced byvalue. - The
itemSelectionChangeevent has been replaced byvalueChange.
- The
- ix-select-item:
- The type of the
valueproperty type has been updated tostring.
- The type of the
Date and Time Picker Enhancements:
- ix-date-picker:
- Removed attributes:
individualandeventDelimiter. - The
textSelectedDateproperty has been replaced byi18nDone. - The
doneevent has been replaced bydateSelect.
- Removed attributes:
- ix-datetime-picker:
- The
textSelectedDateproperty has been replaced byi18nDone. - The
doneevent has been replaced bydateSelect. - Removed the
eventDelimiterproperty.
- The
- ix-time-picker:
- Removed attributes:
individualandshowTimeReference.
- Removed attributes:
Removed Features:
- ix-menu:
- Removed the
maxVisibleMenuItemsattribute.
- Removed the
- ix-menu-item:
- The
tabIconattribute has been removed and replaced withicon.
- The
Other Changes:
- ix-modal:
- The
keyboardattribute has been replaced bycloseOnEscape.
- The
- ix-action-card, ix-card, and ix-push-card:
-
#1700
2e2972260eafb1a87b84e5a705e3c932b15b8467Thanks @jul-lam! - The ix-tooltip is working as expected when utilized for an ix-dropdown-item inside an ix-dropdown. The tooltip is now displayed outside the dropdown without breaking its layout.Fixes #1618
-
#1238
8803f3185b8a183926576d9f28894f9e1aa92ec3Thanks @danielleroux! - feat: reduce bundle size in combination with icons -
#1742
8b757805d65f62e9296e6d1abd67a8f0b30099f3Thanks @matthiashader! - Adapt the event signature of thedateSelectevent of theix-date-pickerto reflect undefined values. -
#1578
dd8b3eb28eb162f30c5fef27b369036b3bd6dd8bThanks @danielleroux! - RemovedevDependencyandpeerDependencyto bootstrap. For more information checkout BREAKING_CHANGES.md -
#1758
f6fd42a74b42ff0f9f2ffd2b4c2a49fbb4402760Thanks @danielleroux! - Prevent global styling forinputandtextarea. If you still want to use the legacy styling provide aclass="ix-form-control"toinputortextarea.
Prevent global styling forlabel. If you still want to use the legacy styling provide aclass="ix-form-label"tolabel.Fixes #1398
-
#1457
3d62fffdc107bfc92b2ecad8437662dc7c03796fThanks @matthiashader! - fix(core/pane-layout): remove absolute positioning -
#1330
c9c5bf0451998ce94a57247b974e00176f294437Thanks @github-actions! - The VariantMapping that mapped legacy font classes to current ones was removed. -
#1394
24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ffThanks @AndreasBerliner! - refactor: replace internal comments with annotations -
#1758
f6fd42a74b42ff0f9f2ffd2b4c2a49fbb4402760Thanks @danielleroux! - Change default width frominput.ix-from-controlfromwidth: 100%towidth: auto -
#1743
4bdec91e4a837e487caa4a25407f24eb37616531Thanks @lzeiml! - ix-date-picker: Week numbers are now hidden by default inside the ix-date-picker. They can be shown by setting showWeekNumbers to true.
ix-datetime-picker: Week numbers are now hidden by default inside the ix-date-picker. They can be shown by setting showWeekNumbers to true.
ix-date-dropdown: Week numbers are now hidden by default inside the ix-date-picker. They can be shown by setting showWeekNumbers to true.
ix-date-input: Week numbers are now hidden by default inside the ix-date-picker. They can be shown by setting showWeekNumbers to true. -
#1742
db785bb8a4cc0654104cb24d420b7a1e2d45fdbaThanks @matthiashader! -ix-date-dropdown: Adapt the typesDateDropdownOptionandDateRangeChangeEventto reflect the changed signature of theix-date-picker'sdateSelectevent. -
#1742
db785bb8a4cc0654104cb24d420b7a1e2d45fdbaThanks @matthiashader! -ix-date-input: Adapt thevalueproperty and thevalueChangeevent to reflect the changed signature of thedate-picker'sdateSelectevent. -
#1613
b3846c925ec4f03fd5d26b0b66042185b766f099Thanks @jul-lam! - ix-application now utilizes full viewport height and full viewport width -
#1273
e8f825f7f494c8cc05dcce075afcff77839f8096Thanks @nuke-ellington! - fix(core/checkbox): allow multiline labels and align checkbox at the top
Minor Changes
-
#1737
149dfbd6518e94da9e966d06ea2292c8e96772ceThanks @matthiashader! -ix-message-bar: Add new typescritical,success,primary, andneutral, and deprecate typedanger.
Additionally, add newNotificationColorcolorscolor-critical,color-alarm,color-neutral, andcolor-primary. -
#1697
9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbeThanks @AndreasBerliner! -ix-chipandix-pill: Add propertytooltip-textto display anix-tooltipwith customizable text. -
#1676
4685dc2c2b0de0961b464d305f633e1115a5926aThanks @nuke-ellington! -ix-flip-tile: Expsoseindexproperty to allow setting of displayed content and addtoggleevent. -
#1688
5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40Thanks @matthiashader! -ix-message-bar: EventclosedChangecan now be prevented viaevent.preventDefault().
An additional event is added to get notified after the close animation of theix-message-baris finished. -
#1676
4685dc2c2b0de0961b464d305f633e1115a5926aThanks @nuke-ellington! -ix-menu: AddopenSettingsandopenAboutevents. EventexpandChangecan now be prevented viaevent.preventDefault(). -
#1758
d20b43d5f5bd5291b5125b120d2bb2d72286acfdThanks @danielleroux! - Add new global class.ix-tableand.ix-table-stripedto display a simple html table -
#1676 [
4685dc2c2b0de0961b464d305f633e1115a5926a](https://github.com/s...
@siemens/[email protected]
3.0.0-alpha.0
Major Changes
-
#1581
7eb4d5147056e1e3252e387e5a718df7e593909eThanks @matthiashader! - Component Updates and EnhancementsNew Variants for Card Components:
- ix-action-card, ix-card, and ix-push-card:
- The
insightandnotificationvariants have been replaced byoutlineandfilled.
- The
Property Updates:
- ix-chip:
- The
colorproperty has been replaced bychipColor.
- The
- ix-event-list:
- The
colorattribute has been replaced byitemColor.
- The
- ix-icon-button:
- The
colorattribute has been replaced byiconColor. - Size
32has been removed.
- The
- ix-pill:
- The
colorattribute has been replaced bypillColor.
- The
- ix-typography:
- The
colorattribute has been replaced bytextColor.
- The
- ix-select:
- The
selectedIndicesattribute has been replaced byvalue. - The
itemSelectionChangeevent has been replaced byvalueChange.
- The
- ix-select-item:
- The type of the
valueproperty type has been updated tostring.
- The type of the
Date and Time Picker Enhancements:
- ix-date-picker:
- Removed attributes:
individualandeventDelimiter. - The
textSelectedDateproperty has been replaced byi18nDone. - The
doneevent has been replaced bydateSelect.
- Removed attributes:
- ix-datetime-picker:
- The
textSelectedDateproperty has been replaced byi18nDone. - The
doneevent has been replaced bydateSelect. - Removed the
eventDelimiterproperty.
- The
- ix-time-picker:
- Removed attributes:
individualandshowTimeReference.
- Removed attributes:
Removed Features:
- ix-menu:
- Removed the
maxVisibleMenuItemsattribute.
- Removed the
- ix-menu-item:
- The
tabIconattribute has been removed and replaced withicon.
- The
Other Changes:
- ix-modal:
- The
keyboardattribute has been replaced bycloseOnEscape.
- The
- ix-action-card, ix-card, and ix-push-card:
-
#1238
8803f3185b8a183926576d9f28894f9e1aa92ec3Thanks @danielleroux! - feat: reduce bundle size in combination with icons -
#1394
24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ffThanks @AndreasBerliner! - refactor: replace internal comments with annotations -
#1328
c17750dfad2fe69854f52fe56a447302c9ff4cc8Thanks @danielleroux! - feat(vue): remove commonjs
Minor Changes
-
#1697
9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbeThanks @AndreasBerliner! -ix-chipandix-pill: Add propertytooltip-textto display anix-tooltipwith customizable text. -
#1676
4685dc2c2b0de0961b464d305f633e1115a5926aThanks @nuke-ellington! -ix-flip-tile: Expsoseindexproperty to allow setting of displayed content and addtoggleevent. -
#1688
5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40Thanks @matthiashader! -ix-message-bar: EventclosedChangecan now be prevented viaevent.preventDefault().
An additional event is added to get notified after the close animation of theix-message-baris finished. -
#1676
4685dc2c2b0de0961b464d305f633e1115a5926aThanks @nuke-ellington! -ix-menu: AddopenSettingsandopenAboutevents. EventexpandChangecan now be prevented viaevent.preventDefault(). -
#1676
4685dc2c2b0de0961b464d305f633e1115a5926aThanks @nuke-ellington! - AddtabChangeevent toix-menu-settingsandix-menu-about. -
#1760
ac163467de8fc4d943f5366415492a9a02748999Thanks @nuke-ellington! - ix-datetime-picker: Time selection headline can now be translated via propertyi18nTime.
Patch Changes
- Updated dependencies [
7eb4d5147056e1e3252e387e5a718df7e593909e,e8bd3b6301d7553e6a02b79e2925aa0595b674ca,aa63b4fd901bc50e98877826699412affa127ae7,149dfbd6518e94da9e966d06ea2292c8e96772ce,2e2972260eafb1a87b84e5a705e3c932b15b8467,9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe,4685dc2c2b0de0961b464d305f633e1115a5926a,8803f3185b8a183926576d9f28894f9e1aa92ec3,5b56d90813239cb34d28b4c20255392b9dd1d66f,8b757805d65f62e9296e6d1abd67a8f0b30099f3,dd8b3eb28eb162f30c5fef27b369036b3bd6dd8b,96c8f78e4d3d4d304b1d5a41504d5b24401ea461,f6fd42a74b42ff0f9f2ffd2b4c2a49fbb4402760,3d62fffdc107bfc92b2ecad8437662dc7c03796f,c9c5bf0451998ce94a57247b974e00176f294437,093c78352916a193e7f2cbfab692362c4ba0de9a,5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40,699958d387c1044b50def5071369f27de49f56ef,24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff,f6fd42a74b42ff0f9f2ffd2b4c2a49fbb4402760,2d4e3b8cdb756dff44627941adfea6a0230ccf26,4bdec91e4a837e487caa4a25407f24eb37616531,db785bb8a4cc0654104cb24d420b7a1e2d45fdba,b5e2da18f871d6189c064a72bd9b29a82d0685eb,db785bb8a4cc0654104cb24d420b7a1e2d45fdba,4685dc2c2b0de0961b464d305f633e1115a5926a,b3846c925ec4f03fd5d26b0b66042185b766f099,8726afc094adf2ddb4f8e927c6a42aa8dc0ed589,f41b5d60299cb874cec9730394038dd4c2df8a60,699958d387c1044b50def5071369f27de49f56ef,d20b43d5f5bd5291b5125b120d2bb2d72286acfd,4685dc2c2b0de0961b464d305f633e1115a5926a,4685dc2c2b0de0961b464d305f633e1115a5926a,e8f825f7f494c8cc05dcce075afcff77839f8096,ac163467de8fc4d943f5366415492a9a02748999,dacbced83d226380c256d868620ee640996cf229]:- @siemens/[email protected]
@siemens/[email protected]
3.0.0-alpha.0
Major Changes
-
#1581
7eb4d5147056e1e3252e387e5a718df7e593909eThanks @matthiashader! - Component Updates and EnhancementsNew Variants for Card Components:
- ix-action-card, ix-card, and ix-push-card:
- The
insightandnotificationvariants have been replaced byoutlineandfilled.
- The
Property Updates:
- ix-chip:
- The
colorproperty has been replaced bychipColor.
- The
- ix-event-list:
- The
colorattribute has been replaced byitemColor.
- The
- ix-icon-button:
- The
colorattribute has been replaced byiconColor. - Size
32has been removed.
- The
- ix-pill:
- The
colorattribute has been replaced bypillColor.
- The
- ix-typography:
- The
colorattribute has been replaced bytextColor.
- The
- ix-select:
- The
selectedIndicesattribute has been replaced byvalue. - The
itemSelectionChangeevent has been replaced byvalueChange.
- The
- ix-select-item:
- The type of the
valueproperty type has been updated tostring.
- The type of the
Date and Time Picker Enhancements:
- ix-date-picker:
- Removed attributes:
individualandeventDelimiter. - The
textSelectedDateproperty has been replaced byi18nDone. - The
doneevent has been replaced bydateSelect.
- Removed attributes:
- ix-datetime-picker:
- The
textSelectedDateproperty has been replaced byi18nDone. - The
doneevent has been replaced bydateSelect. - Removed the
eventDelimiterproperty.
- The
- ix-time-picker:
- Removed attributes:
individualandshowTimeReference.
- Removed attributes:
Removed Features:
- ix-menu:
- Removed the
maxVisibleMenuItemsattribute.
- Removed the
- ix-menu-item:
- The
tabIconattribute has been removed and replaced withicon.
- The
Other Changes:
- ix-modal:
- The
keyboardattribute has been replaced bycloseOnEscape.
- The
- ix-action-card, ix-card, and ix-push-card:
-
#1326
23307a0bed36c61da3ca3b77bad99d71f8b18f3cThanks @danielleroux! - feat(react): remove commonjs support -
#1238
8803f3185b8a183926576d9f28894f9e1aa92ec3Thanks @danielleroux! - feat: reduce bundle size in combination with icons -
#1394
24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ffThanks @AndreasBerliner! - refactor: replace internal comments with annotations
Patch Changes
- Updated dependencies [
7eb4d5147056e1e3252e387e5a718df7e593909e,e8bd3b6301d7553e6a02b79e2925aa0595b674ca,aa63b4fd901bc50e98877826699412affa127ae7,149dfbd6518e94da9e966d06ea2292c8e96772ce,2e2972260eafb1a87b84e5a705e3c932b15b8467,9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe,4685dc2c2b0de0961b464d305f633e1115a5926a,8803f3185b8a183926576d9f28894f9e1aa92ec3,5b56d90813239cb34d28b4c20255392b9dd1d66f,8b757805d65f62e9296e6d1abd67a8f0b30099f3,dd8b3eb28eb162f30c5fef27b369036b3bd6dd8b,96c8f78e4d3d4d304b1d5a41504d5b24401ea461,f6fd42a74b42ff0f9f2ffd2b4c2a49fbb4402760,3d62fffdc107bfc92b2ecad8437662dc7c03796f,c9c5bf0451998ce94a57247b974e00176f294437,093c78352916a193e7f2cbfab692362c4ba0de9a,5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40,699958d387c1044b50def5071369f27de49f56ef,24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff,f6fd42a74b42ff0f9f2ffd2b4c2a49fbb4402760,2d4e3b8cdb756dff44627941adfea6a0230ccf26,4bdec91e4a837e487caa4a25407f24eb37616531,db785bb8a4cc0654104cb24d420b7a1e2d45fdba,b5e2da18f871d6189c064a72bd9b29a82d0685eb,db785bb8a4cc0654104cb24d420b7a1e2d45fdba,4685dc2c2b0de0961b464d305f633e1115a5926a,b3846c925ec4f03fd5d26b0b66042185b766f099,8726afc094adf2ddb4f8e927c6a42aa8dc0ed589,f41b5d60299cb874cec9730394038dd4c2df8a60,699958d387c1044b50def5071369f27de49f56ef,d20b43d5f5bd5291b5125b120d2bb2d72286acfd,4685dc2c2b0de0961b464d305f633e1115a5926a,4685dc2c2b0de0961b464d305f633e1115a5926a,e8f825f7f494c8cc05dcce075afcff77839f8096,ac163467de8fc4d943f5366415492a9a02748999,dacbced83d226380c256d868620ee640996cf229]:- @siemens/[email protected]