Skip to content

Commit

Permalink
docs: reword changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Apr 24, 2023
1 parent 49a29a2 commit 7a0a9c2
Showing 1 changed file with 21 additions and 233 deletions.
254 changes: 21 additions & 233 deletions .changelog/v2.5.5.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,26 +8,17 @@ releaseDate: March 30, 2023
version: 2.5.5
---

## @chakra-ui/alert@2.1.0
## Minor Changes

### Minor Changes
### Alert `2.1.0`

- [`559edf420`](https://github.com/chakra-ui/chakra-ui/commit/559edf420c25dab69b652b048f9ceafff0ee13a9)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add `data-status`
attribute to all alert component parts to allow for better finegrained styling
- Add `data-status` attribute to all alert component parts to allow for better
finegrained styling

### Patch Changes
### Styled System `2.8.0`

- Updated dependencies

## @chakra-ui/styled-system@2.8.0

### Minor Changes

- [`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Add new
`defineCssVars` helper to improve the experience of authoring a set of css
variables for a component theme.
- Add new `defineCssVars` helper to improve the experience of authoring a set of
css variables for a component theme.

```jsx live=false
import { defineCssVars } from "@chakra-ui/react"
Expand All @@ -42,160 +33,27 @@ version: 2.5.5
}
```

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- [`fe882dc2f`](https://github.com/chakra-ui/chakra-ui/commit/fe882dc2f4f249aa011ffcf3da7dcda4d21275b1)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
`<Box hideBelow="md" />` behavior was inconsistent with `<Hide below="md" />`
component

## @chakra-ui/accordion@2.1.11

### Patch Changes

- Updated dependencies
\[[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)]

## @chakra-ui/avatar@2.2.8

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- Updated dependencies

## @chakra-ui/button@2.0.18

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- Updated dependencies

## @chakra-ui/checkbox@2.2.14

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- Updated dependencies

## @chakra-ui/css-reset@2.1.1

### Patch Changes

- [`51482a41e`](https://github.com/chakra-ui/chakra-ui/commit/51482a41e89fd001f570b6a44d816b781e1dcca0)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
`<input type="number" />` shows spinner button

## @chakra-ui/icons@2.0.18

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- Updated dependencies

## @chakra-ui/layout@2.1.18

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- Updated dependencies

## @chakra-ui/menu@2.1.12
## Patch Changes

### Patch Changes
### Styled System `2.8.0`

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0
- Fix TS exhaustive issues with v5.0

- Updated dependencies
\[[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)]
- Fix issue where `<Box hideBelow="md" />` behavior was inconsistent with
`<Hide below="md" />` component

## @chakra-ui/modal@2.2.11
### Css Reset `2.1.1`

### Patch Changes
- Fix issue where `<input type="number" />` shows spinner button

- Updated dependencies
\[[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)]
### Theme `3.0.1`

## @chakra-ui/provider@2.2.2
- Fix issue where tag outline theme doesn't work as expected.

### Patch Changes
### Toast `6.1.1`

- Updated dependencies
\[[`51482a41e`](https://github.com/chakra-ui/chakra-ui/commit/51482a41e89fd001f570b6a44d816b781e1dcca0),
[`cc8477505`](https://github.com/chakra-ui/chakra-ui/commit/cc84775051af5ca2af4cda76b88a1c47c318288a),
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)]

## @chakra-ui/react@2.5.5

### Patch Changes

- Updated dependencies
\[[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`6a3c8435d`](https://github.com/chakra-ui/chakra-ui/commit/6a3c8435d156a7a1790248e295f8931b2f8ad274),
[`559edf420`](https://github.com/chakra-ui/chakra-ui/commit/559edf420c25dab69b652b048f9ceafff0ee13a9),
[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`4eac402bd`](https://github.com/chakra-ui/chakra-ui/commit/4eac402bdfc21b97e8a2d2d1ea01ee1641c440d1),
[`51482a41e`](https://github.com/chakra-ui/chakra-ui/commit/51482a41e89fd001f570b6a44d816b781e1dcca0),
[`cc8477505`](https://github.com/chakra-ui/chakra-ui/commit/cc84775051af5ca2af4cda76b88a1c47c318288a),
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b),
[`fe882dc2f`](https://github.com/chakra-ui/chakra-ui/commit/fe882dc2f4f249aa011ffcf3da7dcda4d21275b1)]

## @chakra-ui/switch@2.0.26

### Patch Changes

- Updated dependencies
\[[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)]

## @chakra-ui/theme@3.0.1

### Patch Changes

- [`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Refactor badge,
code and tag theme to use `defineCssVars` helper

- [`6a3c8435d`](https://github.com/chakra-ui/chakra-ui/commit/6a3c8435d156a7a1790248e295f8931b2f8ad274)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where tag
outline theme doesn't work as expected.

- Updated dependencies

## @chakra-ui/toast@6.1.1

### Patch Changes

- [`4eac402bd`](https://github.com/chakra-ui/chakra-ui/commit/4eac402bdfc21b97e8a2d2d1ea01ee1641c440d1)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
zIndex was hardcoded in toast component by providing a css variable
`--toast-z-index` for better override experience.
- Fix issue where zIndex was hardcoded in toast component by providing a css
variable `--toast-z-index` for better override experience.

You can set the toast's `zIndex` globally by setting a value for the
`--toast-z-index`. The default value for this variable is `5500`
Expand All @@ -210,76 +68,6 @@ version: 2.5.5
})
```

- Updated dependencies
\[[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`6a3c8435d`](https://github.com/chakra-ui/chakra-ui/commit/6a3c8435d156a7a1790248e295f8931b2f8ad274),
[`559edf420`](https://github.com/chakra-ui/chakra-ui/commit/559edf420c25dab69b652b048f9ceafff0ee13a9),
[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`cc8477505`](https://github.com/chakra-ui/chakra-ui/commit/cc84775051af5ca2af4cda76b88a1c47c318288a),
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b),
[`fe882dc2f`](https://github.com/chakra-ui/chakra-ui/commit/fe882dc2f4f249aa011ffcf3da7dcda4d21275b1)]

## @chakra-ui/transition@2.0.16

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

## @chakra-ui/system@2.5.5

### Patch Changes

- [#7497](https://github.com/chakra-ui/chakra-ui/pull/7497)
[`cc8477505`](https://github.com/chakra-ui/chakra-ui/commit/cc84775051af5ca2af4cda76b88a1c47c318288a)
Thanks [@renovate](https://github.com/apps/renovate)! - Update dependency
react-fast-compare to v3.2.1

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

- Updated dependencies
\[[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b),
[`fe882dc2f`](https://github.com/chakra-ui/chakra-ui/commit/fe882dc2f4f249aa011ffcf3da7dcda4d21275b1)]

## @chakra-ui/next-js@2.1.2

### Patch Changes

- [`f8f5280bc`](https://github.com/chakra-ui/chakra-ui/commit/f8f5280bc5fbdc3fc4a30307313e48c7c160c738)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issue where
`fill` prop was not forwarded to the underlying component.

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0

## @chakra-ui/theme-utils@2.0.15

### Patch Changes

- Updated dependencies
\[[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`6a3c8435d`](https://github.com/chakra-ui/chakra-ui/commit/6a3c8435d156a7a1790248e295f8931b2f8ad274),
[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b),
[`fe882dc2f`](https://github.com/chakra-ui/chakra-ui/commit/fe882dc2f4f249aa011ffcf3da7dcda4d21275b1)]

## @chakra-ui/test-utils@2.0.39

### Patch Changes

- [#7506](https://github.com/chakra-ui/chakra-ui/pull/7506)
[`68ceb28ae`](https://github.com/chakra-ui/chakra-ui/commit/68ceb28aee0c54dbe9835ac455cc33229e0ff10b)
Thanks [@segunadebayo](https://github.com/segunadebayo)! - Fix issues with TS
5.0
### Next-js `2.1.2`

- Updated dependencies
\[[`93d3119a6`](https://github.com/chakra-ui/chakra-ui/commit/93d3119a60ffaf541bd4fc66ee639965145b662c),
[`6a3c8435d`](https://github.com/chakra-ui/chakra-ui/commit/6a3c8435d156a7a1790248e295f8931b2f8ad274)]
- Fix issue where `fill` prop was not forwarded to the underlying component.

0 comments on commit 7a0a9c2

Please sign in to comment.