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

Version Packages (alpha) #1330

Open
wants to merge 1 commit into
base: release-3.0.0
Choose a base branch
from

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Jun 14, 2024

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to release-3.0.0, this PR will be updated.

⚠️⚠️⚠️⚠️⚠️⚠️

release-3.0.0 is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on release-3.0.0.

⚠️⚠️⚠️⚠️⚠️⚠️

Releases

@siemens/[email protected]

Major Changes

Patch Changes

@siemens/[email protected]

Major Changes

  • #1581 7eb4d5147056e1e3252e387e5a718df7e593909e Thanks @matthiashader! - Component Updates and Enhancements

    New Variants for Card Components:

    • ix-action-card, ix-card, and ix-push-card:
      • The insight and notification variants have been replaced by outline and filled.

    Property Updates:

    • ix-chip:
      • The color property has been replaced by chipColor.
    • ix-event-list:
      • The color attribute has been replaced by itemColor.
    • ix-icon-button:
      • The color attribute has been replaced by iconColor.
      • Size 32 has been removed.
    • ix-pill:
      • The color attribute has been replaced by pillColor.
    • ix-typography:
      • The color attribute has been replaced by textColor.
    • ix-select:
      • The selectedIndices attribute has been replaced by value.
      • The itemSelectionChange event has been replaced by valueChange.
    • ix-select-item:
      • The type of the value property type has been updated to string.

    Date and Time Picker Enhancements:

    • ix-date-picker:
      • Removed attributes: individual and eventDelimiter.
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
    • ix-datetime-picker:
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
      • Removed the eventDelimiter property.
    • ix-time-picker:
      • Removed attributes: individual and showTimeReference.

    Removed Features:

    • ix-menu:
      • Removed the maxVisibleMenuItems attribute.
    • ix-menu-item:
      • The tabIcon attribute has been removed and replaced with icon.

    Other Changes:

    • ix-modal:
      • The keyboard attribute has been replaced by closeOnEscape.
  • #1325 71411db86c37d5cd0f5f71c4059322ea5e9d6f2d Thanks @danielleroux! - feat(angular): change angular compiler version to v17

  • #1238 8803f3185b8a183926576d9f28894f9e1aa92ec3 Thanks @danielleroux! - feat: reduce bundle size in combination with icons

  • #1394 24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff Thanks @AndreasBerliner! - refactor: replace internal comments with annotations

Minor Changes

Patch Changes

@siemens/[email protected]

Major Changes

  • #1581 7eb4d5147056e1e3252e387e5a718df7e593909e Thanks @matthiashader! - Component Updates and Enhancements

    New Variants for Card Components:

    • ix-action-card, ix-card, and ix-push-card:
      • The insight and notification variants have been replaced by outline and filled.

    Property Updates:

    • ix-chip:
      • The color property has been replaced by chipColor.
    • ix-event-list:
      • The color attribute has been replaced by itemColor.
    • ix-icon-button:
      • The color attribute has been replaced by iconColor.
      • Size 32 has been removed.
    • ix-pill:
      • The color attribute has been replaced by pillColor.
    • ix-typography:
      • The color attribute has been replaced by textColor.
    • ix-select:
      • The selectedIndices attribute has been replaced by value.
      • The itemSelectionChange event has been replaced by valueChange.
    • ix-select-item:
      • The type of the value property type has been updated to string.

    Date and Time Picker Enhancements:

    • ix-date-picker:
      • Removed attributes: individual and eventDelimiter.
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
    • ix-datetime-picker:
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
      • Removed the eventDelimiter property.
    • ix-time-picker:
      • Removed attributes: individual and showTimeReference.

    Removed Features:

    • ix-menu:
      • Removed the maxVisibleMenuItems attribute.
    • ix-menu-item:
      • The tabIcon attribute has been removed and replaced with icon.

    Other Changes:

    • ix-modal:
      • The keyboard attribute has been replaced by closeOnEscape.
  • #1238 8803f3185b8a183926576d9f28894f9e1aa92ec3 Thanks @danielleroux! - feat: reduce bundle size in combination with icons

  • #1457 3d62fffdc107bfc92b2ecad8437662dc7c03796f Thanks @matthiashader! - fix(core/pane-layout): remove absolute positioning

  • #1394 24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff Thanks @AndreasBerliner! - refactor: replace internal comments with annotations

  • #1613 b3846c925ec4f03fd5d26b0b66042185b766f099 Thanks @jul-lam! - ix-application now utilizes full viewport height and full viewport width

  • #1273 e8f825f7f494c8cc05dcce075afcff77839f8096 Thanks @nuke-ellington! - fix(core/checkbox): allow multiline labels and align checkbox at the top

Minor Changes

Patch Changes

@siemens/[email protected]

Major Changes

@siemens/[email protected]

Major Changes

  • #1581 7eb4d5147056e1e3252e387e5a718df7e593909e Thanks @matthiashader! - Component Updates and Enhancements

    New Variants for Card Components:

    • ix-action-card, ix-card, and ix-push-card:
      • The insight and notification variants have been replaced by outline and filled.

    Property Updates:

    • ix-chip:
      • The color property has been replaced by chipColor.
    • ix-event-list:
      • The color attribute has been replaced by itemColor.
    • ix-icon-button:
      • The color attribute has been replaced by iconColor.
      • Size 32 has been removed.
    • ix-pill:
      • The color attribute has been replaced by pillColor.
    • ix-typography:
      • The color attribute has been replaced by textColor.
    • ix-select:
      • The selectedIndices attribute has been replaced by value.
      • The itemSelectionChange event has been replaced by valueChange.
    • ix-select-item:
      • The type of the value property type has been updated to string.

    Date and Time Picker Enhancements:

    • ix-date-picker:
      • Removed attributes: individual and eventDelimiter.
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
    • ix-datetime-picker:
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
      • Removed the eventDelimiter property.
    • ix-time-picker:
      • Removed attributes: individual and showTimeReference.

    Removed Features:

    • ix-menu:
      • Removed the maxVisibleMenuItems attribute.
    • ix-menu-item:
      • The tabIcon attribute has been removed and replaced with icon.

    Other Changes:

    • ix-modal:
      • The keyboard attribute has been replaced by closeOnEscape.
  • #1326 23307a0bed36c61da3ca3b77bad99d71f8b18f3c Thanks @danielleroux! - feat(react): remove commonjs support

  • #1238 8803f3185b8a183926576d9f28894f9e1aa92ec3 Thanks @danielleroux! - feat: reduce bundle size in combination with icons

  • #1394 24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff Thanks @AndreasBerliner! - refactor: replace internal comments with annotations

Patch Changes

@siemens/[email protected]

Major Changes

  • #1581 7eb4d5147056e1e3252e387e5a718df7e593909e Thanks @matthiashader! - Component Updates and Enhancements

    New Variants for Card Components:

    • ix-action-card, ix-card, and ix-push-card:
      • The insight and notification variants have been replaced by outline and filled.

    Property Updates:

    • ix-chip:
      • The color property has been replaced by chipColor.
    • ix-event-list:
      • The color attribute has been replaced by itemColor.
    • ix-icon-button:
      • The color attribute has been replaced by iconColor.
      • Size 32 has been removed.
    • ix-pill:
      • The color attribute has been replaced by pillColor.
    • ix-typography:
      • The color attribute has been replaced by textColor.
    • ix-select:
      • The selectedIndices attribute has been replaced by value.
      • The itemSelectionChange event has been replaced by valueChange.
    • ix-select-item:
      • The type of the value property type has been updated to string.

    Date and Time Picker Enhancements:

    • ix-date-picker:
      • Removed attributes: individual and eventDelimiter.
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
    • ix-datetime-picker:
      • The textSelectedDate property has been replaced by i18nDone.
      • The done event has been replaced by dateSelect.
      • Removed the eventDelimiter property.
    • ix-time-picker:
      • Removed attributes: individual and showTimeReference.

    Removed Features:

    • ix-menu:
      • Removed the maxVisibleMenuItems attribute.
    • ix-menu-item:
      • The tabIcon attribute has been removed and replaced with icon.

    Other Changes:

    • ix-modal:
      • The keyboard attribute has been replaced by closeOnEscape.
  • #1238 8803f3185b8a183926576d9f28894f9e1aa92ec3 Thanks @danielleroux! - feat: reduce bundle size in combination with icons

  • #1394 24f3ad61ab275bf7c9bbd7e9ee84f6b4f7d3b5ff Thanks @AndreasBerliner! - refactor: replace internal comments with annotations

  • #1328 c17750dfad2fe69854f52fe56a447302c9ff4cc8 Thanks @danielleroux! - feat(vue): remove commonjs

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 6 times, most recently from 1de04fd to 6030586 Compare June 21, 2024 10:50
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch from 6030586 to 63cd885 Compare July 10, 2024 06:41
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 3 times, most recently from 8b698fa to f5d6aee Compare July 30, 2024 05:41
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 2 times, most recently from a97e151 to 7397af9 Compare August 12, 2024 13:34
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch from 7397af9 to 5f30f14 Compare August 16, 2024 09:43
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 2 times, most recently from 18944f9 to eda3c81 Compare August 27, 2024 13:42
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 2 times, most recently from 91b1139 to 314c8b9 Compare September 5, 2024 06:00
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 2 times, most recently from 5005131 to 43cd373 Compare September 18, 2024 07:13
Copy link

@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 4 times, most recently from 6329d65 to 90f35f5 Compare October 24, 2024 15:03
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch from 90f35f5 to 0f4c2de Compare November 4, 2024 14:33
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 3 times, most recently from 26c2f15 to c7b3210 Compare November 18, 2024 13:09
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch from c7b3210 to 21172d5 Compare November 21, 2024 15:39
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 4 times, most recently from acf3478 to 8ec8806 Compare November 26, 2024 13:36
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 4 times, most recently from bf09101 to 578204c Compare December 6, 2024 12:08
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch 3 times, most recently from 0530a89 to 9775cc3 Compare December 17, 2024 11:50
@github-actions github-actions bot force-pushed the changeset-release/release-3.0.0 branch from 9775cc3 to cf0fe12 Compare December 18, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants