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 #2241

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Release packages #2241

wants to merge 1 commit into from

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented Sep 16, 2024

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

@itwin/[email protected]

Minor Changes

  • #2238: Passing styleType="borderless" to SearchBox.ExpandButton now works as expected. This is because collapsed SearchBox will now hide its border and background in favor of the ones from SearchBox.ExpandButton.

    Example
    <SearchBox expandable>
      <SearchBox.CollapsedState>
    -     <SearchBox.ExpandButton/>
    +     <SearchBox.ExpandButton styleType="borderless"/>
      </SearchBox.CollapsedState>
      <SearchBox.ExpandedState>…</SearchBox.ExpandedState>
    </SearchBox>
  • #2211: Added the ability to have custom props for each sub-component of ColorPicker.
    New props added associated with each sub-component are:

    • ColorBuilder: colorFieldProps, colorDotProps, opacitySliderProps, and hueSliderProps.
    • ColorInputPanel: panelLabelProps, colorInputContainerProps, inputFieldsGroupProps and swapColorFormatButtonProps.
    • ColorPalette: labelProps, and paletteContainerProps.

Patch Changes

  • #2239: Fixed scrollToRow in un-virtualized Table. In virtualized Table, scrollToRow now scrolls to the top for consistent behavior.
  • #2208: Fixed broken subComponent when enabling virtualization in Table.
  • #2208: Table's animation to show and hide its subComponent is now removed.

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner September 16, 2024 17:32
@imodeljs-admin imodeljs-admin requested review from mayank99 and smmr-dn and removed request for a team September 16, 2024 17:32
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 2 times, most recently from 425bdc8 to 1780c21 Compare September 16, 2024 19:54
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 10 times, most recently from 71d287d to 2d7e41f Compare September 19, 2024 15:30
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.

1 participant