Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1.13.0 #218

Merged
merged 12 commits into from
Aug 16, 2024
Merged

Release 1.13.0 #218

merged 12 commits into from
Aug 16, 2024

Conversation

longshuicy
Copy link
Member

[1.13.0] - 2024-08-21

Added

  • Warning on landing page notifying user to reset your password. #215
  • Incore-theme for emails sent through KeyCloak. #212

Changed

  • Restrict unapproved user from performing any action or accessing any resources. #206
  • Convert DataViewer and DFR3Viewer into Functional based components. #183

Fixed

  • Google Analytics warning for not being loading as frist component #208

Security

  • Bump ws, engine.io-client, engine.io and socket.io-adapter #211
  • Bump braces from 3.0.2 to 3.0.3 #210

ywkim312 and others added 12 commits June 11, 2024 14:14
* Make GA to load at very first

* modified changelog
Bumps [ws](https://github.com/websockets/ws), [engine.io-client](https://github.com/socketio/engine.io-client), [engine.io](https://github.com/socketio/engine.io) and [socket.io-adapter](https://github.com/socketio/socket.io-adapter). These dependencies needed to be updated together.

Updates `ws` from 8.11.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](websockets/ws@8.11.0...8.17.1)

Updates `engine.io-client` from 6.5.3 to 6.5.4
- [Release notes](https://github.com/socketio/engine.io-client/releases)
- [Changelog](https://github.com/socketio/engine.io-client/blob/6.5.4/CHANGELOG.md)
- [Commits](socketio/engine.io-client@6.5.3...6.5.4)

Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases)
- [Changelog](https://github.com/socketio/engine.io/blob/6.5.5/CHANGELOG.md)
- [Commits](socketio/engine.io@6.5.4...6.5.5)

Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases)
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/2.5.5/CHANGELOG.md)
- [Commits](socketio/socket.io-adapter@2.5.4...2.5.5)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
- dependency-name: engine.io-client
  dependency-type: indirect
- dependency-name: engine.io
  dependency-type: indirect
- dependency-name: socket.io-adapter
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
* add community app component - dummy data

* ui changes

* ui update

* add new changes

* convert class based components to functional

* convert class based components to functional for DataViwer and DFR3Viewer

* fix: homepage version not loading issue

* add changelog entry

* fix state manipulation and also refactor dfr3mapping

* make requested changes

* reslved changes

* fix empty search not working issue

* fix styles for dataviewer

* fix 3d icon not showing and dataviewer search
…essing anything (#207)

* add forbidden componenet

* add new reducer for forbidden

* forbidden works

* don't log out 403

* add forbidden check to all routes

* topbar stays logged in

* only 2 items in the fobidden page

* add changelog entry

* merge conflict bug

* add forbidden check to all actions

* fix more bugs

* rewrite

* correctly use the props

* update the wording
* add email theme

* add changelog entry
* add email theme

* add changelog entry

* fix messages
* add warning mechanism

* changelog; add message to config

* too much blank spaces
Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md)
- [Commits](micromatch/braces@3.0.2...3.0.3)

---
updated-dependencies:
- dependency-name: braces
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Removes [axios](https://github.com/axios/axios). It's no longer used after updating ancestor dependency [browser-sync](https://github.com/BrowserSync/browser-sync). These dependencies need to be updated together.


Removes `axios`

Updates `browser-sync` from 2.29.3 to 3.0.2
- [Release notes](https://github.com/BrowserSync/browser-sync/releases)
- [Changelog](https://github.com/BrowserSync/browser-sync/blob/master/CHANGELOG.md)
- [Commits](BrowserSync/browser-sync@v2.29.3...v3.0.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: indirect
- dependency-name: browser-sync
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…43a95b26

Bump ws, engine.io-client, engine.io and socket.io-adapter
@longshuicy longshuicy requested a review from a team August 16, 2024 02:56
@navarroc navarroc self-requested a review August 16, 2024 14:31
@navarroc navarroc requested review from ywkim312 and ylyangtw August 16, 2024 14:39
@longshuicy longshuicy merged commit 56d570e into main Aug 16, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants