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/brave-frogs-report.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/bright-buses-refuse.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/dry-beers-read.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/eight-trains-allow.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/fix-cross-chunk-imports.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fresh-nights-learn.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-points-fry.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/pink-poems-change.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/shy-seals-mix.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/six-spoons-thank.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/spicy-results-cut.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/two-pandas-grin.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wacky-bags-dress.md

This file was deleted.

9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
{
"name": "nimbus",
"private": true,
"workspaces": [
"packages/*",
"apps/*"
],
"workspaces": ["packages/*", "apps/*"],
"preconstruct": {
"packages": [
"packages/tokens"
]
"packages": ["packages/tokens"]
},
"scripts": {
"build": "pnpm build:tokens && pnpm run build:packages && pnpm run build:docs",
Expand Down
15 changes: 15 additions & 0 deletions packages/i18n/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @commercetools/nimbus-i18n

## 2.2.0

### Patch Changes

- [#675](https://github.com/commercetools/nimbus/pull/675)
[`d05ba77`](https://github.com/commercetools/nimbus/commit/d05ba775de145158e89bd83211f3211265b426d6)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Add additional en
datatable strings

- [#759](https://github.com/commercetools/nimbus/pull/759)
[`20368ce`](https://github.com/commercetools/nimbus/commit/20368cef632a4abb25c936cf710cc06ab1889412)
Thanks
[@transifex-integration](https://github.com/apps/transifex-integration)! - Add
compiled Spanish strings

## 2.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@commercetools/nimbus-i18n",
"description": "All translation messages from the Nimbus design system.",
"version": "2.1.0",
"version": "2.2.0",
"bugs": "https://github.com/commercetools/nimbus/issues",
"repository": {
"type": "git",
Expand Down
33 changes: 33 additions & 0 deletions packages/nimbus-docs-build/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# @commercetools/nimbus-docs-build

## 1.1.0

### Minor Changes

- [#733](https://github.com/commercetools/nimbus/pull/733)
[`04a8510`](https://github.com/commercetools/nimbus/commit/04a8510051585cfa67dcf64e141bccce6749d625)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update minor/patch
versions of util dependencies

### Patch Changes

- [#612](https://github.com/commercetools/nimbus/pull/612)
[`f92fb51`](https://github.com/commercetools/nimbus/commit/f92fb515479f0565429f8bbfc0749f2aea5fbc12)
Thanks [@misama-ct](https://github.com/misama-ct)! - Update
DateRangePickerField types

## 1.1.0

### Minor Changes

- [#733](https://github.com/commercetools/nimbus/pull/733)
[`04a8510`](https://github.com/commercetools/nimbus/commit/04a8510051585cfa67dcf64e141bccce6749d625)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update minor/patch
versions of util dependencies

### Patch Changes

- [#612](https://github.com/commercetools/nimbus/pull/612)
[`f92fb51`](https://github.com/commercetools/nimbus/commit/f92fb515479f0565429f8bbfc0749f2aea5fbc12)
Thanks [@misama-ct](https://github.com/misama-ct)! - Update
DateRangePickerField types
8 changes: 2 additions & 6 deletions packages/nimbus-docs-build/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/nimbus-docs-build",
"version": "1.0.0",
"version": "1.1.0",
"description": "Documentation build system for Nimbus design system - handles MDX parsing, TypeScript type extraction, and documentation generation",
"type": "module",
"main": "./dist/index.js",
Expand All @@ -14,11 +14,7 @@
},
"./package.json": "./package.json"
},
"files": [
"dist",
"package.json",
"README.md"
],
"files": ["dist", "package.json", "README.md"],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
Expand Down
16 changes: 16 additions & 0 deletions packages/nimbus-icons/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# @commercetools/nimbus-icons

## 2.2.0

### Minor Changes

- [#733](https://github.com/commercetools/nimbus/pull/733)
[`04a8510`](https://github.com/commercetools/nimbus/commit/04a8510051585cfa67dcf64e141bccce6749d625)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update minor/patch
versions of util dependencies

### Patch Changes

- [#612](https://github.com/commercetools/nimbus/pull/612)
[`f92fb51`](https://github.com/commercetools/nimbus/commit/f92fb515479f0565429f8bbfc0749f2aea5fbc12)
Thanks [@misama-ct](https://github.com/misama-ct)! - Update
DateRangePickerField types

## 2.1.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/nimbus-icons",
"version": "2.1.0",
"version": "2.2.0",
"main": "dist/cjs/index.js",
"module": "./dist/esm/index.js",
"sideEffects": false,
Expand Down
84 changes: 84 additions & 0 deletions packages/nimbus/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,89 @@
# @commercetools/nimbus

## 2.2.0

### Minor Changes

- [#732](https://github.com/commercetools/nimbus/pull/732)
[`f9d25d6`](https://github.com/commercetools/nimbus/commit/f9d25d63692b0854aca6a6633f3674274a4e1d09)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update minor
versions of tooling dependencies

- [#713](https://github.com/commercetools/nimbus/pull/713)
[`fc7515a`](https://github.com/commercetools/nimbus/commit/fc7515a7e92ff397523c6050a4bd1b5882ff4528)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Introduced
SearchInputField component with supplemental guideline and engineering
documentation.

### Patch Changes

- [#612](https://github.com/commercetools/nimbus/pull/612)
[`f92fb51`](https://github.com/commercetools/nimbus/commit/f92fb515479f0565429f8bbfc0749f2aea5fbc12)
Thanks [@misama-ct](https://github.com/misama-ct)! - Update
DateRangePickerField types

- [#690](https://github.com/commercetools/nimbus/pull/690)
[`5ce31d4`](https://github.com/commercetools/nimbus/commit/5ce31d469aacd11a40738ea00dbd111cd5cc3eb5)
Thanks [@ByronDWall](https://github.com/ByronDWall)! - Update `colors.bg`
semantic css value to use `colors.neutral.1` and `colors.fg` to use
`colors.neutral.12` instead of setting them as `black` and `white`

- [#648](https://github.com/commercetools/nimbus/pull/648)
[`3dca992`](https://github.com/commercetools/nimbus/commit/3dca992703186af8c45a57ed16402f19bb8cfd5f)
Thanks [@ByronDWall](https://github.com/ByronDWall)! - Fix cross-chunk
circular dependencies by importing directly from implementation files

Previously, components importing from other components' barrel exports
(index.ts) created circular chunk dependencies during the build process. This
has been fixed by updating all cross-component imports to import directly from
implementation files (e.g., `button.tsx`, `button.types.ts`) instead of barrel
exports.

Changes:
- Updated 29 cross-component imports across 15 files in components and
patterns directories
- Added comprehensive documentation about the cross-chunk import pattern in
docs/component-guidelines.md and docs/file-type-guidelines/main-component.md
- Clarified vite.config.ts warning suppression to specifically target
intentional compound component barrel export patterns
- Added inline documentation in vite.config.ts explaining the relationship
between build configuration and import requirements

This change prevents potential circular dependency warnings, ensures
predictable module initialization order, and maintains optimal code splitting
behavior.

- [#683](https://github.com/commercetools/nimbus/pull/683)
[`2807ffe`](https://github.com/commercetools/nimbus/commit/2807ffe14e5287eaace93622cca71c719bd27884)
Thanks [@jaikamat](https://github.com/jaikamat)! - Create NumberInputField

- [#664](https://github.com/commercetools/nimbus/pull/664)
[`7fb5136`](https://github.com/commercetools/nimbus/commit/7fb5136ce4748e35aa5fbe4fa6a35664d7ab6b63)
Thanks [@misama-ct](https://github.com/misama-ct)! - removed unnecessary
tabIndex property from Card

- [#655](https://github.com/commercetools/nimbus/pull/655)
[`bf19ab6`](https://github.com/commercetools/nimbus/commit/bf19ab6376c825292a1a7584afd943412e09f080)
Thanks [@misama-ct](https://github.com/misama-ct)! - fix an issue with card
backgrounds in dark-mode

- [#693](https://github.com/commercetools/nimbus/pull/693)
[`23a7c3f`](https://github.com/commercetools/nimbus/commit/23a7c3fd10efea25194e5826d16cf3f02d0dc264)
Thanks [@jaikamat](https://github.com/jaikamat)! - Change internal layout
strategy of Alert component

- [#649](https://github.com/commercetools/nimbus/pull/649)
[`edc52bd`](https://github.com/commercetools/nimbus/commit/edc52bd01e948d450cfca9a7514e779b06acb28d)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update docs image
for TagGroup in use.

- Updated dependencies
[[`f92fb51`](https://github.com/commercetools/nimbus/commit/f92fb515479f0565429f8bbfc0749f2aea5fbc12),
[`f9d25d6`](https://github.com/commercetools/nimbus/commit/f9d25d63692b0854aca6a6633f3674274a4e1d09),
[`04a8510`](https://github.com/commercetools/nimbus/commit/04a8510051585cfa67dcf64e141bccce6749d625)]:
- @commercetools/[email protected]
- @commercetools/[email protected]

## 2.1.0

### Minor Changes
Expand Down
15 changes: 4 additions & 11 deletions packages/nimbus/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@commercetools/nimbus",
"version": "2.1.0",
"version": "2.2.0",
"main": "./dist/index.cjs",
"module": "./dist/index.es.js",
"type": "module",
Expand All @@ -26,10 +26,7 @@
}
}
},
"files": [
"dist",
"package.json"
],
"files": ["dist", "package.json"],
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
Expand All @@ -38,14 +35,10 @@
"type": "git",
"url": "https://github.com/commercetools/nimbus.git"
},
"sideEffects": [
"*.css"
],
"sideEffects": ["*.css"],
"typesVersions": {
"*": {
"*": [
"./dist/index.d.ts"
]
"*": ["./dist/index.d.ts"]
}
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/tokens/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @commercetools/nimbus-tokens

## 2.2.0

### Minor Changes

- [#732](https://github.com/commercetools/nimbus/pull/732)
[`f9d25d6`](https://github.com/commercetools/nimbus/commit/f9d25d63692b0854aca6a6633f3674274a4e1d09)
Thanks [@valoriecarli](https://github.com/valoriecarli)! - Update minor
versions of tooling dependencies

## 2.1.0

### Patch 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": "@commercetools/nimbus-tokens",
"version": "2.1.0",
"version": "2.2.0",
"main": "dist/commercetools-nimbus-tokens.cjs.js",
"module": "dist/commercetools-nimbus-tokens.esm.js",
"type": "module",
Expand Down