diff --git a/CHANGELOG.md b/CHANGELOG.md index 965b12f9d55a3a881e43fb545f057e9dc75b1940..c93c2c0a507c24ad8db2e45aa649d3a0a70add07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [4.8.66](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v4.8.65...v4.8.66) (2024-02-08) + + +### âš BREAKING CHANGES + +* **ssr:** allow to work on ssr route with custom paramId + +### Bug Fixes + +* **ssr:** add in cache if no existing cache found and add method to associate ssr route to active mq message ([c6ca582](https://gitlab.unige.ch/solidify/solidify-frontend/commit/c6ca58280b554a0b09820de486efdf7624d64c5e)) +* **ssr:** allow callback to retrieve id in cache eviction message and allow to wait a delay to refresh cache after an active mq messages ([46e49f6](https://gitlab.unige.ch/solidify/solidify-frontend/commit/46e49f644fc56ae4329bd3480952267a8156c53f)) +* **ssr:** allow to define additional ssr route at runtime ([ccf56d2](https://gitlab.unige.ch/solidify/solidify-frontend/commit/ccf56d2fbd61e18db9faec01545ad7dd5edf621e)) +* **ssr:** allow to work on ssr route with custom paramId ([5e69995](https://gitlab.unige.ch/solidify/solidify-frontend/commit/5e69995b279b8332b77a9c840999e3e9e86b6a39)) +* **ssr:** manage case resource is deleted and allow to not refresh cache after deletion ([01bda5d](https://gitlab.unige.ch/solidify/solidify-frontend/commit/01bda5d4445619f19059764b3064c8389e6c5190)) + ### [4.8.65](https://gitlab.unige.ch/solidify/solidify-frontend/compare/v4.8.64...v4.8.65) (2024-02-01) diff --git a/package-lock.json b/package-lock.json index 74fd764b01759b833bfe66799cb22a8036400ff7..015aee7f1f73bbeebf8bc75edf61fc8cc8eb2fb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "solidify-frontend", - "version": "4.8.65", + "version": "4.8.66", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "solidify-frontend", - "version": "4.8.65", + "version": "4.8.66", "hasInstallScript": true, "license": "GPL-2.0-or-later", "dependencies": { diff --git a/package.json b/package.json index 316517bf162cd9088917122ccb35ed81af9395ba..9bf1882b05969f7b60f3eae5b2dff88b0dc565bc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solidify-frontend", - "version": "4.8.65", + "version": "4.8.66", "license": "GPL-2.0-or-later", "author": "UNIGE (University of Geneva)", "repository": { diff --git a/projects/solidify-frontend/package.json b/projects/solidify-frontend/package.json index d83c74f794d419e44296e230be9675f5f6b4e039..c1c01cebc77bf6f00317c867385c7545ef787546 100644 --- a/projects/solidify-frontend/package.json +++ b/projects/solidify-frontend/package.json @@ -1,6 +1,6 @@ { "name": "solidify-frontend", - "version": "4.8.65", + "version": "4.8.66", "license": "GPL-2.0-or-later", "author": "UNIGE (University of Geneva)", "engines": {