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

Release packages (dev) #1507

Merged
merged 1 commit into from
Sep 6, 2023
Merged

Release packages (dev) #1507

merged 1 commit into from
Sep 6, 2023

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Aug 21, 2023

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 dev, this PR will be updated.

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

dev 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 dev.

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

Releases

@itwin/[email protected]

Major Changes

  • #1355: iui-transfer-list-listbox-label and iui-input-container classes were removed.
  • #1529: Removed location-marker component.
  • #1523: Removed iui-tooltip-container and iui-tooltip-visible classes. The display is now toggled using the hidden HTML attribute, and the positioning should be managed using custom JS/CSS.

Minor Changes

  • #1355: Added iui-input-group-wrapper class to allow inline labels for input groups.
  • #1355: Added iui-input-grid class for outer input styling.
  • #1355: Added status styling to input and select.
  • #1355: Added padded styling to Icon using data-iui-padded attribute.
  • #1355: Added iui-status-message class to wrap StatusMessage icon and content.

@itwin/[email protected]

Major Changes

  • #1544: Removed iconDisplayStyle prop from LabeledInput and LabeledTextarea components. svgIcon is now added inline. Users must use StatusMessage to add custom icon to the message.
  • #1355: Removed inputStyle and inputClassName props from LabeledInput; style and className props are being passed down to input. Added wrapperProps, labelProps, messageProps, messageIconProps, inputWrapperProps to pass props to sub elements.
  • #1355: Removed selectStyle and selectClassName props from LabeledSelect; style and className props are being passed down to textarea. Added wrapperProps, labelProps, messageProps, messageIconProps to pass props to sub elements.
  • #1355: Removed textareaStyle and textareaClassName props from LabeledTextarea; style and className props are being passed down to textarea. Added wrapperProps, labelProps, messageProps, messageIconProps to pass props to sub elements.

Minor Changes

  • #1355: Added status prop to Input, Textarea and Select.

  • #1510: Added domProps to allow Toast's DOM customisation.

  • #1355: Added two new components for building complex input layouts.

    • InputGrid for the "outer" layout (label, inputs and statusMessage)
    • InputWithDecorations for the "inner" layout (start icon/button, end icon/button)

    LabeledInput, LabeledSelect, LabeledTextarea and table DatePickerInput have been updated to make use of these new components internally.

  • #1531: Selected options in Select/ComboBox will now have a checkmark.

  • #1355: Added new padded prop to Icon.

  • #1466: Adding the ability for every DOM node inside DatePicker component to have a custom className passed to it.

  • #1523: Added ariaStrategy prop to Tooltip. Can be used to change how the tooltip is associated with the trigger element.

Patch Changes

  • #1533: Fixed missing accessible name in SplitButton.
  • #1495: Added accessible name to dropdown menu button in HeaderSplitButton.
  • #1496: Added accessible button name to SideNavigation expand button.
  • #1505: Gave accessible label to the sub-row toggle in .

@imodeljs-admin imodeljs-admin requested review from a team as code owners August 21, 2023 13:15
@imodeljs-admin imodeljs-admin requested review from gretanausedaite and siddhantrawal and removed request for a team August 21, 2023 13:15
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 8 times, most recently from c7c3d95 to 6b4ae80 Compare August 28, 2023 13:46
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 13 times, most recently from 6fdd33d to 5ca828a Compare August 30, 2023 16:17
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 4 times, most recently from 832534b to 604d1d7 Compare August 31, 2023 15:05
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/dev branch 8 times, most recently from 23c0e76 to a01d9c3 Compare September 6, 2023 08:28
@mayank99 mayank99 merged commit 3f7e8db into dev Sep 6, 2023
@mayank99 mayank99 deleted the changeset-release/dev branch September 6, 2023 16:14
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.

2 participants