Skip to content

Commit 70ce4ef

Browse files
update changelog and versions
1 parent 9299308 commit 70ce4ef

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.
33

44
This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a CHANGELOG](https://keepachangelog.com/).
55

6+
## [1.4.3] - 2024-07-26
7+
- Fixed `updateData` in `Repeater` that gets passed to child items.
8+
- Tailwind's CSS reset will now be ignored with in containers that have a `es-uic-no-css-reset` class applied. Also, the reset is disabled for WP admin tables (`.wp-list-table`). If you need to include a reset "island" within a container that had `es-uic-no-css-reset` applied, you can add a `es-uic-has-css-reset` to re-enable it for that container.
9+
610
## [1.4.2] - 2024-07-26
711
- Added missing import in `NumberPicker`.
812
- Improved `Repeater` behavior and reliability.
@@ -125,6 +129,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a
125129

126130
[Unreleased]: https://github.com/infinum/eightshift-ui-components/compare/master...HEAD
127131

132+
[1.4.3]: https://github.com/infinum/eightshift-ui-components/compare/1.4.2...1.4.3
128133
[1.4.2]: https://github.com/infinum/eightshift-ui-components/compare/1.4.1...1.4.2
129134
[1.4.1]: https://github.com/infinum/eightshift-ui-components/compare/1.4.0...1.4.1
130135
[1.4.0]: https://github.com/infinum/eightshift-ui-components/compare/1.3.2...1.4.0

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eightshift/ui-components",
3-
"version": "1.4.2",
3+
"version": "1.4.3",
44
"type": "module",
55
"main": "./dist/index.js",
66
"module": "./dist/index.js",
@@ -92,6 +92,7 @@
9292
"tailwindcss": "^3.4.7",
9393
"tailwindcss-animate": "^1.0.7",
9494
"tailwindcss-react-aria-components": "^1.1.4",
95+
"tailwindcss-scoped-preflight": "^3.4.3",
9596
"vite": "^5.3.5",
9697
"vite-plugin-lib-inject-css": "^2.1.1"
9798
}

pnpm-lock.yaml

Lines changed: 14 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)