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
5 changes: 0 additions & 5 deletions .changeset/chat-button.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/create-oidc-docs.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/dark-rings-greet.md

This file was deleted.

10 changes: 0 additions & 10 deletions .changeset/fuzzy-dryers-join.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/itchy-experts-relax.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/loading-spinner-v5-codemod.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/six-planets-itch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-mice-visit.md

This file was deleted.

22 changes: 0 additions & 22 deletions .changeset/spinner-description-direction.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/warm-apples-punch.md

This file was deleted.

16 changes: 16 additions & 0 deletions chat/chat-button/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @lg-chat/chat-button

## 0.1.0

### Minor Changes

- c763ad6: Initial release of `ChatButton`

### Patch Changes

- Updated dependencies [60080b8]
- Updated dependencies [7d81983]
- Updated dependencies [76d5a8f]
- Updated dependencies [c763ad6]
- @leafygreen-ui/tokens@4.2.0
- @leafygreen-ui/avatar@3.2.0
3 changes: 1 addition & 2 deletions chat/chat-button/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

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

## 12.1.1

### Patch Changes

- dc4ff1f: [LG-5648](https://jira.mongodb.org/browse/LG-5648): Clicking visible input container now correctly focuses `textarea` element
- Updated dependencies [60080b8]
- Updated dependencies [7d81983]
- Updated dependencies [76d5a8f]
- Updated dependencies [c763ad6]
- @leafygreen-ui/tokens@4.2.0
- @leafygreen-ui/avatar@3.2.0

## 12.1.0

### Minor 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": "12.1.0",
"version": "12.1.1",
"description": "lg-chat Input Bar",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
13 changes: 13 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @leafygreen-ui/avatar

## 3.2.0

### Minor Changes

- c763ad6: [LG-5744](https://jira.mongodb.org/browse/LG-5744): add `showAnimation` prop to `AssistantAvatar` to enable shimmer animation

### Patch Changes

- 7d81983: [LG-5686](https://jira.mongodb.org/browse/LG-5686): update `AssistantAvatar` gradients
- Updated dependencies [60080b8]
- Updated dependencies [76d5a8f]
- @leafygreen-ui/tokens@4.2.0

## 3.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/avatar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/avatar",
"version": "3.1.6",
"version": "3.2.0",
"description": "LeafyGreen UI Avatar",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
12 changes: 12 additions & 0 deletions packages/confirmation-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @leafygreen-ui/confirmation-modal

## 10.3.0

### Minor Changes

- bda019e: Updated Button types to use ButtonProps instead of BaseButtonProps to extend props that can be passed in, such as 'id'

### Patch Changes

- Updated dependencies [60080b8]
- Updated dependencies [76d5a8f]
- @leafygreen-ui/tokens@4.2.0

## 10.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/confirmation-modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/confirmation-modal",
"version": "10.2.4",
"version": "10.3.0",
"description": "leafyGreen UI Kit Confirmation Modal",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
27 changes: 27 additions & 0 deletions packages/loading-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# @leafygreen-ui/loading-indicator

## 5.1.0

### Minor Changes

- 12ac0b5: Adds `description` and `direction` props to the `Spinner` component to support text rendering alongside the spinner.

- `description`: Optional text to display alongside the spinner
- `direction`: Controls the layout of the spinner and description (`vertical` or `horizontal`)
- `baseFontSize`: Controls the font size of the description text
- `svgProps`: Pass-through props for the SVG element

```tsx
<Spinner
size="large"
direction="horizontal"
description="Loading..."
className=""
svgProps={{...}}
/>
```

### Patch Changes

- Updated dependencies [60080b8]
- Updated dependencies [76d5a8f]
- @leafygreen-ui/tokens@4.2.0

## 5.0.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/loading-indicator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/loading-indicator",
"version": "5.0.3",
"version": "5.1.0",
"description": "leafyGreen UI Kit Loading Indicator",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
16 changes: 16 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @leafygreen-ui/tokens

## 4.2.0

### Minor Changes

- 76d5a8f: Updated placeholder color tokens to increase color contrast and improve accessibility

### Patch Changes

- 60080b8: Updates icon color tokens in both light and dark modes to improve visual consistency and accessibility.

Dark Mode (darkModeColors.ts)
Updated the InversePrimary variant's default icon color from white to black to match the hover state, ensuring visual consistency across interaction states.

Light Mode (lightModeColors.ts)
Updated the Disabled variant icon colors from gray.base to gray.light1 across all interaction states (Default, Hover, Focus). This provides a lighter disabled appearance that better distinguishes disabled icons from active ones.

## 4.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/tokens/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@leafygreen-ui/tokens",
"version": "4.1.0",
"version": "4.2.0",
"description": "leafyGreen UI Kit Tokens",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
13 changes: 13 additions & 0 deletions tools/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @lg-tools/cli

## 0.12.0

### Minor Changes

- 12ac0b5: Updates `loading-spinner-v5` codemod to convert `displayOption` prop to `size` and `direction` props. The codemod now keeps the `description` and `baseFontSize` props instead of removing them.

### Patch Changes

- Updated dependencies [fdad661]
- Updated dependencies [12ac0b5]
- @lg-tools/create@0.5.1
- @lg-tools/codemods@0.7.0

## 0.11.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/cli",
"version": "0.11.0",
"version": "0.12.0",
"description": "Command Line tools for LeafyGreen",
"license": "Apache-2.0",
"main": "./dist/umd/index.js",
Expand Down
6 changes: 6 additions & 0 deletions tools/codemods/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-tools/codemods

## 0.7.0

### Minor Changes

- 12ac0b5: Updates `loading-spinner-v5` codemod to convert `displayOption` prop to `size` and `direction` props. The codemod now keeps the `description` and `baseFontSize` props instead of removing them.

## 0.6.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/codemods/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/codemods",
"version": "0.6.0",
"version": "0.7.0",
"description": "Codemods for LeafyGreen UI",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
6 changes: 6 additions & 0 deletions tools/create/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @lg-tools/create

## 0.5.1

### Patch Changes

- fdad661: Add CLI output and documentation for npm trusted publishing (OIDC) initial publish requirement

## 0.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion tools/create/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lg-tools/create",
"version": "0.5.0",
"version": "0.5.1",
"description": "Creates a new LeafyGreen packages",
"main": "./dist/umd/index.js",
"module": "dist/esm/index.js",
Expand Down
Loading