Skip to content

Commit

Permalink
update changelog and versions
Browse files Browse the repository at this point in the history
  • Loading branch information
goranalkovic-infinum committed Jul 26, 2024
1 parent 9299308 commit 70ce4ef
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

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

## [1.4.3] - 2024-07-26
- Fixed `updateData` in `Repeater` that gets passed to child items.
- 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.

## [1.4.2] - 2024-07-26
- Added missing import in `NumberPicker`.
- Improved `Repeater` behavior and reliability.
Expand Down Expand Up @@ -125,6 +129,7 @@ This projects adheres to [Semantic Versioning](https://semver.org/) and [Keep a

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

[1.4.3]: https://github.com/infinum/eightshift-ui-components/compare/1.4.2...1.4.3
[1.4.2]: https://github.com/infinum/eightshift-ui-components/compare/1.4.1...1.4.2
[1.4.1]: https://github.com/infinum/eightshift-ui-components/compare/1.4.0...1.4.1
[1.4.0]: https://github.com/infinum/eightshift-ui-components/compare/1.3.2...1.4.0
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eightshift/ui-components",
"version": "1.4.2",
"version": "1.4.3",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.js",
Expand Down Expand Up @@ -92,6 +92,7 @@
"tailwindcss": "^3.4.7",
"tailwindcss-animate": "^1.0.7",
"tailwindcss-react-aria-components": "^1.1.4",
"tailwindcss-scoped-preflight": "^3.4.3",
"vite": "^5.3.5",
"vite-plugin-lib-inject-css": "^2.1.1"
}
Expand Down
14 changes: 14 additions & 0 deletions pnpm-lock.yaml

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

0 comments on commit 70ce4ef

Please sign in to comment.