Skip to content
Open
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/create-oidc-docs.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.

8 changes: 8 additions & 0 deletions packages/avatar/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @leafygreen-ui/avatar

## 3.1.7

### Patch Changes

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

## 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.1.7",
"description": "LeafyGreen UI Avatar",
"main": "./dist/umd/index.js",
"module": "./dist/esm/index.js",
Expand Down
11 changes: 11 additions & 0 deletions packages/confirmation-modal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @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 [76d5a8f]
- @leafygreen-ui/[email protected]

## 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
26 changes: 26 additions & 0 deletions packages/loading-indicator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# @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 [76d5a8f]
- @leafygreen-ui/[email protected]

## 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
6 changes: 6 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @leafygreen-ui/tokens

## 4.2.0

### Minor Changes

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

## 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/[email protected]
- @lg-tools/[email protected]

## 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