Skip to content

Commit

Permalink
Version Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and George-Payne committed May 6, 2024
1 parent e1ee71d commit 66ee39b
Show file tree
Hide file tree
Showing 12 changed files with 57 additions and 53 deletions.
5 changes: 0 additions & 5 deletions .changeset/five-actors-perform.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/great-eagles-invite.md

This file was deleted.

21 changes: 0 additions & 21 deletions .changeset/many-planes-remember.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/yellow-paws-complain.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @eventstore-ui/components

## 1.3.0

### Minor Changes

- [`e1ee71d`](https://github.com/EventStore/Design-System/commit/e1ee71dcc4f3c6769d20ef247f5cb1f6d4d470f8) - `es-popover` improvements

Bug Fixes:

- Prevent the popover from getting stuck closed when opening and closing too quickly
- Fix modifier css selectors on `es-popper-inner`

Improvements:

- Split out x and y translations to `es-popover-x` and `es-popover-y` to allow transitioning each individuallly.
- Export `es-popover` types from index

## 1.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/components",
"version": "1.2.0",
"version": "1.3.0",
"description": "Core components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
6 changes: 6 additions & 0 deletions packages/fields/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @eventstore-ui/fields

## 1.0.2

### Patch Changes

- [`e1ee71d`](https://github.com/EventStore/Design-System/commit/e1ee71dcc4f3c6769d20ef247f5cb1f6d4d470f8) - Readmes updated

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fields/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/fields",
"version": "1.0.1",
"version": "1.0.2",
"description": "Forms and fields for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
22 changes: 22 additions & 0 deletions packages/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# @eventstore-ui/layout

## 1.2.0

### Minor Changes

- [`e1ee71d`](https://github.com/EventStore/Design-System/commit/e1ee71dcc4f3c6769d20ef247f5cb1f6d4d470f8) - Collapsable panels

New Components:

- `es-layout-auto-label`: Attaches a popover label to selected children
- `es-layout-hr`: A horizontal rule, for dividing vertical panels

Improvements:

- `es-panel` will now share it's panel mode with it's decendants, allowing them to change in response.
- `es-layout-button` & `es-layout-link` will change to a "collapsed" mode an ancestral `es-panel` is collapsed.
- `es-layout-section` will apply a popover label to collapsed `es-layout-button` & `es-layout-link`, and style itself for collapsing.
- `es-icon` can now be used as an ouroboros, without text.

Bug fixes:

- `es-sized-panel` will correctly reset it's layout area on dismount.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/layout",
"version": "1.1.1",
"version": "1.2.0",
"description": "Page layout components for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.cjs.js",
Expand Down
9 changes: 9 additions & 0 deletions packages/utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @eventstore-ui/utils

## 1.2.0

### Minor Changes

- [`e1ee71d`](https://github.com/EventStore/Design-System/commit/e1ee71dcc4f3c6769d20ef247f5cb1f6d4d470f8) - New helpers:

- `piercingQuerySelectorAll` will select elements with a selector while piercing inside the shadowDOM.
- `slottedQuerySelectorAll` will select elements that a slotted in a slot, optionally piercing inside their shadowDOM.

## 1.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eventstore-ui/utils",
"version": "1.1.1",
"version": "1.2.0",
"description": "Utilities for Event Store Design System",
"license": "Apache-2.0",
"main": "dist/index.js",
Expand Down

0 comments on commit 66ee39b

Please sign in to comment.