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
@itwin/[email protected]
Minor Changes
#863: - Add
iui-input-flex-container
class for inputs with icons and buttons withiniui-searchbox
class for Searchboxiui-expandable-searchbox
class for Searchbox that can be expandediui-search-icon
for styling icons within search#1060: - Added data attribute 'data-iui-overflow' - when true it adds styling for overflow tabs
useOverflow
, which when true enables tabs to scroll if there's overflowPatch Changes
ProgressRadial
was not correctly showing when used inside a v2 boundary within a v1 page.color
declaration toiui-keyboard
.@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
hasSearchBox.Icon
,SearchBox.Button
,SearchBox.Input
,SearchBox.CollapseButton
andSearchBox.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
useOverflow
, which when true enables tabs to scroll if there's overflowPatch Changes
ProgressRadial
was not correctly showing when used inside a v2 boundary within a v1 page..js
extension, in preparation of better ESM support.ComboBox
andSelect
will now use a hidden live region to ensure that multiple selected options are announced by assistive technologies every time the selection is updated.visible
prop) was appending it to the wrong root element.<div>
s.