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

Merged
merged 3 commits into from
May 16, 2023
Merged

Release packages #1250

merged 3 commits into from
May 16, 2023

Conversation

imodeljs-admin
Copy link
Collaborator

@imodeljs-admin imodeljs-admin commented May 4, 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 main, this PR will be updated.

Releases

@itwin/[email protected]

Minor Changes

  • #863: - Add iui-input-flex-container class for inputs with icons and buttons within

    • Add iui-searchbox class for Searchbox
    • Add iui-expandable-searchbox class for Searchbox that can be expanded
    • Add iui-search-icon for styling icons within search
  • #1060: - Added data attribute 'data-iui-overflow' - when true it adds styling for overflow tabs

    • Added property 'overflowOptions' - contains useOverflow, which when true enables tabs to scroll if there's overflow
    <Tabs type='default' overflowButton={{ useOverflow: true }}>
      {tabs}
    </Tabs>

Patch Changes

  • #1275: Fixed an issue where ProgressRadial was not correctly showing when used inside a v2 boundary within a v1 page.
  • #1251: Reorganized source file structure. Should have no changes in the CSS output.
  • #1271: Added color declaration to iui-keyboard.
  • #1257: Fixed an issue where pseudo elements inside a v2 boundary were not reverting v1 styles.

@itwin/[email protected]

Minor Changes

  • #863: Add SearchBox component for your search needs. It can be used as static or expandable version of SearchBox.

    <SearchBox inputProps={{placeholder:'Basic search'}} />
    <SearchBox expandable inputProps={{placeholder:'Expandable search'}} />

    SearchBox has SearchBox.Icon, SearchBox.Button, SearchBox.Input, SearchBox.CollapseButton and SearchBox.ExpandButton subcomponents which can be passed as children to customise the look.

  • #1060: - Added data attribute 'data-iui-overflow' - when true it adds styling for overflow tabs

    • Added property 'overflowOptions' - contains useOverflow, which when true enables tabs to scroll if there's overflow
    <Tabs type='default' overflowButton={{ useOverflow: true }}>
      {tabs}
    </Tabs>

Patch Changes

  • #1275: Fixed an issue where ProgressRadial was not correctly showing when used inside a v2 boundary within a v1 page.
  • #1156: Fixes an issue where table crashes when resizing the Column Manager column in expand mode.
  • #1246: All relative imports now use the .js extension, in preparation of better ESM support.
  • #1228: ComboBox and Select will now use a hidden live region to ensure that multiple selected options are announced by assistive technologies every time the selection is updated.
  • #1276: Fixed an issue where using Popover components in controlled mode (through visible prop) was appending it to the wrong root element.
  • #1281: Fixed an issue in ButtonGroup where null/undefined children were also getting wrapped by empty <div>s.
  • #1257: Fixed an issue where pseudo elements inside a v2 boundary were not reverting v1 styles.
  • Updated dependencies:

@imodeljs-admin imodeljs-admin requested a review from a team as a code owner May 4, 2023 17:10
@imodeljs-admin imodeljs-admin requested review from a team, mayank99 and adamhock and removed request for a team May 4, 2023 17:10
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 12 times, most recently from 7ec9b45 to 489a44e Compare May 10, 2023 18:26
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 6 times, most recently from 6acc124 to 9648bd0 Compare May 12, 2023 15:02
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch 4 times, most recently from 79c886c to c1f99f8 Compare May 15, 2023 18:39
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch from c1f99f8 to 529cd78 Compare May 15, 2023 20:13
@imodeljs-admin imodeljs-admin force-pushed the changeset-release/main branch from 529cd78 to 7c9ce0d Compare May 16, 2023 08:11
@gretanausedaite gretanausedaite added this pull request to the merge queue May 16, 2023
@gretanausedaite gretanausedaite removed this pull request from the merge queue due to a manual request May 16, 2023
@gretanausedaite gretanausedaite merged commit 302f4e2 into main May 16, 2023
@gretanausedaite gretanausedaite deleted the changeset-release/main branch May 16, 2023 09:09
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