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: .github/ISSUE_TEMPLATE/release-template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ assignees: ""
10
10
-[ ] Work on `main`
11
11
-[ ] Bump version in https://github.com/gulfofmaine/Neracoos-1-Buoy-App/blob/main/package.json
12
12
-[ ] Build and test locally
13
-
-[ ] Jest `make test-frontend`
13
+
-[ ] Jest `make test`
14
14
-[ ] Playwright `npm run test:e2e:ui`
15
15
-[ ] Update Changelog https://github.com/gulfofmaine/Neracoos-1-Buoy-App/blob/main/CHANGELOG.md ([compare to previous release (update this url once loaded)](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/compare/v0.1.1/...main)
16
16
-[ ] Create commit with name in the format of `v{major}.{minor}.{patch}`
Copy file name to clipboardExpand all lines: CHANGELOG.md
+69Lines changed: 69 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,75 @@ Changes:
8
8
9
9
Fixes:
10
10
11
+
Dependency updates:
12
+
13
+
## 1.0.1 - 9/27/2024
14
+
15
+
Additions:
16
+
17
+
- Performace testing with Playwright [#3107](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3107) to try to get a handle on slow loading [#3083](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/issues/3083)
18
+
19
+
Changes:
20
+
21
+
- Added accessibility helper to Highcharts [#3130](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3130)
22
+
23
+
Fixes:
24
+
25
+
- Get source maps to be uploaded to Sentry again, to make it more reasonable to debug errors [#3117](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3117)
26
+
- Show an error when a global (500 level) error occurs [#3117](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3117)
27
+
- Remove old OpenLayers CSS links [#3141](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3141)
28
+
- Adjust queryClient init so that `useState` doesn't cause failures with Suspense [#3138](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3138)
29
+
- Disable SSR rendering for Redux store to avoid session storage issues [#3116](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3116)
30
+
- Move redux provider to use `useRef` pattern [#3136](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3136)
31
+
- Fix critical build dependency error thrown from web-worker [#3126](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3126)
32
+
- Update container memory requests (which were set in Create React App era and starving it) [#3108](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3108)
33
+
- Test wind speed in knots correctly [#3074](https://github.com/gulfofmaine/Neracoos-1-Buoy-App/pull/3074)
34
+
- Skipping M01 tests while it's not functioning
35
+
- added wait till current conditions tests aren't fetching data before counting cards displayed
36
+
- Removed `yarn.lock` to prevent some confusion
37
+
38
+
Dependency updates:
39
+
40
+
- Docker build push action from 6.5.0 to 6.7.0
41
+
- Prettier pre-commit hook from 3.0.3 to 3.3.3
42
+
- Node from 22.5.1 to 22.9.0
43
+
- Redux toolkit from 1.9.7 to 2.2.7
44
+
- Sentry Next JS from 7.114.0 to 8.32.0
45
+
- Spotlight from 2.3.1 to 2.4.1
46
+
- Tanstack React Query and devtools from 5.51.23 to 5.58.0
0 commit comments