Releases: ChannelFinder/pvinfo
2.1.4
What's Changed
- Bump vite from 4.5.3 to 4.5.5 by @dependabot in #92
- Bump rollup from 3.29.4 to 3.29.5 by @dependabot in #93
Full Changelog: 2.1.3...2.1.4
2.1.3
What's Changed
- Bump braces from 3.0.2 to 3.0.3 by @dependabot in #90
- Bump micromatch from 4.0.5 to 4.0.8 by @dependabot in #91
Full Changelog: 2.1.2...2.1.3
2.1.2
2.1.1
2.1.0
What's Changed
- Add option to display live value of waveform PVs by @tynanford in #86
Full Changelog: 2.0.1...2.1.0
2.0.1
What's Changed
- Update .env url from CRA to Vite by @tynanford in #83
- Bump @adobe/css-tools from 4.3.1 to 4.3.2 by @dependabot in #84
- Bump vite from 4.5.0 to 4.5.1 by @dependabot in #85
Full Changelog: 2.0.0...2.0.1
2.0.0
Changed build tools from Create React App (CRA) to Vite. It should mostly be transparent (besides the much faster dev server and build times) but there are a few things to be mindful of. See the migration notes page for more details. Importantly, all your REACT_APP_ environment variable definitions should work the same way and all the npm commands are the same.
What's Changed
- Vite migration by @mitchfrauenheim in #82
Full Changelog: 1.3.1...2.0.0
1.3.1
Only show EPICS epoch timestamp for INVALID PVs. PVWS sends the epoch timestamp for the initial JSON message on all PVs even if there is a real timestamp
What's Changed
- Bump @babel/traverse from 7.22.6 to 7.23.2 by @dependabot in #79
- Don't display epoch date by @mitchfrauenheim in #80
- Show epoch stamp if invalid by @tynanford in #81
Full Changelog: 1.3.0...1.3.1
1.3.0
Added new page "Services" to the application to display the connection status and basic details from each of the four connection services - Channel Finder, PVWS, Alarm Logger, and OLOG. Included is a new REACT_APP_PVWS_HTTP_URL
env variable, separated for now in case some sites don't expose PVWS HTTP to PV Info. Also include the git commit and PV Info version on the Services page.
Added new env variable REACT_APP_CF_MAX_RESULTS
to allow for limiting the number of channels returned by CF on the client side. Refactored some code in Home.js and the severity color handling. And updated the PV details page to make the Live Monitor checkbox disabled if PV is Inactive.
What's Changed
- Count and about page by @mitchfrauenheim in #72
- Add query size to .env by @mitchfrauenheim in #75
- add credentials header option to standard query by @tynanford in #74
- October refactor by @mitchfrauenheim in #76
- Fix inactive checkbox bug by @mitchfrauenheim in #77
- Update version in package.json and display on services page by @mitchfrauenheim in #78
Full Changelog: 1.2.0...1.3.0
1.2.0
Support for Channel Finder tags added in the free form search and the PV details page. A helper dropdown added showing available properties and tags to search on for free form search. Null checks added on PV details page for CF properties that might not exist.
What's Changed
- change ws to pv in PVWS URL by @nusaqib in #64
- Bump @adobe/css-tools from 4.2.0 to 4.3.1 by @dependabot in #65
- crash if recordType is not defined by @lcaouen in #67
- Added button/dropdown for props and tags by @mitchfrauenheim in #68
- Add tags to pv page by @mitchfrauenheim in #70
- Null checks by @mitchfrauenheim in #71
New Contributors
- @nusaqib made their first contribution in #64
- @dependabot made their first contribution in #65
- @lcaouen made their first contribution in #67
Full Changelog: 1.1.0...1.2.0