Skip to content

Commit

Permalink
Merge pull request #2461 from anuradha9712/v4.x
Browse files Browse the repository at this point in the history
chore: update rollup config to include css in esm build
  • Loading branch information
anuradha9712 authored Dec 18, 2024
2 parents ad8183f + ec9dc2e commit fb9d87d
Show file tree
Hide file tree
Showing 3 changed files with 68 additions and 24 deletions.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,49 @@
## 3.5.0 (2024-12-12)

### Highlights

- feat(avatar): add presence indicator support in avatar component (ce945f26)
- feat(avatar): add status indicator support in avatar (58857846)
- fix(input): update cursor position on input type change (8f45613f)
- fix(table): update table stories structure on storybook (9e3b4d53)
- feat(statusHint): update color for default appearance (a64c5128)

### Breaking changes

NA

### Migration guide

NA

### Deprecations

NA

### Features

- feat(avatar): add presence indicator support in avatar component (ce945f26)
- feat(avatar): add status indicator support in avatar (58857846)
- feat(statusHint): update color for default appearance (a64c5128)

### Fixes

- fix(input): update cursor position on input type change (8f45613f)

### Improvements

- chore: fix lint error in dropzone component & toast figma connect (9c8a41ec)
- fix(progressIndicators): update story of spinner and progress ring (506ca9b1)
- fix(table): update table stories structure on storybook (9e3b4d53)
- refactor(table): update table props description on storybook (f041f10f)

### Documentation

- docs(docs): add status and presence indicator documentation in avatar (dc14464c)
- docs(docs): update table preview link in documentation (1df056c2)

---

## 3.4.0 (2024-11-18)

### Highlights
Expand Down
44 changes: 22 additions & 22 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ const commonJsPlugins = [
return `${name}_v${updatedVersion}_${hash}`;
},
},
extract: true,
extensions: ['.css', '.scss', '.sass'],
plugins: [
colorModFunction({
Expand Down Expand Up @@ -241,7 +240,6 @@ const tsConfig = {
return `${name}_v${updatedVersion}_${hash}`;
},
},
extract: true,
extensions: ['.css', '.scss', '.sass'],
plugins: [
colorModFunction({
Expand Down

0 comments on commit fb9d87d

Please sign in to comment.