Skip to content

Commit 616cfb0

Browse files
Version Packages (#3288)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dca8419 commit 616cfb0

File tree

17 files changed

+56
-44
lines changed

17 files changed

+56
-44
lines changed

.changeset/chat-layout.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

.changeset/gold-goats-visit.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/kind-goats-pump.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/plain-clocks-remain.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/rotten-parrots-stare.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

charts/core/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# @lg-charts/core
22

3+
## 2.3.0
4+
5+
### Minor Changes
6+
7+
- dca8419: - ChartTooltip:
8+
- Added `axisPointer` prop supporting 'line', 'shadow', and 'none' options
9+
- Added `className` prop for custom styling
10+
- Bug Fix: renders correctly for values like 0 and empty strings by only checking for null or undefined, not all falsy values
11+
- Bar: `hoverBehavior` prop now accepts 'dim-others' and 'none' options to control hover focus behavior
12+
- XAxis/YAxis: Introduced a new `category` axis type for discrete/categorical datasets (such as for X axes in bar charts).
13+
- It uses a dedicated axis type definition and a `labels` prop for specifying category names.
14+
- Existing continuous axis types (`'log'`, `'time'`, `'value'`) remain unchanged, continuing to support `min`, `max`, and `formatter` for customization.
15+
316
## 2.2.1
417

518
### Patch Changes

charts/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lg-charts/core",
3-
"version": "2.2.1",
3+
"version": "2.3.0",
44
"description": "lg-charts Core Chart Components",
55
"main": "./dist/umd/index.js",
66
"module": "./dist/esm/index.js",

chat/chat-layout/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# @lg-chat/chat-layout
2+
3+
## 0.1.0
4+
5+
### Minor Changes
6+
7+
- 8976ab2: Initial release with `ChatLayout`, `ChatMain`, and `ChatSideNav`
8+
- `ChatSideNav` is a compound component with the following subcomponents:
9+
- `ChatSideNav.Header`
10+
- `ChatSideNav.Content`
11+
- `ChatSideNav.SideNavItem`

chat/chat-layout/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
21
{
32
"name": "@lg-chat/chat-layout",
4-
"version": "0.0.1",
3+
"version": "0.1.0",
54
"description": "LeafyGreen UI Kit Chat Layout",
65
"main": "./dist/umd/index.js",
76
"module": "./dist/esm/index.js",

chat/input-bar/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @lg-chat/input-bar
22

3+
## 11.0.2
4+
5+
### Patch Changes
6+
7+
- 8976ab2: Remove redundant `z-index: 2;` in `InputBar` content wrapping node.
8+
39
## 11.0.1
410

511
### Patch Changes

0 commit comments

Comments
 (0)