Skip to content

Releases: React-Automation-Studio/React-Automation-Studio-Alarm-Handler-Standalone

V5.2.0

05 Jun 10:29
b949275
Compare
Choose a tag to compare

V5.2.0 Thursday 15 May 2024


Minor Updates:

  • Update to React 18.3.2
  • Conversion of all base and system components to Typescript, and function default parameters, due to React deprecation of defaultProps
  • Package updates to the frontend modules
  • Updated to the latest Node LTS 20.13.1
  • Updates to the documentation
Deprecation warning:
  • React 19.0.0 will deprecate the use of defaultProps, please use the default value in the function signature instead. See here for more information. The proptypes package will also be removed in the release 6.0.0 of RAS.

V5.1.0

22 May 10:27
2ac866a
Compare
Choose a tag to compare

V5.1.0 Thursday 25 April 2024 Minor Updates:

  • Package updates to Backend modules
  • Updated to Python 3.12.3
  • Package updates to all Node modules
  • Updated to the latest Node LTS 20.12.2
  • Updates to the documentation

V5.0.1

28 Mar 07:19
091d6a0
Compare
Choose a tag to compare

V5.0.1 Friday 08 March 2024 Minor Updates:

  • Package updates to Backend modules
  • Updated to Epics 7.0.8 and Python 3.12.2
  • Package updates to all Node modules
  • Updated to the latest Node LTS 20.11.1
  • Minor Bug fix to EPICS socketIO connections, PR#128

V5.0.0

16 Feb 08:46
c889980
Compare
Choose a tag to compare

V5.0.0 Friday 02 February 2024 Major Updates:

  • Package updates to Backend modules
  • Updated to Epics 7 and Python 3.12.1
  • Moved from Create-react-app to Vite
  • Package updates to all Node modules
  • Updated to the latest Node LTS
  • MUI has been updated to the latest packages
New Features:
  • Docker multi-stage builds for speed improvements
  • Preview of an AreaDector Appliance user interface with included simulation
  • Named MongoDb volumes for easier management
Breaking Changes:
  • See the migration guide to migrate from V4.0.3 to V5.0.0

V4.0.3

27 Oct 15:07
83ce076
Compare
Choose a tag to compare

V4.0.3 Friday 27 October 2023 Minor Updates:

  • Package updates to all Node modules
  • Updated to the latest Node LTS
  • MUI has been updated to the latest packages
  • Package updates to pVServer Python packages
Minor Bug Fixes and Updates:
  • Fixed pvServer Flask, Werkzeug dependencies.

V4.0.2

25 Jul 12:00
34b53fa
Compare
Choose a tag to compare

V4.0.2 Thursday 13 July 2023 Minor Updates:

  • Package updates to all Node modules
  • Updated to the latest Node LTS
  • MUI has been updated to the latest packages
Minor Bug Fixes and Updates:
  • A few minor bug fixes to the pvServer

V4.0.0

22 Aug 12:47
Compare
Choose a tag to compare

Changelog

V4.0.0 Wednesday 3 August 2022

Major Updates:

  • Update to React 18.2.0
  • Update to MUI 5.9.2, see the section on breaking changes below
  • All NodeJs packages have been updated to latest versions except react-router-dom.
  • ReactVis was dropped and components have been updated to use Plotly.js

Minor Bug Fixes and Updates:

  • Minor formatting and theme changes due MUI update
  • General clean up of code formatting in both pvServer and React (prior upgrading the MUI library)
  • Addition of Poetry as Python package manager
  • Addition of Black as a formating tool for Python. A merge request will fail if Python is not formatted accordingly. The tool Black is included into development section of Poetry.
  • Restoration of GitHub pages build. The build excludes documents used with the style guide due to use of multiple "{" in examples.
  • Minor documentation clean up: links to repositories/ projects up to date.

Breaking Changes:

  • ReactVis was dropped
  • Update to MUI 5.9.2 from Material UI 4
    Follow the migration guide at: https://mui.com/material-ui/migration/migration-v4/ and apply the preset-safe code mods https://mui.com/material-ui/migration/migration-v4/#preset-safe
  • If you customized any of the themes be sure to update it in line with the base themes that come with the master repo
  • Removed Deprecated ActionFanoutButton - use ActionButton instead
  • Removed Deprecated SwitchComponent - use Switch instead
  • Removed Deprecated SimpleSlider - use Slider instead

V3.0.1

29 Jun 10:01
Compare
Choose a tag to compare
Version 3.0.1

V3.0.0

26 May 12:12
Compare
Choose a tag to compare

This is the first release of the standalone Alarm Handler project