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/cookbook-app-react-state_bump-types-uuid.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cookbook-app-react-state_poll-preview.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/cookbook-app-react-state_route-dsl.md

This file was deleted.

7 changes: 0 additions & 7 deletions .changeset/dev-portal_add-role-activation.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/module-services_add-app-state-client.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/module-state_bump-types-uuid.md

This file was deleted.

64 changes: 0 additions & 64 deletions .changeset/module-state_interval-pull.md

This file was deleted.

6 changes: 6 additions & 0 deletions cookbooks/app-react-ag-grid/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 2.0.12

### Patch Changes

- @equinor/fusion-framework-react-app@14.0.0

## 2.0.11

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-ag-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-ag-grid",
"version": "2.0.11",
"version": "2.0.12",
"description": "Setup AG-grid with fusion-framework",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/app-react-context-custom-error/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @equinor/fusion-framework-cookbook-app-react-context-custom-error

## 5.0.7

### Patch Changes

- @equinor/fusion-framework-react-app@14.0.0

## 5.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-context-custom-error/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-context-custom-error",
"version": "5.0.6",
"version": "5.0.7",
"description": "React application using framework context with a custom error",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/app-react-context/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## 5.0.7

### Patch Changes

- @equinor/fusion-framework-react-app@14.0.0

## 5.0.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-context",
"version": "5.0.6",
"version": "5.0.7",
"description": "React application using framework context",
"private": true,
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/app-react-feature-flag/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @equinor/fusion-framework-cookbook-app-react-feature-flag

## 2.0.6

### Patch Changes

- @equinor/fusion-framework-react-app@14.0.0

## 2.0.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-feature-flag/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-feature-flag",
"version": "2.0.5",
"version": "2.0.6",
"description": "",
"private": true,
"type": "module",
Expand Down
12 changes: 12 additions & 0 deletions cookbooks/app-react-state/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# @equinor/fusion-framework-cookbook-app-react-state

## 1.0.1

### Patch Changes

- 55c95fa: Internal: bump `@types/uuid` from `^10.0.0` to `^11.0.0`.
- 46f53ca: `SyncStatusIndicator` now recognizes the `onStateSync.poll` event kind, and the cookbook's default (non-`FUSION_SPA_COUCHDB_URL`) storage now overrides `pull.intervalMs` to 10s via `createDefaultStorage`, so a scheduled pull is visible while previewing the cookbook instead of waiting on the framework's 60s production default.
- fd873c7: Internal: migrate routing to the Fusion route DSL (`layout`/`index`/`route` from `@equinor/fusion-framework-react-router/routes`), matching the pattern demonstrated in the router cookbook. Also fix the sidebar active-link check to match sub-paths (e.g. `/todos/*`) instead of only the exact page path.
- Updated dependencies [55c95fa]
- Updated dependencies [46f53ca]
- @equinor/fusion-framework-module-state@2.0.0
- @equinor/fusion-framework-react-app@14.0.0

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/app-react-state/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cookbook-app-react-state",
"version": "1.0.0",
"version": "1.0.1",
"description": "A comprehensive cookbook demonstrating the Fusion Framework state module - from basic useAppState usage to CouchDB replication with PouchDB.",
"private": true,
"type": "module",
Expand Down
8 changes: 8 additions & 0 deletions cookbooks/poc-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# poc-portal

## 1.1.94

### Patch Changes

- @equinor/fusion-framework-cli@15.2.5
- @equinor/fusion-framework@8.0.14
- @equinor/fusion-framework-react-app@14.0.0

## 1.1.93

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/poc-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "poc-portal",
"version": "1.1.93",
"version": "1.1.94",
"description": "",
"main": "src/index.tsx",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions cookbooks/portal-analytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# portal-analytics

## 0.4.47

### Patch Changes

- @equinor/fusion-framework-cli@15.2.5
- @equinor/fusion-framework@8.0.14
- @equinor/fusion-framework-app@13.0.0
- @equinor/fusion-framework-react-app@14.0.0

## 0.4.46

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/portal-analytics/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal-analytics",
"version": "0.4.46",
"version": "0.4.47",
"description": "",
"main": "dist/index.js",
"type": "module",
Expand Down
6 changes: 6 additions & 0 deletions cookbooks/portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# portal

## 0.1.79

### Patch Changes

- @equinor/fusion-framework-cli@15.2.5

## 0.1.78

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion cookbooks/portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "portal",
"version": "0.1.78",
"version": "0.1.79",
"description": "",
"main": "dist/index.js",
"private": true,
Expand Down
9 changes: 9 additions & 0 deletions packages/app/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## 13.0.0

### Patch Changes

- Updated dependencies [55c95fa]
- Updated dependencies [46f53ca]
- @equinor/fusion-framework-module-state@2.0.0
- @equinor/fusion-framework@8.0.14

## 12.0.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-app",
"version": "12.0.0",
"version": "13.0.0",
"description": "",
"main": "dist/esm/index.js",
"types": "./dist/types/index.d.ts",
Expand Down
7 changes: 7 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 15.2.5

### Patch Changes

- Updated dependencies [4d64a3e]
- @equinor/fusion-framework-dev-portal@10.0.0

## 15.2.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-cli",
"version": "15.2.4",
"version": "15.2.5",
"keywords": [
"Fusion",
"Fusion Framework",
Expand Down
15 changes: 15 additions & 0 deletions packages/dev-portal/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# @equinor/fusion-framework-dev-portal

## 10.0.0

### Minor Changes

- 4d64a3e: Add claimable and permanent role tabs to the person side sheet, including activation and deactivation controls for claimable roles.

Related issue #5230

### Patch Changes

- Updated dependencies [c9d7bd4]
- @equinor/fusion-framework-module-services@8.1.0
- @equinor/fusion-framework@8.0.14
- @equinor/fusion-framework-app@13.0.0

## 9.0.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/dev-portal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework-dev-portal",
"version": "9.0.0",
"version": "10.0.0",
"description": "",
"type": "module",
"module": "./dist/main.js",
Expand Down
7 changes: 7 additions & 0 deletions packages/framework/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## 8.0.14

### Patch Changes

- Updated dependencies [c9d7bd4]
- @equinor/fusion-framework-module-services@8.1.0

## 8.0.13

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/fusion-framework",
"version": "8.0.13",
"version": "8.0.14",
"description": "",
"main": "dist/esm/index.js",
"types": "dist/types/index.d.ts",
Expand Down
Loading
Loading