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.5.10 #7358

Merged
merged 38 commits into from
Feb 21, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
bcffa3f
remove old unused toast components
nbintertech Jan 16, 2025
cc93ba2
Add snackbar with msg levels for global notifications
nbintertech Jan 17, 2025
c22788b
Merge branch 'develop' of https://github.com/ORNL-AMO/AMO-Tools-Deskt…
nbintertech Jan 23, 2025
606719e
Add Update application module, toast, update browsing data toast, mov…
nbintertech Jan 23, 2025
2f13dd1
Increase snackbar text size and window, update calculator numbers
nbintertech Jan 23, 2025
1a5c649
Hide collapsed card-toast-notification on print
nbintertech Jan 24, 2025
b9a5509
Bump vite and @angular-devkit/build-angular
dependabot[bot] Jan 24, 2025
821988c
Merge pull request #7285 from ORNL-AMO/dependabot/npm_and_yarn/multi-…
nbintertech Jan 28, 2025
0f8a5fe
Rollback dependabot update to angular devkit build-angular
nbintertech Jan 28, 2025
858ae93
Merge pull request #7290 from ORNL-AMO/rollback-build-angular
rhernandez-intertech Jan 28, 2025
e234744
Handle async releaseData and updateAvailable events, use correct even…
nbintertech Jan 28, 2025
2208ea0
Merge branch 'develop' of https://github.com/ORNL-AMO/AMO-Tools-Deskt…
nbintertech Jan 28, 2025
e0eb954
Add missing style in release notes
nbintertech Jan 28, 2025
22c8083
Merge pull request #7291 from ORNL-AMO/issue-7177
nbintertech Jan 31, 2025
efdd0dc
Fix: Return chiller staging output when input invalid
nbintertech Feb 12, 2025
1b9748d
Merge pull request #7326 from ORNL-AMO/issue-7324
rhernandez-intertech Feb 12, 2025
2b90a67
fixed validation bug in PF Triangle calc and graph
rhernandez-intertech Feb 12, 2025
0ab4d9d
removed unused import
rhernandez-intertech Feb 13, 2025
fbe3b06
Merge pull request #7330 from ORNL-AMO/issue-7313
nbintertech Feb 13, 2025
d389412
change amo tools suite pakage and refs
nbintertech Feb 17, 2025
4b07195
Merge pull request #7335 from ORNL-AMO/issue-7293
rhernandez-intertech Feb 17, 2025
cb8c05c
modal wip
nbintertech Feb 17, 2025
b8a39e2
Update Pump Suite Api changes to measur-tools-suite 1.0.8 beta
nbintertech Feb 17, 2025
e87bb8b
Add flue gas moisture modal to flue gas calcs
nbintertech Feb 17, 2025
72621e7
add and fix FW economizer help text
nbintertech Feb 18, 2025
c20edd1
fix modal backdrop style
nbintertech Feb 18, 2025
832e013
package and node version update
nbintertech Feb 18, 2025
f9080d3
Merge pull request #7341 from ORNL-AMO/issue-7289
rhernandez-intertech Feb 18, 2025
df906d4
Merge pull request #7342 from ORNL-AMO/issue-6854
rhernandez-intertech Feb 18, 2025
d8a9053
Add moisture calc modal, use html symbols for Fahrenheit
nbintertech Feb 18, 2025
0d56b01
Merge pull request #7345 from ORNL-AMO/issue-6854-b
rhernandez-intertech Feb 18, 2025
42a3827
Fix conflicting formatting propeties
nbintertech Feb 18, 2025
05c61a6
Merge pull request #7346 from ORNL-AMO/issue-7214
rhernandez-intertech Feb 18, 2025
dc5bc86
PF Triangle calc graph margin fix
rhernandez-intertech Feb 20, 2025
5fb8576
Merge pull request #7352 from ORNL-AMO/issue-7313
nbintertech Feb 20, 2025
7a9817b
Merge pull request #7336 from ORNL-AMO/issue-7293-b
nbintertech Feb 21, 2025
e64f6be
Update version to 1.5.10
nbintertech Feb 21, 2025
a502e5b
Merge pull request #7357 from ORNL-AMO/update-v1.5.10
esserhr Feb 21, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"src/favicon.ico",
{
"glob": "**/*",
"input": "./node_modules/amo-tools-suite/bin/",
"input": "./node_modules/measur-tools-suite/bin/",
"output": "."
},
"src/manifest.webmanifest"
Expand Down Expand Up @@ -175,7 +175,7 @@
"src/favicon.ico",
{
"glob": "**/*",
"input": "./node_modules/amo-tools-suite/bin/",
"input": "./node_modules/measur-tools-suite/bin/",
"output": "./assets/"
},
"src/manifest.webmanifest"
Expand Down
Loading