diff --git a/__jest__/InitTest.js b/__jest__/InitTest.js index b589837074..f1578c1dd3 100644 --- a/__jest__/InitTest.js +++ b/__jest__/InitTest.js @@ -38,7 +38,11 @@ jest.mock('firefly/core/background/BackgroundMonitor.jsx', () => { jest.mock('firefly/core/LayoutCntlr.js', () => { return { - CHART_ADD: 'CHART_ADD', CHART_REMOVE: 'CHART_REMOVE', CHART_SPACE_PAT:'CHART_SPACE_PAT' + CHART_ADD: 'CHART_ADD', + CHART_REMOVE: 'CHART_REMOVE', + CHART_SPACE_PAT:'CHART_SPACE_PAT', + LAYOUT_PATH: 'layout', + reducer: (x) => x ?? {}, }; }); diff --git a/docs/release-notes.md b/docs/release-notes.md index 6df080378d..0d4da60c92 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -7,8 +7,10 @@ - [Notes on next version](next-release-details.md) ## Version 2023.1 +- 2023.1.2 - (May 10, 2023) + - docker tag: `latest`, `2023.1`, `2023.1.2` - 2023.1.1 - (May 1, 2023) - - docker tag: `latest`, `2023.1`, `2023.1.1` + - docker tag: `2023.1.1` - 2023.1.0 - (May 5, 2023) - docker tag: `2023.1.0` @@ -30,10 +32,12 @@ ##### _Patches 2023.1_ +- 2023.1.2 + - fixed: Handle undefined page size [Firefly-1245](https://github.com/Caltech-IPAC/firefly/pull/1380) + - fixed: `obs_title` not showing up, wavelength wrong [Firefly-1246](https://github.com/Caltech-IPAC/firefly/pull/1381) - 2023.1.1 - fixed: polygon searches force spaces after comma [Firefly-1234](https://github.com/Caltech-IPAC/firefly/pull/1376) - ##### _Pull Requests in this release_ - [All Bug Fixes](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr+milestone%3a2023.1+label%3abug) - [All PRs](https://github.com/caltech-ipac/firefly/pulls?q=is%3apr++milestone%3a2023.1+)