Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/blue-frogs-visit.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chubby-ways-relax.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/curly-numbers-wait.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/eleven-trams-listen.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fiery-bats-jam.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-lilies-ask.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/old-buses-stare.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/quick-owls-eat.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/violet-toes-vanish.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/young-worlds-report.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/yummy-crabs-post.md

This file was deleted.

4 changes: 4 additions & 0 deletions packages/foundations/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.4.10

- [#1658](https://github.com/iTwin/stratakit/pull/1658): Updated the `Root` component to render the portal container before `children`.

## 0.4.9

- [#1516](https://github.com/iTwin/stratakit/pull/1516): Adjusted sizes for `caption-*` typography variants.
Expand Down
2 changes: 1 addition & 1 deletion packages/foundations/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stratakit/foundations",
"type": "module",
"version": "0.4.9",
"version": "0.4.10",
"license": "MIT",
"sideEffects": false,
"types": "./dist/index.d.ts",
Expand Down
20 changes: 20 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.4.3

- [#1682](https://github.com/iTwin/stratakit/pull/1682): Added new icons:
- `arrow-north.svg`
- `assign.svg`
- `prefab.svg`
- `reaction-add.svg`
- `slab-opening.svg`
- `slab-region.svg`
- `slice.svg`
- `unassign.svg`

Updated icons:
- `construction-area.svg`
- `list.svg`
- `sorting.svg`

- [#1661](https://github.com/iTwin/stratakit/pull/1661): Added new icon: `components.svg`.
- [#1674](https://github.com/iTwin/stratakit/pull/1674): Updated icon: `merge-cells.svg` (now uses the correct glyph for the regular size).

## 0.4.2

- [#1630](https://github.com/iTwin/stratakit/pull/1630): Added new icons:
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stratakit/icons",
"type": "module",
"version": "0.4.2",
"version": "0.4.3",
"license": "MIT",
"exports": {
"./*.svg": "./icons/*.svg",
Expand Down
13 changes: 13 additions & 0 deletions packages/mui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.5.3

- [#1657](https://github.com/iTwin/stratakit/pull/1657): Added `render` prop to `Accordion`'s `slotProps.heading`.
- [#1658](https://github.com/iTwin/stratakit/pull/1658): Updated portal container rendering to prevent an initially open `Dialog` incorrectly being `aria-hidden`.
- [#1665](https://github.com/iTwin/stratakit/pull/1665): Updated `Tooltip` component to be placed in the [top layer](https://developer.mozilla.org/en-US/docs/Glossary/Top_layer).
- [#1668](https://github.com/iTwin/stratakit/pull/1668): Fixed an issue where the viewport was still scrollable when a `Dialog` or `Drawer` was open.
- [#1651](https://github.com/iTwin/stratakit/pull/1651): Fixed a bug with `Tooltip` overflow causing scrollbars.
- [#1655](https://github.com/iTwin/stratakit/pull/1655): Deprecated MUI `SvgIcon` in favor of StrataKit's `Icon`.
- [#1676](https://github.com/iTwin/stratakit/pull/1676): Deprecated MUI `Icon` in favor of StrataKit's `Icon`.
- Updated dependencies:
- @stratakit/foundations@0.4.10
- @stratakit/icons@0.4.3

## 0.5.2

- [#1575](https://github.com/iTwin/stratakit/pull/1575): Added `size` prop to `Badge` when `inline`.
Expand Down
6 changes: 3 additions & 3 deletions packages/mui/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stratakit/mui",
"type": "module",
"version": "0.5.2",
"version": "0.5.3",
"license": "MIT",
"sideEffects": false,
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -53,8 +53,8 @@
"@emotion/cache": "^11.14.0",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.1",
"@stratakit/foundations": "^0.4.9",
"@stratakit/icons": "^0.4.2",
"@stratakit/foundations": "^0.4.10",
"@stratakit/icons": "^0.4.3",
"classnames": "^2.5.1",
"react-compiler-runtime": "^1.0.0"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/structures/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.5.9

- [#1664](https://github.com/iTwin/stratakit/pull/1664): Fixed icon size of `NavigationRail.Button` and `NavigationRail.Anchor` components when a React element is passed to the `icon` prop.
- Updated dependencies:
- @stratakit/foundations@0.4.10

## 0.5.8

- [#1445](https://github.com/iTwin/stratakit/pull/1445): Added `suffix` prop to `NavigationRail.Anchor` and `NavigationRail.Button` components.
Expand Down
4 changes: 2 additions & 2 deletions packages/structures/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@stratakit/structures",
"type": "module",
"version": "0.5.8",
"version": "0.5.9",
"license": "MIT",
"sideEffects": false,
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -125,7 +125,7 @@
"dependencies": {
"@ariakit/react": "^0.4.29",
"@stratakit/bricks": "^0.5.5",
"@stratakit/foundations": "^0.4.9",
"@stratakit/foundations": "^0.4.10",
"classnames": "^2.5.1",
"react-compiler-runtime": "^1.0.0",
"zustand": "^5.0.14"
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading