Skip to content
This repository has been archived by the owner on Jul 14, 2023. It is now read-only.

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
colinhemphill committed Oct 4, 2022
1 parent 67aeeef commit 3dd8a65
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 10 deletions.
28 changes: 19 additions & 9 deletions packages/strum-react/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,47 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2022-10-03

### Added

- `<Toast />` component

### Changed

- Dependency upgrades

## [1.1.4] - 2022-10-02

## Fixed
### Fixed

- Mark `"sideEffects": false` in the `@strum/react` package file

## [1.1.3] - 2022-10-02

## Changed
### Changed

- Dependency upgrades

## Fixed
### Fixed

- Include a `max-width` on Tooltips for long text

## [1.1.2] - 2022-09-23

## Fixed
### Fixed

- Corrected the border widths on base `<Alert />` component

## [1.1.1] - 2022-09-19

## Fixed
### Fixed

- `onChange` prop not being correctly passed through to `<RadioGroup />` primitive

## [1.1.0] - 2022-09-19

## Added
### Added

- `<Badge />` component
- `<Checkbox />` component
Expand All @@ -45,19 +55,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- New `borderRadius` prop on the `<Button />` component
- New `emphasis` prop on the `<Alert />` component

## Changed
### Changed

- Dependency upgrades
- Add `onChange` prop for `<Select />` component for consistent prop names between components
- Does not deprecate the primitive's `onValueChange` prop

## Fixed
### Fixed

- Accessibility improvement: distinct focus state on form elements with an error present

## [1.0.2] - 2022-09-13

## Changed
### Changed

- Dependency upgrades

Expand Down
2 changes: 1 addition & 1 deletion packages/strum-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@strum/react",
"version": "1.1.4",
"version": "1.2.0",
"description": "A React design system built with Vanilla Extract",
"license": "MIT",
"repository": {
Expand Down

1 comment on commit 3dd8a65

@vercel
Copy link

@vercel vercel bot commented on 3dd8a65 Oct 4, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.