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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@siemens/ix-angular@2.8.0
Minor Changes
#1697
9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
Thanks @AndreasBerliner! -ix-chip
andix-pill
: Add propertytooltip-text
to display anix-tooltip
with customizable text.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ix-flip-tile
: Expsoseindex
property to allow setting of displayed content and addtoggle
event.#1688
5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
Thanks @matthiashader! -ix-message-bar
: EventclosedChange
can now be prevented viaevent.preventDefault()
.An additional event is added to get notified after the close animation of the
ix-message-bar
is finished.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ix-menu
: AddopenSettings
andopenAbout
events. EventexpandChange
can now be prevented viaevent.preventDefault()
.#1682
f41b5d60299cb874cec9730394038dd4c2df8a60
Thanks @danielleroux! - AddsuppressClassMapping
to value-accessors to prevent that the accessors automatically mapng-
-classes toix-
-classes.If
[suppressClassMapping]="true"
you need to control theix-
-classes on your own.value-accessor
ignores NgControls which are untouched but haverequired=true
errorsFixes Validation Flaws in IxInput: Immediate Error Display and Documentation Workaround Problems #1638 Form Fields Display as Invalid Without User Interaction #1680
#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! - AddtabChange
event toix-menu-settings
andix-menu-about
.#1760
ac163467de8fc4d943f5366415492a9a02748999
Thanks @nuke-ellington! - ix-datetime-picker: Time selection headline can now be translated via propertyi18nTime
.Patch Changes
e8bd3b6301d7553e6a02b79e2925aa0595b674ca
,aa63b4fd901bc50e98877826699412affa127ae7
,149dfbd6518e94da9e966d06ea2292c8e96772ce
,9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
,e8049c9966e7d5019c8ed0ae0e6cf2597f81dce5
,4685dc2c2b0de0961b464d305f633e1115a5926a
,5b56d90813239cb34d28b4c20255392b9dd1d66f
,96c8f78e4d3d4d304b1d5a41504d5b24401ea461
,8324312fa39abc53711850d4a94b765d994f15cd
,093c78352916a193e7f2cbfab692362c4ba0de9a
,5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
,699958d387c1044b50def5071369f27de49f56ef
,2d4e3b8cdb756dff44627941adfea6a0230ccf26
,4bdec91e4a837e487caa4a25407f24eb37616531
,4685dc2c2b0de0961b464d305f633e1115a5926a
,c448755f97b66af96cce435025dc1f37892e9eb8
,8726afc094adf2ddb4f8e927c6a42aa8dc0ed589
,30a98977feb83c7fb8ec8ca76a4b524042b2e5af
,f41b5d60299cb874cec9730394038dd4c2df8a60
,699958d387c1044b50def5071369f27de49f56ef
,4685dc2c2b0de0961b464d305f633e1115a5926a
,4685dc2c2b0de0961b464d305f633e1115a5926a
,ac163467de8fc4d943f5366415492a9a02748999
,dacbced83d226380c256d868620ee640996cf229
,df65c4d5436bf97f08dc2ec2899e2556c4ad7eaa
]:@siemens/ix@2.8.0
Minor Changes
#1737
149dfbd6518e94da9e966d06ea2292c8e96772ce
Thanks @matthiashader! -ix-message-bar
: Add new typescritical
,success
,primary
, andneutral
, and deprecate typedanger
.Additionally, add new
NotificationColor
colorscolor-critical
,color-alarm
,color-neutral
, andcolor-primary
.#1697
9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
Thanks @AndreasBerliner! -ix-chip
andix-pill
: Add propertytooltip-text
to display anix-tooltip
with customizable text.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ix-flip-tile
: Expsoseindex
property to allow setting of displayed content and addtoggle
event.#1688
5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
Thanks @matthiashader! -ix-message-bar
: EventclosedChange
can now be prevented viaevent.preventDefault()
.An additional event is added to get notified after the close animation of the
ix-message-bar
is finished.#1743
4bdec91e4a837e487caa4a25407f24eb37616531
Thanks @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.
#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ix-menu
: AddopenSettings
andopenAbout
events. EventexpandChange
can now be prevented viaevent.preventDefault()
.#1767
30a98977feb83c7fb8ec8ca76a4b524042b2e5af
Thanks @raunak-matai! - HandlepreventDefault()
on nativeclick
event forix-tab-item
.Fixes ix-tab "select" logic not working #1655.
#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ìx-drawer
: Eventsopen
anddrawerClose
can now be prevented viaevent.preventDefault()
.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! - AddtabChange
event toix-menu-settings
andix-menu-about
.#1760
ac163467de8fc4d943f5366415492a9a02748999
Thanks @nuke-ellington! - ix-datetime-picker: Time selection headline can now be translated via propertyi18nTime
.Patch Changes
#1706
e8bd3b6301d7553e6a02b79e2925aa0595b674ca
Thanks @lzeiml! - ix-menu-category: Dynamically added items are now instantly visible. This is achieved by adjusting the max-height everytime an item gets added.Fixes ix-menu-category dynamic items are not visible #1606
#1683
aa63b4fd901bc50e98877826699412affa127ae7
Thanks @ridvandmrc! -active=false
of theix-chip
will now show the chip as not interactable.Fixed Ix chip active not working #1656
#1724
e8049c9966e7d5019c8ed0ae0e6cf2597f81dce5
Thanks @danielleroux! - Prevent ix-application-header from waiting until the corporate logo is defined.#1681
5b56d90813239cb34d28b4c20255392b9dd1d66f
Thanks @jul-lam! - Update@floating-ui/dom
dependency to fix a wrong placement of theix-dropdown
if the dropdown is placed inside adialog
-element with animations in certain environments.#1708
96c8f78e4d3d4d304b1d5a41504d5b24401ea461
Thanks @lzeiml! - ix-radio: Now doesn't change height/layout anymore when clicked. This is achieved by changing the way one of the component's divs is rendered.ix-checkbox: Now doesn't change height/layout anymore when clicked. This is achieved by changing the way one of the component's SVGs is rendered.
Fixes "jumping" ix-radio and ix-checkbox (height changes) when clicked #1702
#1724
8324312fa39abc53711850d4a94b765d994f15cd
Thanks @danielleroux! - ix-drawer: Removetransition
attribute from the styling to prevent conflicts betweenanimejs
#1699
093c78352916a193e7f2cbfab692362c4ba0de9a
Thanks @danielleroux! - Update classic theme colors to match latest figma specs#1561
699958d387c1044b50def5071369f27de49f56ef
Thanks @ridvandmrc! - Update slot references for ix-input-group.#1687
2d4e3b8cdb756dff44627941adfea6a0230ccf26
Thanks @matthiashader! - Fix issue ofix-button
which prevent a form get submitted twice in row.#1724
c448755f97b66af96cce435025dc1f37892e9eb8
Thanks @danielleroux! - Cleanup validation references for all validation components (e.g.ix-date-input
,ix-input
).#1691
8726afc094adf2ddb4f8e927c6a42aa8dc0ed589
Thanks @nuke-ellington! -ix-workflow-step
: change icon for 'done' state to be different from the one shown for 'success' state to pervent confusion.#1682
f41b5d60299cb874cec9730394038dd4c2df8a60
Thanks @danielleroux! - Prevent input elements like (ix-input
,ix-number-input
,ix-date-input
,ix-select
,ix-textarea
) to showrequired
validation error without any user interaction.If the class
ix-invalid
is applied programmatically an error message is still shown even without a user interaction.Fixes Validation Flaws in IxInput: Immediate Error Display and Documentation Workaround Problems #1638, Form Fields Display as Invalid Without User Interaction #1680
#1561
699958d387c1044b50def5071369f27de49f56ef
Thanks @ridvandmrc! - ix-drawer: Allow nested content to calculate it's layout properly by setting drawer width explicitly.#1769
dacbced83d226380c256d868620ee640996cf229
Thanks @nuke-ellington! - Refactor return type offocusInput
method ofIxInputFieldComponent
interface toPromise<void>
.#1724
df65c4d5436bf97f08dc2ec2899e2556c4ad7eaa
Thanks @danielleroux! - Update @stencil/core dependency to 4.27.1@siemens/ix-vue@2.8.0
Minor Changes
#1697
9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
Thanks @AndreasBerliner! -ix-chip
andix-pill
: Add propertytooltip-text
to display anix-tooltip
with customizable text.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ix-flip-tile
: Expsoseindex
property to allow setting of displayed content and addtoggle
event.#1688
5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
Thanks @matthiashader! -ix-message-bar
: EventclosedChange
can now be prevented viaevent.preventDefault()
.An additional event is added to get notified after the close animation of the
ix-message-bar
is finished.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! -ix-menu
: AddopenSettings
andopenAbout
events. EventexpandChange
can now be prevented viaevent.preventDefault()
.#1676
4685dc2c2b0de0961b464d305f633e1115a5926a
Thanks @nuke-ellington! - AddtabChange
event toix-menu-settings
andix-menu-about
.#1760
ac163467de8fc4d943f5366415492a9a02748999
Thanks @nuke-ellington! - ix-datetime-picker: Time selection headline can now be translated via propertyi18nTime
.Patch Changes
e8bd3b6301d7553e6a02b79e2925aa0595b674ca
,aa63b4fd901bc50e98877826699412affa127ae7
,149dfbd6518e94da9e966d06ea2292c8e96772ce
,9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
,e8049c9966e7d5019c8ed0ae0e6cf2597f81dce5
,4685dc2c2b0de0961b464d305f633e1115a5926a
,5b56d90813239cb34d28b4c20255392b9dd1d66f
,96c8f78e4d3d4d304b1d5a41504d5b24401ea461
,8324312fa39abc53711850d4a94b765d994f15cd
,093c78352916a193e7f2cbfab692362c4ba0de9a
,5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
,699958d387c1044b50def5071369f27de49f56ef
,2d4e3b8cdb756dff44627941adfea6a0230ccf26
,4bdec91e4a837e487caa4a25407f24eb37616531
,4685dc2c2b0de0961b464d305f633e1115a5926a
,c448755f97b66af96cce435025dc1f37892e9eb8
,8726afc094adf2ddb4f8e927c6a42aa8dc0ed589
,30a98977feb83c7fb8ec8ca76a4b524042b2e5af
,f41b5d60299cb874cec9730394038dd4c2df8a60
,699958d387c1044b50def5071369f27de49f56ef
,4685dc2c2b0de0961b464d305f633e1115a5926a
,4685dc2c2b0de0961b464d305f633e1115a5926a
,ac163467de8fc4d943f5366415492a9a02748999
,dacbced83d226380c256d868620ee640996cf229
,df65c4d5436bf97f08dc2ec2899e2556c4ad7eaa
]:@siemens/ix-aggrid@2.2.4
Patch Changes
#1755
b20f5dab187f627f112780348d6e8fd6c2715f58
Thanks @AndreasBerliner! - AG Grid: Improve styling of indeterminate checkbox to be displayed in grid header.Updated dependencies [
e8bd3b6301d7553e6a02b79e2925aa0595b674ca
,aa63b4fd901bc50e98877826699412affa127ae7
,149dfbd6518e94da9e966d06ea2292c8e96772ce
,9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
,e8049c9966e7d5019c8ed0ae0e6cf2597f81dce5
,4685dc2c2b0de0961b464d305f633e1115a5926a
,5b56d90813239cb34d28b4c20255392b9dd1d66f
,96c8f78e4d3d4d304b1d5a41504d5b24401ea461
,8324312fa39abc53711850d4a94b765d994f15cd
,093c78352916a193e7f2cbfab692362c4ba0de9a
,5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
,699958d387c1044b50def5071369f27de49f56ef
,2d4e3b8cdb756dff44627941adfea6a0230ccf26
,4bdec91e4a837e487caa4a25407f24eb37616531
,4685dc2c2b0de0961b464d305f633e1115a5926a
,c448755f97b66af96cce435025dc1f37892e9eb8
,8726afc094adf2ddb4f8e927c6a42aa8dc0ed589
,30a98977feb83c7fb8ec8ca76a4b524042b2e5af
,f41b5d60299cb874cec9730394038dd4c2df8a60
,699958d387c1044b50def5071369f27de49f56ef
,4685dc2c2b0de0961b464d305f633e1115a5926a
,4685dc2c2b0de0961b464d305f633e1115a5926a
,ac163467de8fc4d943f5366415492a9a02748999
,dacbced83d226380c256d868620ee640996cf229
,df65c4d5436bf97f08dc2ec2899e2556c4ad7eaa
]:@siemens/ix-react@2.8.0
Patch Changes
e8bd3b6301d7553e6a02b79e2925aa0595b674ca
,aa63b4fd901bc50e98877826699412affa127ae7
,149dfbd6518e94da9e966d06ea2292c8e96772ce
,9e13a08340efc9cb7dd1f0ef7d56481c8b5dcbbe
,e8049c9966e7d5019c8ed0ae0e6cf2597f81dce5
,4685dc2c2b0de0961b464d305f633e1115a5926a
,5b56d90813239cb34d28b4c20255392b9dd1d66f
,96c8f78e4d3d4d304b1d5a41504d5b24401ea461
,8324312fa39abc53711850d4a94b765d994f15cd
,093c78352916a193e7f2cbfab692362c4ba0de9a
,5a12c6ac20e80a77f9fd3ad9aaffd66468f72b40
,699958d387c1044b50def5071369f27de49f56ef
,2d4e3b8cdb756dff44627941adfea6a0230ccf26
,4bdec91e4a837e487caa4a25407f24eb37616531
,4685dc2c2b0de0961b464d305f633e1115a5926a
,c448755f97b66af96cce435025dc1f37892e9eb8
,8726afc094adf2ddb4f8e927c6a42aa8dc0ed589
,30a98977feb83c7fb8ec8ca76a4b524042b2e5af
,f41b5d60299cb874cec9730394038dd4c2df8a60
,699958d387c1044b50def5071369f27de49f56ef
,4685dc2c2b0de0961b464d305f633e1115a5926a
,4685dc2c2b0de0961b464d305f633e1115a5926a
,ac163467de8fc4d943f5366415492a9a02748999
,dacbced83d226380c256d868620ee640996cf229
,df65c4d5436bf97f08dc2ec2899e2556c4ad7eaa
]: