Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/chat-layout.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/gold-goats-visit.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/kind-goats-pump.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/plain-clocks-remain.md

This file was deleted.

12 changes: 0 additions & 12 deletions .changeset/rotten-parrots-stare.md

This file was deleted.

13 changes: 13 additions & 0 deletions charts/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lg-charts/core

## 2.3.0

### Minor Changes

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

## 2.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion charts/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-charts/core",
"version": "2.2.1",
"version": "2.3.0",
"description": "lg-charts Core Chart Components",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions chat/chat-layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# @lg-chat/chat-layout

## 0.1.0

### Minor Changes

- 8976ab2: Initial release with `ChatLayout`, `ChatMain`, and `ChatSideNav`
- `ChatSideNav` is a compound component with the following subcomponents:
- `ChatSideNav.Header`
- `ChatSideNav.Content`
- `ChatSideNav.SideNavItem`
3 changes: 1 addition & 2 deletions chat/chat-layout/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

{
"name": "@lg-chat/chat-layout",
"version": "0.0.1",
"version": "0.1.0",
"description": "LeafyGreen UI Kit Chat Layout",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions chat/input-bar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-chat/input-bar

## 11.0.2

### Patch Changes

- 8976ab2: Remove redundant `z-index: 2;` in `InputBar` content wrapping node.

## 11.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion chat/input-bar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/input-bar",
"version": "11.0.1",
"version": "11.0.2",
"description": "lg-chat Input Bar",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions chat/message-prompts/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-chat/message-prompts

## 4.1.3

### Patch Changes

- 68b59a0: [LG-5687](https://jira.mongodb.org/browse/LG-5687): update border color from `green.dark1` to `green.dark2`

## 4.1.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion chat/message-prompts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/message-prompts",
"version": "4.1.2",
"version": "4.1.3",
"description": "LeafyGreen UI Kit Message Prompts",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
8 changes: 8 additions & 0 deletions chat/message/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @lg-chat/message

## 9.1.1

### Patch Changes

- 5008087: [LG-5684](https://jira.mongodb.org/browse/LG-5684): update colors used for `RichLinkBadge` component which is used in `Message.Links`
- Updated dependencies [5008087]
- @lg-chat/rich-links@4.0.4

## 9.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion chat/message/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/message",
"version": "9.1.0",
"version": "9.1.1",
"description": "lg-chat Message",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions chat/rich-links/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-chat/rich-links

## 4.0.4

### Patch Changes

- 5008087: [LG-5684](https://jira.mongodb.org/browse/LG-5684): update colors used for `RichLinkBadge` component which is used in `Message.Links`

## 4.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion chat/rich-links/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-chat/rich-links",
"version": "4.0.3",
"version": "4.0.4",
"description": "lg-chat Rich Links",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
Loading