You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/release-notes.md
+14-9Lines changed: 14 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Release Notes
1
+
# Release Notes
2
2
3
3
Firefly builds and the notes for using running it are on the [Docker Page](https://hub.docker.com/r/ipac/firefly).
4
4
@@ -12,13 +12,14 @@ See Firefly docker guidelines [here](firefly-docker.md).
12
12
- Table data is now formatted on the client side. ([DM-20248](https://github.com/Caltech-IPAC/firefly/pull/884))
13
13
- Significant improvements in the distance tool. ([Firefly-56](https://github.com/Caltech-IPAC/firefly/pull/904))
14
14
15
-
### Version 2019.3
15
+
### Version 2019.3
16
16
17
17
This release is focused on bug fixes and stability.
18
18
19
19
##### _Docker tags, releases and patches_
20
20
21
-
- 2019.3 latest - `release-2019.3`
21
+
- 2019.3 latest - `release-2019.3`
22
+
- 2019.3.2 - `release-2019.3.2` - patch #2 (see [patches](#patches-20193))
22
23
- 2019.3.1 - `release-2019.3.1` - patch #1 (see [patches](#patches-20193))
23
24
- 2019.3.0 - `release-2019.3.0` - original release
24
25
@@ -33,12 +34,17 @@ This release is focused on bug fixes and stability.
33
34
##### _API_
34
35
- Plotly.js charting library was updated from version 1.38.3 to version 1.49.4. Plotly.js 1.43 converted `title` properties (e.g. `layout.title`) from strings into objects that contain `text` property along with new title placement properties `x`, `y`, `xref`, `yref`, `xanchor`, `yanchor` and `pad`. It also moved existing `title*` properties (e.g. `layout.titlefont`) under the `title` object (e.g. `layout.title.font`). See see [plotly.js change log](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#1494----2019-08-22) for more information. ([Firefly-266](https://github.com/Caltech-IPAC/firefly/pull/883))
- fix pulldown for SOFIA footprint ([IRSA-3271](https://github.com/Caltech-IPAC/firefly/commit/1ebdd89e53c6efa293bc9cbfad3a689aabcfd5db))
41
+
- Header popup panel was not updating as the FITS image changed ([IRSA-3272](https://github.com/Caltech-IPAC/firefly/pull/912))
42
+
- Put back cube images ([Firefly-443](https://github.com/Caltech-IPAC/firefly/pull/913))
43
+
- Fixing wavelength numbers and cleanup image config file ([IRSA-3284](https://github.com/Caltech-IPAC/firefly/pull/914))
37
44
- 2019.3.1
38
45
- Tap query now more robust. Manually handle redirection. Include credential info only when redirected back to source. ([Firefly-414](https://github.com/Caltech-IPAC/firefly/pull/907))
39
46
- Add build code that all for applications that are built on Firefly to reference a specified version of Firefly ([DM-20931](https://github.com/Caltech-IPAC/firefly/pull/862))
40
47
41
-
42
48
### Version 2019.2
43
49
##### _Docker tags, releases and patches_
44
50
@@ -62,14 +68,13 @@ This release is focused on bug fixes and stability.
62
68
63
69
##### _UI_
64
70
- TAP search Implemented (Multiple tickets and PRs)
0 commit comments