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
8 changes: 0 additions & 8 deletions .changeset/chatty-hands-marry.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/filter-ui-plugins-only.md

This file was deleted.

8 changes: 0 additions & 8 deletions .changeset/polite-apples-invent.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/public-weeks-act.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tricky-moons-wear.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/violet-towns-wear.md

This file was deleted.

8 changes: 8 additions & 0 deletions apps/carbon/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudoperators/juno-app-carbon

## 1.0.35

### Patch Changes

- 8a6d495: Bump eslint version to fix high vulnerabilities related to transitive npm dependency `flatted`.
- Updated dependencies [dac772c]
- @cloudoperators/juno-ui-components@6.2.0

## 1.0.34

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/carbon/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-carbon",
"version": "1.0.34",
"version": "1.0.35",
"author": "UI-Team",
"type": "module",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
Expand Down
12 changes: 12 additions & 0 deletions apps/doop/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cloudoperators/juno-app-doop

## 2.6.21

### Patch Changes

- e5deade: Optimize plugin loading with dynamic imports and improve navigation between plugins. Plugins now load on-demand instead of being bundled upfront, reducing initial bundle size by 66%. Added module caching to eliminate loading spinners on return visits. Fixed URL state pollution when switching between plugins using TanStack Router's remountDeps. Also filters plugins server-side to fetch only UI plugins.
- c8a6676: Removes unused variables, imports, functions, and classes identified by static code analysis to improve code quality and maintainability.
- Updated dependencies [c8a6676]
- Updated dependencies [dac772c]
- @cloudoperators/juno-messages-provider@0.2.33
- @cloudoperators/juno-ui-components@6.2.0
- @cloudoperators/juno-url-state-provider@3.0.7

## 2.6.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/doop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-doop",
"version": "2.6.20",
"version": "2.6.21",
"author": "UI-Team",
"type": "module",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/doop",
Expand Down
10 changes: 10 additions & 0 deletions apps/example/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @cloudoperators/juno-app-example

## 2.4.8

### Patch Changes

- Updated dependencies [c8a6676]
- Updated dependencies [dac772c]
- @cloudoperators/juno-messages-provider@0.2.33
- @cloudoperators/juno-ui-components@6.2.0
- @cloudoperators/juno-url-state-provider@3.0.7

## 2.4.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/example/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-example",
"version": "2.4.7",
"version": "2.4.8",
"author": "UI-Team",
"type": "module",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/example",
Expand Down
25 changes: 25 additions & 0 deletions apps/greenhouse/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# @cloudoperators/juno-app-greenhouse

## 0.12.0

### Minor Changes

- e5deade: Optimize plugin loading with dynamic imports and improve navigation between plugins. Plugins now load on-demand instead of being bundled upfront, reducing initial bundle size by 66%. Added module caching to eliminate loading spinners on return visits. Fixed URL state pollution when switching between plugins using TanStack Router's remountDeps. Also filters plugins server-side to fetch only UI plugins.

### Patch Changes

- c8a6676: Removes unused variables, imports, functions, and classes identified by static code analysis to improve code quality and maintainability.
- c2bc301: Restructure ShellLayout to apply padding only to content area rather than the entire main container. This allows NotificationsContainer (demo banner) to stick to the top without padding while eliminating unwanted whitespace below PluginNav.
- 32a4b5f: Add foldGutter and foldKeymap extensions to enable collapsing/expanding YAML attributes in the viewer. Users can now click fold icons in the gutter to collapse nested structures.
- Updated dependencies [8a6d495]
- Updated dependencies [e5deade]
- Updated dependencies [c8a6676]
- Updated dependencies [dac772c]
- @cloudoperators/juno-app-heureka@1.0.5
- @cloudoperators/juno-app-doop@2.6.21
- @cloudoperators/juno-app-supernova@0.19.24
- @cloudoperators/juno-messages-provider@0.2.33
- @cloudoperators/juno-ui-components@6.2.0
- @cloudoperators/greenhouse-auth-provider@1.0.0
- @cloudoperators/juno-k8s-client@1.1.2
- @cloudoperators/juno-oauth@1.4.9
- @cloudoperators/juno-url-state-provider@3.0.7

## 0.11.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/greenhouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-greenhouse",
"version": "0.11.3",
"version": "0.12.0",
"orgAdminVersion": "latest",
"author": "UI-Team",
"repository": "https://github.com/cloudoperators/greenhouse/tree/main/ui/dashboard",
Expand Down
11 changes: 11 additions & 0 deletions apps/heureka/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# heureka

## 1.0.5

### Patch Changes

- 8a6d495: Bump eslint version to fix high vulnerabilities related to transitive npm dependency `flatted`.
- e5deade: Optimize plugin loading with dynamic imports and improve navigation between plugins. Plugins now load on-demand instead of being bundled upfront, reducing initial bundle size by 66%. Added module caching to eliminate loading spinners on return visits. Fixed URL state pollution when switching between plugins using TanStack Router's remountDeps. Also filters plugins server-side to fetch only UI plugins.
- Updated dependencies [dac772c]
- @cloudoperators/juno-ui-components@6.2.0
- @cloudoperators/greenhouse-auth-provider@1.0.0
- @cloudoperators/juno-url-state-provider@3.0.7

## 1.0.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/heureka/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-heureka",
"version": "1.0.4",
"version": "1.0.5",
"author": "UI-Team",
"type": "module",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka",
Expand Down
12 changes: 12 additions & 0 deletions apps/supernova/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @cloudoperators/juno-app-supernova

## 0.19.24

### Patch Changes

- e5deade: Optimize plugin loading with dynamic imports and improve navigation between plugins. Plugins now load on-demand instead of being bundled upfront, reducing initial bundle size by 66%. Added module caching to eliminate loading spinners on return visits. Fixed URL state pollution when switching between plugins using TanStack Router's remountDeps. Also filters plugins server-side to fetch only UI plugins.
- c8a6676: Removes unused variables, imports, functions, and classes identified by static code analysis to improve code quality and maintainability.
- Updated dependencies [c8a6676]
- Updated dependencies [dac772c]
- @cloudoperators/juno-messages-provider@0.2.33
- @cloudoperators/juno-ui-components@6.2.0
- @cloudoperators/juno-url-state-provider@3.0.7

## 0.19.23

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/supernova/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-supernova",
"version": "0.19.23",
"version": "0.19.24",
"author": "UI-Team",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/supernova",
"license": "Apache-2.0",
Expand Down
8 changes: 8 additions & 0 deletions apps/template/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudoperators/juno-app-template

## 2.0.34

### Patch Changes

- 8a6d495: Bump eslint version to fix high vulnerabilities related to transitive npm dependency `flatted`.
- Updated dependencies [dac772c]
- @cloudoperators/juno-ui-components@6.2.0

## 2.0.33

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-app-template",
"version": "2.0.33",
"version": "2.0.34",
"author": "UI-Team",
"repository": "https://github.com/cloudoperators/juno/tree/main/apps/template",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/config/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @cloudoperators/juno-config

## 0.0.6

### Patch Changes

- 8a6d495: Bump eslint version to fix high vulnerabilities related to transitive npm dependency `flatted`.

## 0.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-config",
"version": "0.0.5",
"version": "0.0.6",
"private": true,
"files": [
"typescript/*",
Expand Down
8 changes: 8 additions & 0 deletions packages/messages-provider/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# @cloudoperators/juno-messages-provider

## 0.2.33

### Patch Changes

- c8a6676: Removes unused variables, imports, functions, and classes identified by static code analysis to improve code quality and maintainability.
- Updated dependencies [dac772c]
- @cloudoperators/juno-ui-components@6.2.0

## 0.2.32

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/messages-provider/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cloudoperators/juno-messages-provider",
"version": "0.2.32",
"version": "0.2.33",
"description": "Messages provider",
"author": "UI-Team",
"repository": "https://github.com/cloudoperators/juno/tree/main/packages/messages-provider",
Expand Down
7 changes: 7 additions & 0 deletions packages/ui-components/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @cloudoperators/juno-ui-components

## 6.2.0

### Minor Changes

- dac772c: - Added `alignRight` prop to `DataGridToolbar` for flexible alignment control, allowing users to customize layout.
- Removed `search` prop, which is a BREAKING CHANGE. All elements should be passed as `children`.

## 6.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@cloudoperators/juno-ui-components",
"private": false,
"source": "src/index.js",
"version": "6.1.3",
"version": "6.2.0",
"types": "build/index.d.ts",
"exports": {
"./index": "./build/index.js",
Expand Down
Loading