@justdanielndev/status-page 1.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.prettierrc.cjs +1 -0
- package/.upptimerc.yml +42 -0
- package/CHANGELOG.md +791 -0
- package/LICENSE +21 -0
- package/README.md +46 -0
- package/cypress/fixtures/example.json +5 -0
- package/cypress/integration/incident.spec.js +9 -0
- package/cypress/integration/live-status.spec.js +12 -0
- package/cypress/plugins/index.js +17 -0
- package/cypress/support/commands.js +25 -0
- package/cypress/support/index.js +20 -0
- package/cypress.json +4 -0
- package/i18n.yml +61 -0
- package/init-tests.ts +12 -0
- package/jest.config.js +4 -0
- package/package.json +78 -0
- package/post-process.ts +61 -0
- package/pre-process.ts +32 -0
- package/release.config.js +1 -0
- package/rollup.config.js +116 -0
- package/src/client.js +18 -0
- package/src/components/ActiveIncidents.svelte +79 -0
- package/src/components/ActiveScheduled.svelte +96 -0
- package/src/components/Graph.svelte +76 -0
- package/src/components/History.svelte +84 -0
- package/src/components/Incident.svelte +161 -0
- package/src/components/Incidents.svelte +83 -0
- package/src/components/LiveStatus.svelte +190 -0
- package/src/components/Loading.svelte +37 -0
- package/src/components/Nav.svelte +88 -0
- package/src/components/Scheduled.svelte +72 -0
- package/src/components/Summary.svelte +54 -0
- package/src/routes/_error.svelte +41 -0
- package/src/routes/_layout.svelte +110 -0
- package/src/routes/error.svelte +27 -0
- package/src/routes/history/[number].svelte +17 -0
- package/src/routes/incident/[number].svelte +13 -0
- package/src/routes/index.svelte +48 -0
- package/src/routes/rate-limit-exceeded.svelte +88 -0
- package/src/server.js +25 -0
- package/src/service-worker.js +15 -0
- package/src/template.html +34 -0
- package/src/utils/createOctokit.js +67 -0
- package/static/global.css +203 -0
- package/static/logo-192.png +0 -0
- package/static/logo-512.png +0 -0
- package/static/manifest.json +20 -0
- package/static/themes/dark.css +26 -0
- package/static/themes/light.css +26 -0
- package/static/themes/night.css +26 -0
- package/static/themes/ocean.css +26 -0
- package/tsconfig.json +20 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,791 @@
|
|
|
1
|
+
## v1.17.0 (2024-06-29)
|
|
2
|
+
|
|
3
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.17.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.16.0...v1.17.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.17.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.17.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.17.0.tar.gz))
|
|
4
|
+
|
|
5
|
+
### โจ New features
|
|
6
|
+
|
|
7
|
+
- [`bdf7fcd`](https://github.com/upptime/status-page/commit/bdf7fcd) Date formats in i18n configuration
|
|
8
|
+
(Issues: [`#549`](https://github.com/upptime/status-page/issues/549))
|
|
9
|
+
|
|
10
|
+
## v1.16.0 (2024-04-02)
|
|
11
|
+
|
|
12
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.16.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.15.3...v1.16.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.16.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.16.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.16.0.tar.gz))
|
|
13
|
+
|
|
14
|
+
### โจ New features
|
|
15
|
+
|
|
16
|
+
- [`9e6ecbd`](https://github.com/upptime/status-page/commit/9e6ecbd) Append base URL to CNAME to fix asset loading
|
|
17
|
+
|
|
18
|
+
## v1.15.3 (2023-05-31)
|
|
19
|
+
|
|
20
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.15.3) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.15.2...v1.15.3) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.15.3) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.15.3.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.15.3.tar.gz))
|
|
21
|
+
|
|
22
|
+
### ๐ Bug fixes
|
|
23
|
+
|
|
24
|
+
- [`fe601cf`](https://github.com/upptime/status-page/commit/fe601cf) Merge pull request #541 from titanism/master
|
|
25
|
+
(Issues: [`#541`](https://github.com/upptime/status-page/issues/541))
|
|
26
|
+
|
|
27
|
+
## v1.15.2 (2023-05-31)
|
|
28
|
+
|
|
29
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.15.2) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.15.1...v1.15.2) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.15.2) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.15.2.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.15.2.tar.gz))
|
|
30
|
+
|
|
31
|
+
### ๐ Bug fixes
|
|
32
|
+
|
|
33
|
+
- [`d235df8`](https://github.com/upptime/status-page/commit/d235df8) Remove dependabot config
|
|
34
|
+
|
|
35
|
+
## v1.15.1 (2023-04-03)
|
|
36
|
+
|
|
37
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.15.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.15.0...v1.15.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.15.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.15.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.15.1.tar.gz))
|
|
38
|
+
|
|
39
|
+
### ๐ Bug fixes
|
|
40
|
+
|
|
41
|
+
- [`14f7f8f`](https://github.com/upptime/status-page/commit/14f7f8f) Check for window & document in code
|
|
42
|
+
|
|
43
|
+
## v1.15.0 (2023-02-18)
|
|
44
|
+
|
|
45
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.15.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.14.1...v1.15.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.15.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.15.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.15.0.tar.gz))
|
|
46
|
+
|
|
47
|
+
### โจ New features
|
|
48
|
+
|
|
49
|
+
- [`61a4967`](https://github.com/upptime/status-page/commit/61a4967) Add light + dark theme support
|
|
50
|
+
|
|
51
|
+
### ๐ Bug fixes
|
|
52
|
+
|
|
53
|
+
- [`47d2cfa`](https://github.com/upptime/status-page/commit/47d2cfa) Fix error in Svelte syntax
|
|
54
|
+
|
|
55
|
+
## v1.14.1 (2022-09-23)
|
|
56
|
+
|
|
57
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.14.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.14.0...v1.14.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.14.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.14.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.14.1.tar.gz))
|
|
58
|
+
|
|
59
|
+
### ๐ Bug fixes
|
|
60
|
+
|
|
61
|
+
- [`a331d49`](https://github.com/upptime/status-page/commit/a331d49) Remove background mask for graph
|
|
62
|
+
|
|
63
|
+
## v1.14.0 (2022-08-01)
|
|
64
|
+
|
|
65
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.14.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.13.0...v1.14.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.14.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.14.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.14.0.tar.gz))
|
|
66
|
+
|
|
67
|
+
### โจ New features
|
|
68
|
+
|
|
69
|
+
- [`aeb6b33`](https://github.com/upptime/status-page/commit/aeb6b33) Allow the use of other mirrors instead of raw.githubusercontent.com
|
|
70
|
+
(Issues: [`#444`](https://github.com/upptime/status-page/issues/444))
|
|
71
|
+
|
|
72
|
+
## v1.13.0 (2022-07-22)
|
|
73
|
+
|
|
74
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.13.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.6...v1.13.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.13.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.13.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.13.0.tar.gz))
|
|
75
|
+
|
|
76
|
+
### โจ New features
|
|
77
|
+
|
|
78
|
+
- [`48259ef`](https://github.com/upptime/status-page/commit/48259ef) Trigger new release
|
|
79
|
+
|
|
80
|
+
## v1.12.6 (2022-05-26)
|
|
81
|
+
|
|
82
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.6) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.5...v1.12.6) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.6) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.6.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.6.tar.gz))
|
|
83
|
+
|
|
84
|
+
### ๐ Bug fixes
|
|
85
|
+
|
|
86
|
+
- [`6cb6f23`](https://github.com/upptime/status-page/commit/6cb6f23) Update all dependencies (testing)
|
|
87
|
+
|
|
88
|
+
## v1.12.5 (2022-05-26)
|
|
89
|
+
|
|
90
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.5) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.4...v1.12.5) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.5) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.5.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.5.tar.gz))
|
|
91
|
+
|
|
92
|
+
### ๐ Bug fixes
|
|
93
|
+
|
|
94
|
+
- [`d432470`](https://github.com/upptime/status-page/commit/d432470) Update dependencies
|
|
95
|
+
|
|
96
|
+
## v1.12.4 (2021-05-07)
|
|
97
|
+
|
|
98
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.4) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.3...v1.12.4) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.4) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.4.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.4.tar.gz))
|
|
99
|
+
|
|
100
|
+
### ๐ Bug fixes
|
|
101
|
+
|
|
102
|
+
- [`90fd816`](https://github.com/upptime/status-page/commit/90fd816) Trigger patch release
|
|
103
|
+
|
|
104
|
+
## v1.12.3 (2021-03-15)
|
|
105
|
+
|
|
106
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.3) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.2...v1.12.3) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.3) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.3.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.3.tar.gz))
|
|
107
|
+
|
|
108
|
+
### โฌ๏ธ Dependency updates
|
|
109
|
+
|
|
110
|
+
- [`1b13699`](https://github.com/upptime/status-page/commit/1b13699) Bump @octokit/rest from 18.3.3 to 18.3.4
|
|
111
|
+
|
|
112
|
+
## v1.12.2 (2021-03-08)
|
|
113
|
+
|
|
114
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.2) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.1...v1.12.2) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.2) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.2.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.2.tar.gz))
|
|
115
|
+
|
|
116
|
+
### โฌ๏ธ Dependency updates
|
|
117
|
+
|
|
118
|
+
- [`5d21699`](https://github.com/upptime/status-page/commit/5d21699) Bump @babel/preset-env from 7.13.5 to 7.13.8
|
|
119
|
+
- [`d8ff323`](https://github.com/upptime/status-page/commit/d8ff323) Bump @babel/core from 7.13.1 to 7.13.8
|
|
120
|
+
- [`0a37575`](https://github.com/upptime/status-page/commit/0a37575) Bump rollup from 2.39.1 to 2.40.0
|
|
121
|
+
- [`5cd31d9`](https://github.com/upptime/status-page/commit/5cd31d9) Bump @octokit/rest from 18.2.1 to 18.3.0
|
|
122
|
+
- [`825d2bf`](https://github.com/upptime/status-page/commit/825d2bf) Bump @babel/plugin-transform-runtime from 7.13.7 to 7.13.8
|
|
123
|
+
- [`ee5fdd9`](https://github.com/upptime/status-page/commit/ee5fdd9) Bump @types/fs-extra from 9.0.7 to 9.0.8
|
|
124
|
+
- [`ec8ae1b`](https://github.com/upptime/status-page/commit/ec8ae1b) Bump @babel/runtime from 7.13.7 to 7.13.8
|
|
125
|
+
- [`a62fffb`](https://github.com/upptime/status-page/commit/a62fffb) Bump cypress from 6.5.0 to 6.6.0
|
|
126
|
+
- [`b0a6f1d`](https://github.com/upptime/status-page/commit/b0a6f1d) Bump @babel/preset-env from 7.13.8 to 7.13.9
|
|
127
|
+
- [`dae4f67`](https://github.com/upptime/status-page/commit/dae4f67) Bump @babel/runtime from 7.13.8 to 7.13.9
|
|
128
|
+
- [`9afed12`](https://github.com/upptime/status-page/commit/9afed12) Bump @octokit/rest from 18.3.0 to 18.3.1
|
|
129
|
+
- [`2497e95`](https://github.com/upptime/status-page/commit/2497e95) Bump svelte from 3.34.0 to 3.35.0
|
|
130
|
+
- [`06dc8d1`](https://github.com/upptime/status-page/commit/06dc8d1) Bump @babel/plugin-transform-runtime from 7.13.8 to 7.13.9
|
|
131
|
+
- [`0ea4f20`](https://github.com/upptime/status-page/commit/0ea4f20) Bump @octokit/rest from 18.3.1 to 18.3.2
|
|
132
|
+
- [`31baed0`](https://github.com/upptime/status-page/commit/31baed0) Bump semantic-release from 17.4.0 to 17.4.1
|
|
133
|
+
- [`29ad3e3`](https://github.com/upptime/status-page/commit/29ad3e3) Bump ts-jest from 26.5.2 to 26.5.3
|
|
134
|
+
- [`b209f44`](https://github.com/upptime/status-page/commit/b209f44) Bump @octokit/rest from 18.3.2 to 18.3.3
|
|
135
|
+
- [`810fa77`](https://github.com/upptime/status-page/commit/810fa77) Bump typescript from 4.2.2 to 4.2.3
|
|
136
|
+
|
|
137
|
+
## v1.12.1 (2021-02-26)
|
|
138
|
+
|
|
139
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.12.0...v1.12.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.1.tar.gz))
|
|
140
|
+
|
|
141
|
+
### ๐ Bug fixes
|
|
142
|
+
|
|
143
|
+
- [`5544b85`](https://github.com/upptime/status-page/commit/5544b85) Fix upptime/upptime/issues/270, remove active message
|
|
144
|
+
|
|
145
|
+
### โฌ๏ธ Dependency updates
|
|
146
|
+
|
|
147
|
+
- [`17c41b9`](https://github.com/upptime/status-page/commit/17c41b9) Bump @babel/plugin-transform-runtime from 7.13.6 to 7.13.7
|
|
148
|
+
- [`af1cb9c`](https://github.com/upptime/status-page/commit/af1cb9c) Bump @babel/runtime from 7.13.6 to 7.13.7
|
|
149
|
+
- [`eaac2ab`](https://github.com/upptime/status-page/commit/eaac2ab) Bump svelte from 3.32.3 to 3.34.0
|
|
150
|
+
- [`8eb895e`](https://github.com/upptime/status-page/commit/8eb895e) Bump semantic-release from 17.3.9 to 17.4.0
|
|
151
|
+
|
|
152
|
+
## v1.12.0 (2021-02-24)
|
|
153
|
+
|
|
154
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.12.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.7...v1.12.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.12.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.12.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.12.0.tar.gz))
|
|
155
|
+
|
|
156
|
+
### โจ New features
|
|
157
|
+
|
|
158
|
+
- [`ca13c83`](https://github.com/upptime/status-page/commit/ca13c83) Add scheduled maintenance events
|
|
159
|
+
|
|
160
|
+
### โฌ๏ธ Dependency updates
|
|
161
|
+
|
|
162
|
+
- [`fdb8937`](https://github.com/upptime/status-page/commit/fdb8937) Bump @rollup/plugin-replace from 2.3.4 to 2.4.0
|
|
163
|
+
- [`f53c6cc`](https://github.com/upptime/status-page/commit/f53c6cc) Bump actions/setup-node from v2.1.4 to v2.1.5
|
|
164
|
+
- [`1f29eac`](https://github.com/upptime/status-page/commit/1f29eac) Bump rollup from 2.39.0 to 2.39.1
|
|
165
|
+
- [`56454a5`](https://github.com/upptime/status-page/commit/56454a5) Bump @rollup/plugin-replace from 2.4.0 to 2.4.1
|
|
166
|
+
- [`d8eaed6`](https://github.com/upptime/status-page/commit/d8eaed6) Bump @babel/runtime from 7.12.18 to 7.13.2
|
|
167
|
+
- [`cbff063`](https://github.com/upptime/status-page/commit/cbff063) Bump @babel/preset-env from 7.12.17 to 7.13.0
|
|
168
|
+
- [`4978cdb`](https://github.com/upptime/status-page/commit/4978cdb) Bump @babel/core from 7.12.17 to 7.13.1
|
|
169
|
+
- [`23ed1be`](https://github.com/upptime/status-page/commit/23ed1be) Bump @babel/plugin-transform-runtime from 7.12.17 to 7.13.6
|
|
170
|
+
- [`6c0088d`](https://github.com/upptime/status-page/commit/6c0088d) Bump @babel/runtime from 7.13.2 to 7.13.6
|
|
171
|
+
- [`9d705c9`](https://github.com/upptime/status-page/commit/9d705c9) Bump typescript from 4.1.5 to 4.2.2
|
|
172
|
+
- [`60fb5d2`](https://github.com/upptime/status-page/commit/60fb5d2) Bump @babel/preset-env from 7.13.0 to 7.13.5
|
|
173
|
+
- [`84a3956`](https://github.com/upptime/status-page/commit/84a3956) Bump ts-jest from 26.5.1 to 26.5.2
|
|
174
|
+
- [`ce8f253`](https://github.com/upptime/status-page/commit/ce8f253) Bump @octokit/rest from 18.2.0 to 18.2.1
|
|
175
|
+
|
|
176
|
+
## v1.11.7 (2021-02-22)
|
|
177
|
+
|
|
178
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.7) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.6...v1.11.7) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.7) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.7.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.7.tar.gz))
|
|
179
|
+
|
|
180
|
+
### โฌ๏ธ Dependency updates
|
|
181
|
+
|
|
182
|
+
- [`260c160`](https://github.com/upptime/status-page/commit/260c160) Bump @rollup/plugin-node-resolve from 11.1.1 to 11.2.0
|
|
183
|
+
- [`3831ddc`](https://github.com/upptime/status-page/commit/3831ddc) Bump semantic-release from 17.3.8 to 17.3.9
|
|
184
|
+
- [`994da2f`](https://github.com/upptime/status-page/commit/994da2f) Bump rollup from 2.38.5 to 2.39.0
|
|
185
|
+
- [`b17c1ac`](https://github.com/upptime/status-page/commit/b17c1ac) Bump @octokit/rest from 18.1.0 to 18.1.1
|
|
186
|
+
- [`1063e3f`](https://github.com/upptime/status-page/commit/1063e3f) Bump @rollup/plugin-babel from 5.2.3 to 5.3.0
|
|
187
|
+
- [`bae95fa`](https://github.com/upptime/status-page/commit/bae95fa) Bump vsoch/pull-request-action from 1.0.13 to 1.0.14
|
|
188
|
+
- [`6e12581`](https://github.com/upptime/status-page/commit/6e12581) Bump pascalgn/automerge-action from v0.13.0 to v0.13.1
|
|
189
|
+
- [`0eee281`](https://github.com/upptime/status-page/commit/0eee281) Bump vsoch/pull-request-action from 1.0.14 to 1.0.15
|
|
190
|
+
- [`75caf9c`](https://github.com/upptime/status-page/commit/75caf9c) Bump cypress from 6.4.0 to 6.5.0
|
|
191
|
+
- [`9e5678b`](https://github.com/upptime/status-page/commit/9e5678b) Bump @babel/plugin-transform-runtime from 7.12.15 to 7.12.17
|
|
192
|
+
- [`b379a5a`](https://github.com/upptime/status-page/commit/b379a5a) Bump @babel/core from 7.12.16 to 7.12.17
|
|
193
|
+
- [`9aac802`](https://github.com/upptime/status-page/commit/9aac802) Bump @babel/preset-env from 7.12.16 to 7.12.17
|
|
194
|
+
- [`c4c227c`](https://github.com/upptime/status-page/commit/c4c227c) Bump @octokit/rest from 18.1.1 to 18.2.0
|
|
195
|
+
- [`2d5c509`](https://github.com/upptime/status-page/commit/2d5c509) Bump @babel/runtime from 7.12.13 to 7.12.18
|
|
196
|
+
|
|
197
|
+
## v1.11.6 (2021-02-15)
|
|
198
|
+
|
|
199
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.6) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.5...v1.11.6) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.6) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.6.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.6.tar.gz))
|
|
200
|
+
|
|
201
|
+
### โฌ๏ธ Dependency updates
|
|
202
|
+
|
|
203
|
+
- [`bcfd31d`](https://github.com/upptime/status-page/commit/bcfd31d) Bump actions/cache from v2 to v2.1.4
|
|
204
|
+
- [`5af660b`](https://github.com/upptime/status-page/commit/5af660b) Bump semantic-release from 17.3.7 to 17.3.8
|
|
205
|
+
- [`defeaff`](https://github.com/upptime/status-page/commit/defeaff) Bump svelte from 3.32.1 to 3.32.2
|
|
206
|
+
- [`453553a`](https://github.com/upptime/status-page/commit/453553a) Bump typescript from 4.1.3 to 4.1.4
|
|
207
|
+
- [`1c1b3f8`](https://github.com/upptime/status-page/commit/1c1b3f8) Bump ts-jest from 26.5.0 to 26.5.1
|
|
208
|
+
- [`021a18a`](https://github.com/upptime/status-page/commit/021a18a) Bump svelte from 3.32.2 to 3.32.3
|
|
209
|
+
- [`96ebf9c`](https://github.com/upptime/status-page/commit/96ebf9c) Bump typescript from 4.1.4 to 4.1.5
|
|
210
|
+
- [`509e84d`](https://github.com/upptime/status-page/commit/509e84d) Bump @babel/core from 7.12.13 to 7.12.16
|
|
211
|
+
- [`acfa6c6`](https://github.com/upptime/status-page/commit/acfa6c6) Bump @types/fs-extra from 9.0.6 to 9.0.7
|
|
212
|
+
- [`c11a1b7`](https://github.com/upptime/status-page/commit/c11a1b7) Bump @babel/preset-env from 7.12.13 to 7.12.16
|
|
213
|
+
|
|
214
|
+
## v1.11.5 (2021-02-08)
|
|
215
|
+
|
|
216
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.5) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.4...v1.11.5) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.5) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.5.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.5.tar.gz))
|
|
217
|
+
|
|
218
|
+
### โฌ๏ธ Dependency updates
|
|
219
|
+
|
|
220
|
+
- [`37c4e61`](https://github.com/upptime/status-page/commit/37c4e61) Bump svelte from 3.32.0 to 3.32.1
|
|
221
|
+
- [`99a8575`](https://github.com/upptime/status-page/commit/99a8575) Bump ts-jest from 26.4.4 to 26.5.0
|
|
222
|
+
- [`6b6b286`](https://github.com/upptime/status-page/commit/6b6b286) Bump sirv from 1.0.10 to 1.0.11
|
|
223
|
+
- [`c710562`](https://github.com/upptime/status-page/commit/c710562) Bump rollup from 2.38.1 to 2.38.3
|
|
224
|
+
- [`2621c5d`](https://github.com/upptime/status-page/commit/2621c5d) Bump @rollup/plugin-node-resolve from 11.1.0 to 11.1.1
|
|
225
|
+
- [`f8be5cd`](https://github.com/upptime/status-page/commit/f8be5cd) Bump @rollup/plugin-babel from 5.2.2 to 5.2.3
|
|
226
|
+
- [`0a0c9d4`](https://github.com/upptime/status-page/commit/0a0c9d4) Bump @rollup/plugin-commonjs from 17.0.0 to 17.1.0
|
|
227
|
+
- [`9687f1c`](https://github.com/upptime/status-page/commit/9687f1c) Bump rollup from 2.38.3 to 2.38.4
|
|
228
|
+
- [`a820122`](https://github.com/upptime/status-page/commit/a820122) Bump cypress from 6.3.0 to 6.4.0
|
|
229
|
+
- [`7b7dd10`](https://github.com/upptime/status-page/commit/7b7dd10) Bump @babel/core from 7.12.10 to 7.12.13
|
|
230
|
+
- [`3850296`](https://github.com/upptime/status-page/commit/3850296) Bump @octokit/rest from 18.0.15 to 18.1.0
|
|
231
|
+
- [`a88591f`](https://github.com/upptime/status-page/commit/a88591f) Bump @babel/runtime from 7.12.5 to 7.12.13
|
|
232
|
+
- [`ddd370f`](https://github.com/upptime/status-page/commit/ddd370f) Bump @babel/preset-env from 7.12.11 to 7.12.13
|
|
233
|
+
- [`2e9c5aa`](https://github.com/upptime/status-page/commit/2e9c5aa) Bump @babel/plugin-transform-runtime from 7.12.10 to 7.12.13
|
|
234
|
+
- [`3494db2`](https://github.com/upptime/status-page/commit/3494db2) Bump sapper from 0.29.0 to 0.29.1
|
|
235
|
+
- [`e901f4c`](https://github.com/upptime/status-page/commit/e901f4c) Bump @babel/plugin-transform-runtime from 7.12.13 to 7.12.15
|
|
236
|
+
- [`69c8067`](https://github.com/upptime/status-page/commit/69c8067) Bump rollup from 2.38.4 to 2.38.5
|
|
237
|
+
|
|
238
|
+
## v1.11.4 (2021-02-01)
|
|
239
|
+
|
|
240
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.4) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.3...v1.11.4) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.4) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.4.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.4.tar.gz))
|
|
241
|
+
|
|
242
|
+
### โฌ๏ธ Dependency updates
|
|
243
|
+
|
|
244
|
+
- [`0e837cc`](https://github.com/upptime/status-page/commit/0e837cc) Bump rollup from 2.38.0 to 2.38.1
|
|
245
|
+
|
|
246
|
+
## v1.11.3 (2021-01-27)
|
|
247
|
+
|
|
248
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.3) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.2...v1.11.3) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.3) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.3.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.3.tar.gz))
|
|
249
|
+
|
|
250
|
+
### โป๏ธ Updates
|
|
251
|
+
|
|
252
|
+
- [`883b8df`](https://github.com/upptime/status-page/commit/883b8df) Don't allow demo.upptime.js.org to others
|
|
253
|
+
|
|
254
|
+
### โฌ๏ธ Dependency updates
|
|
255
|
+
|
|
256
|
+
- [`082b095`](https://github.com/upptime/status-page/commit/082b095) Bump semantic-release from 17.3.6 to 17.3.7
|
|
257
|
+
- [`f00a1fd`](https://github.com/upptime/status-page/commit/f00a1fd) Bump @octokit/rest from 18.0.13 to 18.0.14
|
|
258
|
+
- [`3100ae0`](https://github.com/upptime/status-page/commit/3100ae0) Bump sapper from 0.28.10 to 0.29.0
|
|
259
|
+
- [`bb0446d`](https://github.com/upptime/status-page/commit/bb0446d) Bump rollup from 2.37.1 to 2.38.0
|
|
260
|
+
- [`1153cf5`](https://github.com/upptime/status-page/commit/1153cf5) Bump svelte from 3.31.2 to 3.32.0
|
|
261
|
+
- [`c093355`](https://github.com/upptime/status-page/commit/c093355) Bump @octokit/rest from 18.0.14 to 18.0.15
|
|
262
|
+
|
|
263
|
+
## v1.11.2 (2021-01-25)
|
|
264
|
+
|
|
265
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.2) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.1...v1.11.2) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.2) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.2.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.2.tar.gz))
|
|
266
|
+
|
|
267
|
+
### ๐ Bug fixes
|
|
268
|
+
|
|
269
|
+
- [`811b6a4`](https://github.com/upptime/status-page/commit/811b6a4) Catch error in copying assets
|
|
270
|
+
|
|
271
|
+
## v1.11.1 (2021-01-24)
|
|
272
|
+
|
|
273
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.11.0...v1.11.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.1.tar.gz))
|
|
274
|
+
|
|
275
|
+
### โป๏ธ Updates
|
|
276
|
+
|
|
277
|
+
- [`f99f965`](https://github.com/upptime/status-page/commit/f99f965) Change static -> assets
|
|
278
|
+
|
|
279
|
+
## v1.11.0 (2021-01-24)
|
|
280
|
+
|
|
281
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.11.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.10.0...v1.11.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.11.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.11.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.11.0.tar.gz))
|
|
282
|
+
|
|
283
|
+
### โจ New features
|
|
284
|
+
|
|
285
|
+
- [`b388ca2`](https://github.com/upptime/status-page/commit/b388ca2) Add support for custom themeUrl
|
|
286
|
+
|
|
287
|
+
### ๐ Bug fixes
|
|
288
|
+
|
|
289
|
+
- [`5a91d85`](https://github.com/upptime/status-page/commit/5a91d85) Ensure variable exists
|
|
290
|
+
|
|
291
|
+
## v1.10.0 (2021-01-24)
|
|
292
|
+
|
|
293
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.10.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.9.1...v1.10.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.10.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.10.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.10.0.tar.gz))
|
|
294
|
+
|
|
295
|
+
### โจ New features
|
|
296
|
+
|
|
297
|
+
- [`2740579`](https://github.com/upptime/status-page/commit/2740579) Add support for static directory
|
|
298
|
+
|
|
299
|
+
## v1.9.1 (2021-01-24)
|
|
300
|
+
|
|
301
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.9.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.9.0...v1.9.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.9.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.9.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.9.1.tar.gz))
|
|
302
|
+
|
|
303
|
+
### ๐ Bug fixes
|
|
304
|
+
|
|
305
|
+
- [`cc89673`](https://github.com/upptime/status-page/commit/cc89673) Fix paths to theme (fixed upptime/upptime#228)
|
|
306
|
+
(Issues: [`upptime/upptime#228`](https://github.com/upptime/upptime/issues/228))
|
|
307
|
+
|
|
308
|
+
## v1.9.0 (2021-01-23)
|
|
309
|
+
|
|
310
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.9.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.8.0...v1.9.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.9.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.9.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.9.0.tar.gz))
|
|
311
|
+
|
|
312
|
+
### โจ New features
|
|
313
|
+
|
|
314
|
+
- [`2b56dbd`](https://github.com/upptime/status-page/commit/2b56dbd) Add support for custom HTML and meta tags
|
|
315
|
+
|
|
316
|
+
## v1.8.0 (2021-01-22)
|
|
317
|
+
|
|
318
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.8.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.11...v1.8.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.8.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.8.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.8.0.tar.gz))
|
|
319
|
+
|
|
320
|
+
### โจ New features
|
|
321
|
+
|
|
322
|
+
- [`17aa659`](https://github.com/upptime/status-page/commit/17aa659) Add support for multiple themes
|
|
323
|
+
- [`ecfada6`](https://github.com/upptime/status-page/commit/ecfada6) Add themes
|
|
324
|
+
- [`6ec7d61`](https://github.com/upptime/status-page/commit/6ec7d61) Add support for robots.txt
|
|
325
|
+
|
|
326
|
+
### โป๏ธ Updates
|
|
327
|
+
|
|
328
|
+
- [`f7a28bc`](https://github.com/upptime/status-page/commit/f7a28bc) Move theme styles to global.css
|
|
329
|
+
- [`527499a`](https://github.com/upptime/status-page/commit/527499a) Add options hideNavLogo, hideNavTitle
|
|
330
|
+
- [`f6f12a0`](https://github.com/upptime/status-page/commit/f6f12a0) Use image instead of background image
|
|
331
|
+
- [`4f826a7`](https://github.com/upptime/status-page/commit/4f826a7) Use variables for themes
|
|
332
|
+
|
|
333
|
+
### ๐ Interface changes
|
|
334
|
+
|
|
335
|
+
- [`44c169a`](https://github.com/upptime/status-page/commit/44c169a) Add dark theme
|
|
336
|
+
- [`eb50ba9`](https://github.com/upptime/status-page/commit/eb50ba9) Add ocean theme
|
|
337
|
+
|
|
338
|
+
### โฌ๏ธ Dependency updates
|
|
339
|
+
|
|
340
|
+
- [`fc53969`](https://github.com/upptime/status-page/commit/fc53969) Bump semantic-release from 17.3.2 to 17.3.3
|
|
341
|
+
- [`372bf6c`](https://github.com/upptime/status-page/commit/372bf6c) Bump rollup from 2.36.1 to 2.36.2
|
|
342
|
+
- [`6f508bf`](https://github.com/upptime/status-page/commit/6f508bf) Bump @rollup/plugin-node-resolve from 11.0.1 to 11.1.0
|
|
343
|
+
- [`ff64ff7`](https://github.com/upptime/status-page/commit/ff64ff7) Bump @semantic-release/npm from 7.0.9 to 7.0.10
|
|
344
|
+
- [`6cb8d3d`](https://github.com/upptime/status-page/commit/6cb8d3d) Bump rollup from 2.36.2 to 2.37.0
|
|
345
|
+
- [`708aeb8`](https://github.com/upptime/status-page/commit/708aeb8) Bump fs-extra from 9.0.1 to 9.1.0
|
|
346
|
+
- [`b13c79b`](https://github.com/upptime/status-page/commit/b13c79b) Bump semantic-release from 17.3.3 to 17.3.4
|
|
347
|
+
- [`a16a467`](https://github.com/upptime/status-page/commit/a16a467) Bump cypress from 6.2.1 to 6.3.0
|
|
348
|
+
- [`afe5e54`](https://github.com/upptime/status-page/commit/afe5e54) Bump semantic-release from 17.3.4 to 17.3.6
|
|
349
|
+
- [`4f2ff6c`](https://github.com/upptime/status-page/commit/4f2ff6c) Bump rollup from 2.37.0 to 2.37.1
|
|
350
|
+
- [`b0dfa2e`](https://github.com/upptime/status-page/commit/b0dfa2e) Bump @octokit/rest from 18.0.12 to 18.0.13
|
|
351
|
+
|
|
352
|
+
## v1.7.11 (2021-01-18)
|
|
353
|
+
|
|
354
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.11) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.10...v1.7.11) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.11) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.11.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.11.tar.gz))
|
|
355
|
+
|
|
356
|
+
### โฌ๏ธ Dependency updates
|
|
357
|
+
|
|
358
|
+
- [`a177e00`](https://github.com/upptime/status-page/commit/a177e00) Bump semantic-release from 17.3.1 to 17.3.2
|
|
359
|
+
|
|
360
|
+
## v1.7.10 (2021-01-11)
|
|
361
|
+
|
|
362
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.10) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.9...v1.7.10) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.10) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.10.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.10.tar.gz))
|
|
363
|
+
|
|
364
|
+
### โป๏ธ Updates
|
|
365
|
+
|
|
366
|
+
- [`e62d088`](https://github.com/upptime/status-page/commit/e62d088) Trigger patch release
|
|
367
|
+
|
|
368
|
+
## v1.7.9 (2021-01-11)
|
|
369
|
+
|
|
370
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.9) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.8...v1.7.9) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.9) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.9.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.9.tar.gz))
|
|
371
|
+
|
|
372
|
+
### โฌ๏ธ Dependency updates
|
|
373
|
+
|
|
374
|
+
- [`f794c58`](https://github.com/upptime/status-page/commit/f794c58) Bump @types/js-yaml from 3.12.5 to 4.0.0
|
|
375
|
+
- [`3beef38`](https://github.com/upptime/status-page/commit/3beef38) Bump rollup from 2.35.1 to 2.36.0
|
|
376
|
+
- [`5f7bd29`](https://github.com/upptime/status-page/commit/5f7bd29) Bump rollup from 2.36.0 to 2.36.1
|
|
377
|
+
- [`c04f7c3`](https://github.com/upptime/status-page/commit/c04f7c3) Bump @types/jest from 26.0.19 to 26.0.20
|
|
378
|
+
|
|
379
|
+
## v1.7.8 (2021-01-05)
|
|
380
|
+
|
|
381
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.8) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.7...v1.7.8) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.8) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.8.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.8.tar.gz))
|
|
382
|
+
|
|
383
|
+
### โป๏ธ Updates
|
|
384
|
+
|
|
385
|
+
- [`21813c4`](https://github.com/upptime/status-page/commit/21813c4) Change safeLoad -> load
|
|
386
|
+
|
|
387
|
+
### โฌ๏ธ Dependency updates
|
|
388
|
+
|
|
389
|
+
- [`bd2033a`](https://github.com/upptime/status-page/commit/bd2033a) Bump @rollup/plugin-node-resolve from 10.0.0 to 11.0.1
|
|
390
|
+
- [`a5bcee3`](https://github.com/upptime/status-page/commit/a5bcee3) Bump js-yaml from 3.14.1 to 4.0.0
|
|
391
|
+
- [`4e7d895`](https://github.com/upptime/status-page/commit/4e7d895) Bump svelte from 3.31.0 to 3.31.1
|
|
392
|
+
- [`7369cea`](https://github.com/upptime/status-page/commit/7369cea) Bump cypress from 6.2.0 to 6.2.1
|
|
393
|
+
- [`f18f151`](https://github.com/upptime/status-page/commit/f18f151) Bump svelte from 3.31.1 to 3.31.2
|
|
394
|
+
|
|
395
|
+
## v1.7.7 (2021-01-04)
|
|
396
|
+
|
|
397
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.7) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.6...v1.7.7) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.7) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.7.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.7.tar.gz))
|
|
398
|
+
|
|
399
|
+
### โฌ๏ธ Dependency updates
|
|
400
|
+
|
|
401
|
+
- [`bc37f8f`](https://github.com/upptime/status-page/commit/bc37f8f) Bump semantic-release from 17.3.0 to 17.3.1
|
|
402
|
+
|
|
403
|
+
## v1.7.6 (2020-12-28)
|
|
404
|
+
|
|
405
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.6) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.5...v1.7.6) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.6) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.6.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.6.tar.gz))
|
|
406
|
+
|
|
407
|
+
### โฌ๏ธ Dependency updates
|
|
408
|
+
|
|
409
|
+
- [`633e571`](https://github.com/upptime/status-page/commit/633e571) Bump vsoch/pull-request-action from 1.0.12 to 1.0.13
|
|
410
|
+
- [`6f00944`](https://github.com/upptime/status-page/commit/6f00944) Bump cypress from 6.1.0 to 6.2.0
|
|
411
|
+
- [`26ba761`](https://github.com/upptime/status-page/commit/26ba761) Bump pascalgn/automerge-action from v0.12.0 to v0.13.0
|
|
412
|
+
- [`6fec6ad`](https://github.com/upptime/status-page/commit/6fec6ad) Bump node-notifier from 8.0.0 to 8.0.1
|
|
413
|
+
- [`23d9944`](https://github.com/upptime/status-page/commit/23d9944) Bump @types/fs-extra from 9.0.5 to 9.0.6
|
|
414
|
+
|
|
415
|
+
## v1.7.5 (2020-12-21)
|
|
416
|
+
|
|
417
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.5) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.4...v1.7.5) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.5) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.5.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.5.tar.gz))
|
|
418
|
+
|
|
419
|
+
### โฌ๏ธ Dependency updates
|
|
420
|
+
|
|
421
|
+
- [`bfcd94f`](https://github.com/upptime/status-page/commit/bfcd94f) Bump typescript from 4.1.2 to 4.1.3
|
|
422
|
+
- [`f4e5fc5`](https://github.com/upptime/status-page/commit/f4e5fc5) Bump rollup from 2.34.2 to 2.35.0
|
|
423
|
+
- [`1f67c21`](https://github.com/upptime/status-page/commit/1f67c21) Bump rollup from 2.35.0 to 2.35.1
|
|
424
|
+
- [`caca2cd`](https://github.com/upptime/status-page/commit/caca2cd) Bump @babel/preset-env from 7.12.10 to 7.12.11
|
|
425
|
+
- [`012f04b`](https://github.com/upptime/status-page/commit/012f04b) Bump actions/setup-node from v2.1.3 to v2.1.4
|
|
426
|
+
|
|
427
|
+
## v1.7.4 (2020-12-14)
|
|
428
|
+
|
|
429
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.4) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.3...v1.7.4) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.4) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.4.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.4.tar.gz))
|
|
430
|
+
|
|
431
|
+
### โฌ๏ธ Dependency updates
|
|
432
|
+
|
|
433
|
+
- [`95d1722`](https://github.com/upptime/status-page/commit/95d1722) Bump @babel/preset-env from 7.12.7 to 7.12.10
|
|
434
|
+
- [`9a4216c`](https://github.com/upptime/status-page/commit/9a4216c) Bump @babel/plugin-transform-runtime from 7.12.1 to 7.12.10
|
|
435
|
+
- [`c5cd10c`](https://github.com/upptime/status-page/commit/c5cd10c) Bump @babel/core from 7.12.9 to 7.12.10
|
|
436
|
+
- [`f8709d7`](https://github.com/upptime/status-page/commit/f8709d7) Bump actions/setup-node from v2.1.2 to v2.1.3
|
|
437
|
+
- [`5e0b20f`](https://github.com/upptime/status-page/commit/5e0b20f) Bump @types/fs-extra from 9.0.4 to 9.0.5
|
|
438
|
+
- [`44c5e15`](https://github.com/upptime/status-page/commit/44c5e15) Bump @types/jest from 26.0.18 to 26.0.19
|
|
439
|
+
- [`3e0e87d`](https://github.com/upptime/status-page/commit/3e0e87d) Bump ini from 1.3.5 to 1.3.8
|
|
440
|
+
|
|
441
|
+
## v1.7.3 (2020-12-10)
|
|
442
|
+
|
|
443
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.3) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.2...v1.7.3) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.3) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.3.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.3.tar.gz))
|
|
444
|
+
|
|
445
|
+
### โป๏ธ Updates
|
|
446
|
+
|
|
447
|
+
- [`bf21f20`](https://github.com/upptime/status-page/commit/bf21f20) Use .dark globally for dark theme
|
|
448
|
+
|
|
449
|
+
### โฌ๏ธ Dependency updates
|
|
450
|
+
|
|
451
|
+
- [`26b7c33`](https://github.com/upptime/status-page/commit/26b7c33) Bump sirv from 1.0.7 to 1.0.9
|
|
452
|
+
- [`3f15f33`](https://github.com/upptime/status-page/commit/3f15f33) Bump rollup from 2.34.1 to 2.34.2
|
|
453
|
+
- [`64158cf`](https://github.com/upptime/status-page/commit/64158cf) Bump @octokit/rest from 18.0.11 to 18.0.12
|
|
454
|
+
- [`906dadd`](https://github.com/upptime/status-page/commit/906dadd) Bump ts-node from 9.1.0 to 9.1.1
|
|
455
|
+
- [`5a6e68b`](https://github.com/upptime/status-page/commit/5a6e68b) Bump @types/jest from 26.0.16 to 26.0.17
|
|
456
|
+
- [`e431d1f`](https://github.com/upptime/status-page/commit/e431d1f) Bump js-yaml from 3.14.0 to 3.14.1
|
|
457
|
+
- [`88d32ee`](https://github.com/upptime/status-page/commit/88d32ee) Bump sirv from 1.0.9 to 1.0.10
|
|
458
|
+
- [`364f02b`](https://github.com/upptime/status-page/commit/364f02b) Bump cypress from 6.0.1 to 6.1.0
|
|
459
|
+
- [`50c2378`](https://github.com/upptime/status-page/commit/50c2378) Bump @types/jest from 26.0.17 to 26.0.18
|
|
460
|
+
|
|
461
|
+
## v1.7.2 (2020-12-07)
|
|
462
|
+
|
|
463
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.2) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.1...v1.7.2) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.2) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.2.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.2.tar.gz))
|
|
464
|
+
|
|
465
|
+
### ๐ Interface changes
|
|
466
|
+
|
|
467
|
+
- [`1a22120`](https://github.com/upptime/status-page/commit/1a22120) Add dark theme
|
|
468
|
+
- [`f23c9eb`](https://github.com/upptime/status-page/commit/f23c9eb) Update colors for dark theme
|
|
469
|
+
|
|
470
|
+
### ๐ Bug fixes
|
|
471
|
+
|
|
472
|
+
- [`ba3cd12`](https://github.com/upptime/status-page/commit/ba3cd12) Fix error with missing base URL
|
|
473
|
+
|
|
474
|
+
## v1.7.1 (2020-12-06)
|
|
475
|
+
|
|
476
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.7.0...v1.7.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.1.tar.gz))
|
|
477
|
+
|
|
478
|
+
### โป๏ธ Updates
|
|
479
|
+
|
|
480
|
+
- [`9177df4`](https://github.com/upptime/status-page/commit/9177df4) Cache API response for 10 min
|
|
481
|
+
- [`130394c`](https://github.com/upptime/status-page/commit/130394c) Add config for cache time, local time
|
|
482
|
+
|
|
483
|
+
## v1.7.0 (2020-12-06)
|
|
484
|
+
|
|
485
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.7.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.6.1...v1.7.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.7.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.7.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.7.0.tar.gz))
|
|
486
|
+
|
|
487
|
+
### โจ New features
|
|
488
|
+
|
|
489
|
+
- [`d6b0ad6`](https://github.com/upptime/status-page/commit/d6b0ad6) Add support for custom scripts/styles
|
|
490
|
+
|
|
491
|
+
### โป๏ธ Updates
|
|
492
|
+
|
|
493
|
+
- [`fd10380`](https://github.com/upptime/status-page/commit/fd10380) Add custom plain JS
|
|
494
|
+
|
|
495
|
+
## v1.6.1 (2020-12-06)
|
|
496
|
+
|
|
497
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.6.1) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.6.0...v1.6.1) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.6.1) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.6.1.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.6.1.tar.gz))
|
|
498
|
+
|
|
499
|
+
### ๐ Bug fixes
|
|
500
|
+
|
|
501
|
+
- [`e96423e`](https://github.com/upptime/status-page/commit/e96423e) FIx redirect to config path page
|
|
502
|
+
- [`3b9189a`](https://github.com/upptime/status-page/commit/3b9189a) Fix link to homepage (fixed upptime/upptime#104)
|
|
503
|
+
(Issues: [`upptime/upptime#104`](https://github.com/upptime/upptime/issues/104))
|
|
504
|
+
|
|
505
|
+
## v1.6.0 (2020-12-06)
|
|
506
|
+
|
|
507
|
+
[๐ Release notes](https://github.com/upptime/status-page/releases/tag/v1.6.0) ยท [๐ป Compare](https://github.com/upptime/status-page/compare/v1.5.7...v1.6.0) ยท [๐ Tag](https://github.com/upptime/status-page/tree/v1.6.0) ยท ๐๏ธ Archive ([zip](https://github.com/upptime/status-page/archive/v1.6.0.zip) ยท [tar.gz](https://github.com/upptime/status-page/archive/v1.6.0.tar.gz))
|
|
508
|
+
|
|
509
|
+
### โจ New features
|
|
510
|
+
|
|
511
|
+
- [`a0b6623`](https://github.com/upptime/status-page/commit/a0b6623) Add icons for status sites
|
|
512
|
+
- [`31e11a9`](https://github.com/upptime/status-page/commit/31e11a9) Add duration selector
|
|
513
|
+
|
|
514
|
+
### ๐ Interface changes
|
|
515
|
+
|
|
516
|
+
- [`9c33593`](https://github.com/upptime/status-page/commit/9c33593) Add styles for updating data
|
|
517
|
+
|
|
518
|
+
### โฌ๏ธ Dependency updates
|
|
519
|
+
|
|
520
|
+
- [`d2efe01`](https://github.com/upptime/status-page/commit/d2efe01) Bump @rollup/plugin-commonjs from 16.0.0 to 17.0.0
|
|
521
|
+
- [`0015d63`](https://github.com/upptime/status-page/commit/0015d63) Bump @octokit/rest from 18.0.9 to 18.0.10
|
|
522
|
+
- [`b691bcc`](https://github.com/upptime/status-page/commit/b691bcc) Bump @types/jest from 26.0.15 to 26.0.16
|
|
523
|
+
- [`9bc307a`](https://github.com/upptime/status-page/commit/9bc307a) Bump rollup from 2.34.0 to 2.34.1
|
|
524
|
+
- [`4d4e687`](https://github.com/upptime/status-page/commit/4d4e687) Bump @koj/config from 1.2.9 to 1.2.11
|
|
525
|
+
- [`e34c427`](https://github.com/upptime/status-page/commit/e34c427) Bump svelte from 3.30.1 to 3.31.0
|
|
526
|
+
- [`26a3963`](https://github.com/upptime/status-page/commit/26a3963) Bump @octokit/rest from 18.0.10 to 18.0.11
|
|
527
|
+
- [`73f0951`](https://github.com/upptime/status-page/commit/73f0951) Bump ts-node from 9.0.0 to 9.1.0
|
|
528
|
+
- [`72123f6`](https://github.com/upptime/status-page/commit/72123f6) Bump @semantic-release/npm from 7.0.8 to 7.0.9
|
|
529
|
+
|
|
530
|
+
## [v1.5.7](https://github.com/upptime/status-page/compare/v1.5.6...v1.5.7) (2020-12-01)
|
|
531
|
+
|
|
532
|
+
### ๐ Bug fixes
|
|
533
|
+
|
|
534
|
+
- [`b2f6aa7`](https://github.com/upptime/status-page/commit/b2f6aa7) Fix redirect to rate-limit (fixed upptime/upptime#100)
|
|
535
|
+
(Issues: [`upptime/upptime#100`](https://github.com/upptime/upptime/issues/100))
|
|
536
|
+
|
|
537
|
+
### โฌ๏ธ Dependency updates
|
|
538
|
+
|
|
539
|
+
- [`b1db07c`](https://github.com/upptime/status-page/commit/b1db07c) Bump rollup from 2.33.3 to 2.34.0
|
|
540
|
+
- [`11715c5`](https://github.com/upptime/status-page/commit/11715c5) Bump cypress from 6.0.0 to 6.0.1
|
|
541
|
+
- [`029c9ee`](https://github.com/upptime/status-page/commit/029c9ee) Bump @rollup/plugin-babel from 5.2.1 to 5.2.2
|
|
542
|
+
- [`0dbce81`](https://github.com/upptime/status-page/commit/0dbce81) Bump svelte from 3.30.0 to 3.30.1
|
|
543
|
+
|
|
544
|
+
## [v1.5.6](https://github.com/upptime/status-page/compare/v1.5.5...v1.5.6) (2020-11-30)
|
|
545
|
+
|
|
546
|
+
### ๐ Bug fixes
|
|
547
|
+
|
|
548
|
+
- [`2dd47b5`](https://github.com/upptime/status-page/commit/2dd47b5) Fix reversed graph direction (fixed upptime/upptime#82)
|
|
549
|
+
(Issues: [`upptime/upptime#82`](https://github.com/upptime/upptime/issues/82))- [`69f30a2`](https://github.com/upptime/status-page/commit/69f30a2) Force render graphs (fixed upptime/upptime#53)
|
|
550
|
+
(Issues: [`upptime/upptime#53`](https://github.com/upptime/upptime/issues/53))
|
|
551
|
+
|
|
552
|
+
## [v1.5.5](https://github.com/upptime/status-page/compare/v1.5.4...v1.5.5) (2020-11-27)
|
|
553
|
+
|
|
554
|
+
### ๐ Bug fixes
|
|
555
|
+
|
|
556
|
+
- [`cd12191`](https://github.com/upptime/status-page/commit/cd12191) Trigger minor release after fixing double %
|
|
557
|
+
|
|
558
|
+
### โฌ๏ธ Dependency updates
|
|
559
|
+
|
|
560
|
+
- [`9c30049`](https://github.com/upptime/status-page/commit/9c30049) Bump @babel/core from 7.12.7 to 7.12.8
|
|
561
|
+
- [`f7d3942`](https://github.com/upptime/status-page/commit/f7d3942) Bump cypress from 5.6.0 to 6.0.0
|
|
562
|
+
- [`7ef361f`](https://github.com/upptime/status-page/commit/7ef361f) Bump svelte from 3.29.7 to 3.30.0
|
|
563
|
+
- [`ad96309`](https://github.com/upptime/status-page/commit/ad96309) Bump @babel/core from 7.12.8 to 7.12.9
|
|
564
|
+
|
|
565
|
+
## [v1.5.4](https://github.com/upptime/status-page/compare/v1.5.3...v1.5.4) (2020-11-24)
|
|
566
|
+
|
|
567
|
+
### ๐ Bug fixes
|
|
568
|
+
|
|
569
|
+
- [`77b08f9`](https://github.com/upptime/status-page/commit/77b08f9) Prevent double slashed (fixed upptime/upptime#85)
|
|
570
|
+
(Issues: [`upptime/upptime#85`](https://github.com/upptime/upptime/issues/85))
|
|
571
|
+
|
|
572
|
+
## [v1.5.3](https://github.com/upptime/status-page/compare/v1.5.2...v1.5.3) (2020-11-23)
|
|
573
|
+
|
|
574
|
+
### โป๏ธ Updates
|
|
575
|
+
|
|
576
|
+
- [`1c932ce`](https://github.com/upptime/status-page/commit/1c932ce) Add base URL in config
|
|
577
|
+
|
|
578
|
+
### ๐ Interface changes
|
|
579
|
+
|
|
580
|
+
- [`376bdf9`](https://github.com/upptime/status-page/commit/376bdf9) Add UI for degraded
|
|
581
|
+
|
|
582
|
+
### ๐ Bug fixes
|
|
583
|
+
|
|
584
|
+
- [`c4bd2d0`](https://github.com/upptime/status-page/commit/c4bd2d0) Fix homepage path (fixed upptime/upptime#69)
|
|
585
|
+
(Issues: [`upptime/upptime#69`](https://github.com/upptime/upptime/issues/69))- [`aa91251`](https://github.com/upptime/status-page/commit/aa91251) Fix config.path in href
|
|
586
|
+
|
|
587
|
+
### โฌ๏ธ Dependency updates
|
|
588
|
+
|
|
589
|
+
- [`31dfe8c`](https://github.com/upptime/status-page/commit/31dfe8c) Bump @babel/preset-env from 7.12.1 to 7.12.7
|
|
590
|
+
- [`272fcac`](https://github.com/upptime/status-page/commit/272fcac) Bump @babel/core from 7.12.3 to 7.12.7
|
|
591
|
+
- [`f6589bd`](https://github.com/upptime/status-page/commit/f6589bd) Bump semantic-release from 17.2.4 to 17.3.0
|
|
592
|
+
|
|
593
|
+
## [v1.5.2](https://github.com/upptime/status-page/compare/v1.5.1...v1.5.2) (2020-11-23)
|
|
594
|
+
|
|
595
|
+
### โฌ๏ธ Dependency updates
|
|
596
|
+
|
|
597
|
+
- [`8a1bc39`](https://github.com/upptime/status-page/commit/8a1bc39) Bump vsoch/pull-request-action from 1.0.11 to 1.0.12
|
|
598
|
+
- [`027253f`](https://github.com/upptime/status-page/commit/027253f) Bump @semantic-release/github from 7.1.2 to 7.2.0
|
|
599
|
+
- [`55547cd`](https://github.com/upptime/status-page/commit/55547cd) Bump @koj/config from 1.2.8 to 1.2.9
|
|
600
|
+
- [`18333f5`](https://github.com/upptime/status-page/commit/18333f5) Bump rollup from 2.33.2 to 2.33.3
|
|
601
|
+
- [`ae1b32b`](https://github.com/upptime/status-page/commit/ae1b32b) Bump typescript from 4.0.5 to 4.1.2
|
|
602
|
+
- [`e868d81`](https://github.com/upptime/status-page/commit/e868d81) Bump semantic-release from 17.2.3 to 17.2.4
|
|
603
|
+
|
|
604
|
+
## [v1.5.1](https://github.com/upptime/status-page/compare/v1.5.0...v1.5.1) (2020-11-17)
|
|
605
|
+
|
|
606
|
+
### ๐ Bug fixes
|
|
607
|
+
|
|
608
|
+
- [`b7806cd`](https://github.com/upptime/status-page/commit/b7806cd) Fix graphs base URL broken in #52
|
|
609
|
+
(Issues: [`#52`](https://github.com/upptime/status-page/issues/52))
|
|
610
|
+
|
|
611
|
+
## [v1.5.0](https://github.com/upptime/status-page/compare/v1.4.1...v1.5.0) (2020-11-17)
|
|
612
|
+
|
|
613
|
+
### โจ New features
|
|
614
|
+
|
|
615
|
+
- [`dbe1300`](https://github.com/upptime/status-page/commit/dbe1300) Add rate limit exceeded page
|
|
616
|
+
- [`33f2652`](https://github.com/upptime/status-page/commit/33f2652) Add general error page
|
|
617
|
+
|
|
618
|
+
### โป๏ธ Updates
|
|
619
|
+
|
|
620
|
+
- [`4a9bb09`](https://github.com/upptime/status-page/commit/4a9bb09) Use local token in Octokit
|
|
621
|
+
- [`c89a310`](https://github.com/upptime/status-page/commit/c89a310) Add error handler helper
|
|
622
|
+
|
|
623
|
+
### โฌ๏ธ Dependency updates
|
|
624
|
+
|
|
625
|
+
- [`b4674c8`](https://github.com/upptime/status-page/commit/b4674c8) Bump @semantic-release/npm from 7.0.6 to 7.0.8
|
|
626
|
+
- [`ac4e767`](https://github.com/upptime/status-page/commit/ac4e767) Update koj-co/template
|
|
627
|
+
- [`c165898`](https://github.com/upptime/status-page/commit/c165898) Bump semantic-release from 17.2.2 to 17.2.3
|
|
628
|
+
|
|
629
|
+
## [v1.4.1](https://github.com/upptime/status-page/compare/v1.4.0...v1.4.1) (2020-11-17)
|
|
630
|
+
|
|
631
|
+
### ๐ Bug fixes
|
|
632
|
+
|
|
633
|
+
- [`fed467e`](https://github.com/upptime/status-page/commit/fed467e) Fix upptime/upptime#55
|
|
634
|
+
(Issues: [`upptime/upptime#55`](https://github.com/upptime/upptime/issues/55))
|
|
635
|
+
|
|
636
|
+
## [v1.4.0](https://github.com/upptime/status-page/compare/v1.3.1...v1.4.0) (2020-11-16)
|
|
637
|
+
|
|
638
|
+
### โจ New features
|
|
639
|
+
|
|
640
|
+
- [`bcc9557`](https://github.com/upptime/status-page/commit/bcc9557) Add apiBaseUrl in status-website for custom API
|
|
641
|
+
|
|
642
|
+
### โฌ๏ธ Dependency updates
|
|
643
|
+
|
|
644
|
+
- [`44d71ad`](https://github.com/upptime/status-page/commit/44d71ad) Bump @octokit/rest from 18.0.6 to 18.0.7
|
|
645
|
+
- [`ce7556b`](https://github.com/upptime/status-page/commit/ce7556b) Bump semantic-release from 17.2.1 to 17.2.2
|
|
646
|
+
- [`19117d7`](https://github.com/upptime/status-page/commit/19117d7) Bump @koj/config from 1.2.6 to 1.2.7
|
|
647
|
+
- [`97c7d6c`](https://github.com/upptime/status-page/commit/97c7d6c) Bump rollup from 2.32.1 to 2.33.1
|
|
648
|
+
- [`4361fbc`](https://github.com/upptime/status-page/commit/4361fbc) Bump @octokit/rest from 18.0.7 to 18.0.8
|
|
649
|
+
- [`4f9e3b9`](https://github.com/upptime/status-page/commit/4f9e3b9) Bump jest from 26.6.1 to 26.6.2
|
|
650
|
+
- [`f5af9ec`](https://github.com/upptime/status-page/commit/f5af9ec) Bump @octokit/rest from 18.0.8 to 18.0.9
|
|
651
|
+
- [`06e2d07`](https://github.com/upptime/status-page/commit/06e2d07) Bump actions/checkout from v2.3.3 to v2.3.4
|
|
652
|
+
- [`70863f6`](https://github.com/upptime/status-page/commit/70863f6) Bump @babel/runtime from 7.12.1 to 7.12.5
|
|
653
|
+
- [`55c9148`](https://github.com/upptime/status-page/commit/55c9148) Bump jest from 26.6.2 to 26.6.3
|
|
654
|
+
- [`4a89812`](https://github.com/upptime/status-page/commit/4a89812) Bump @types/fs-extra from 9.0.2 to 9.0.3
|
|
655
|
+
- [`b0d7ad8`](https://github.com/upptime/status-page/commit/b0d7ad8) Bump @koj/config from 1.2.7 to 1.2.8
|
|
656
|
+
- [`2744ed8`](https://github.com/upptime/status-page/commit/2744ed8) Bump ts-jest from 26.4.3 to 26.4.4
|
|
657
|
+
- [`516464e`](https://github.com/upptime/status-page/commit/516464e) Bump svelte from 3.29.4 to 3.29.6
|
|
658
|
+
- [`1f0faa4`](https://github.com/upptime/status-page/commit/1f0faa4) Bump rollup-plugin-svelte from 6.1.0 to 6.1.1
|
|
659
|
+
- [`73a355e`](https://github.com/upptime/status-page/commit/73a355e) Bump svelte from 3.29.6 to 3.29.7
|
|
660
|
+
- [`0ca4fa5`](https://github.com/upptime/status-page/commit/0ca4fa5) Bump @types/fs-extra from 9.0.3 to 9.0.4
|
|
661
|
+
- [`a358c4f`](https://github.com/upptime/status-page/commit/a358c4f) Bump rollup from 2.33.1 to 2.33.2
|
|
662
|
+
- [`f1ddfa2`](https://github.com/upptime/status-page/commit/f1ddfa2) Bump @semantic-release/github from 7.1.1 to 7.1.2
|
|
663
|
+
|
|
664
|
+
## [v1.3.1](https://github.com/upptime/status-page/compare/v1.3.0...v1.3.1) (2020-10-29)
|
|
665
|
+
|
|
666
|
+
### ๐ Interface changes
|
|
667
|
+
|
|
668
|
+
- [`7e1746a`](https://github.com/upptime/status-page/commit/7e1746a) Add padding to logo
|
|
669
|
+
|
|
670
|
+
## [v1.3.0](https://github.com/upptime/status-page/compare/v1.2.8...v1.3.0) (2020-10-29)
|
|
671
|
+
|
|
672
|
+
### โจ New features
|
|
673
|
+
|
|
674
|
+
- [`e794ae0`](https://github.com/upptime/status-page/commit/e794ae0) Add support for custom navbar items
|
|
675
|
+
|
|
676
|
+
### โป๏ธ Updates
|
|
677
|
+
|
|
678
|
+
- [`12e67ab`](https://github.com/upptime/status-page/commit/12e67ab) Change config gitHubNavBar -> navbarGitHub
|
|
679
|
+
|
|
680
|
+
## [v1.2.8](https://github.com/upptime/status-page/compare/v1.2.7...v1.2.8) (2020-10-28)
|
|
681
|
+
|
|
682
|
+
### โป๏ธ Updates
|
|
683
|
+
|
|
684
|
+
- [`4ed23a7`](https://github.com/upptime/status-page/commit/4ed23a7) Use relative links in URLs
|
|
685
|
+
|
|
686
|
+
## [v1.2.7](https://github.com/upptime/status-page/compare/v1.2.6...v1.2.7) (2020-10-28)
|
|
687
|
+
|
|
688
|
+
### ๐ Bug fixes
|
|
689
|
+
|
|
690
|
+
- [`d9c5cc9`](https://github.com/upptime/status-page/commit/d9c5cc9) Read correct .upptimerc.yml file
|
|
691
|
+
|
|
692
|
+
## [v1.2.6](https://github.com/upptime/status-page/compare/v1.2.5...v1.2.6) (2020-10-28)
|
|
693
|
+
|
|
694
|
+
### โป๏ธ Updates
|
|
695
|
+
|
|
696
|
+
- [`87342a7`](https://github.com/upptime/status-page/commit/87342a7) Use 2 dir up config
|
|
697
|
+
|
|
698
|
+
## [v1.2.5](https://github.com/upptime/status-page/compare/v1.2.4...v1.2.5) (2020-10-28)
|
|
699
|
+
|
|
700
|
+
### ๐ Bug fixes
|
|
701
|
+
|
|
702
|
+
- [`053d51d`](https://github.com/upptime/status-page/commit/053d51d) Ensure join exists (upptime/upptime#40)
|
|
703
|
+
(Issues: [`upptime/upptime#40`](https://github.com/upptime/upptime/issues/40))
|
|
704
|
+
|
|
705
|
+
## [v1.2.4](https://github.com/upptime/status-page/compare/v1.2.3...v1.2.4) (2020-10-28)
|
|
706
|
+
|
|
707
|
+
### ๐ Bug fixes
|
|
708
|
+
|
|
709
|
+
- [`50fb197`](https://github.com/upptime/status-page/commit/50fb197) Use correct config file (fixed upptime/upptime#40)
|
|
710
|
+
(Issues: [`upptime/upptime#40`](https://github.com/upptime/upptime/issues/40))
|
|
711
|
+
|
|
712
|
+
## [v1.2.3](https://github.com/upptime/status-page/compare/v1.2.2...v1.2.3) (2020-10-28)
|
|
713
|
+
|
|
714
|
+
### ๐ Bug fixes
|
|
715
|
+
|
|
716
|
+
- [`028692a`](https://github.com/upptime/status-page/commit/028692a) Remove check 1 dir up
|
|
717
|
+
|
|
718
|
+
## [v1.2.2](https://github.com/upptime/status-page/compare/v1.2.1...v1.2.2) (2020-10-28)
|
|
719
|
+
|
|
720
|
+
### ๐ Bug fixes
|
|
721
|
+
|
|
722
|
+
- [`209c6f9`](https://github.com/upptime/status-page/commit/209c6f9) Try using root config 1 dir up
|
|
723
|
+
|
|
724
|
+
## [v1.2.1](https://github.com/upptime/status-page/compare/v1.2.0...v1.2.1) (2020-10-27)
|
|
725
|
+
|
|
726
|
+
### ๐ Bug fixes
|
|
727
|
+
|
|
728
|
+
- [`b1c64da`](https://github.com/upptime/status-page/commit/b1c64da) Don't use ?. for base URL
|
|
729
|
+
|
|
730
|
+
## [v1.2.0](https://github.com/upptime/status-page/compare/v1.1.2...v1.2.0) (2020-10-27)
|
|
731
|
+
|
|
732
|
+
### โจ New features
|
|
733
|
+
|
|
734
|
+
- [`ef07d8e`](https://github.com/upptime/status-page/commit/ef07d8e) Add support for custom base URLs
|
|
735
|
+
|
|
736
|
+
### โป๏ธ Updates
|
|
737
|
+
|
|
738
|
+
- [`35ec506`](https://github.com/upptime/status-page/commit/35ec506) Export site with base URL
|
|
739
|
+
|
|
740
|
+
## [v1.1.2](https://github.com/upptime/status-page/compare/v1.1.1...v1.1.2) (2020-10-20)
|
|
741
|
+
|
|
742
|
+
### โป๏ธ Updates
|
|
743
|
+
|
|
744
|
+
- [`eda619a`](https://github.com/upptime/status-page/commit/eda619a) Remove service worker in template
|
|
745
|
+
|
|
746
|
+
## [v1.1.1](https://github.com/upptime/status-page/compare/v1.1.0...v1.1.1) (2020-10-14)
|
|
747
|
+
|
|
748
|
+
### ๐ Bug fixes
|
|
749
|
+
|
|
750
|
+
- [`0678ec5`](https://github.com/upptime/status-page/commit/0678ec5) Fix logo href tag
|
|
751
|
+
|
|
752
|
+
## [v1.1.0](https://github.com/upptime/status-page/compare/v1.0.4...v1.1.0) (2020-10-14)
|
|
753
|
+
|
|
754
|
+
### โจ New features
|
|
755
|
+
|
|
756
|
+
- [`21b6f24`](https://github.com/upptime/status-page/commit/21b6f24) Support site config logo, favicon
|
|
757
|
+
|
|
758
|
+
## [v1.0.4](https://github.com/upptime/status-page/compare/v1.0.3...v1.0.4) (2020-10-13)
|
|
759
|
+
|
|
760
|
+
### ๐ Bug fixes
|
|
761
|
+
|
|
762
|
+
- [`62476f7`](https://github.com/upptime/status-page/commit/62476f7) Change ?. to && check
|
|
763
|
+
|
|
764
|
+
## [v1.0.3](https://github.com/upptime/status-page/compare/v1.0.2...v1.0.3) (2020-10-13)
|
|
765
|
+
|
|
766
|
+
### ๐ Bug fixes
|
|
767
|
+
|
|
768
|
+
- [`3c3df6f`](https://github.com/upptime/status-page/commit/3c3df6f) Use root config in post-process
|
|
769
|
+
|
|
770
|
+
## [v1.0.2](https://github.com/upptime/status-page/compare/v1.0.1...v1.0.2) (2020-10-13)
|
|
771
|
+
|
|
772
|
+
### ๐ Bug fixes
|
|
773
|
+
|
|
774
|
+
- [`b376314`](https://github.com/upptime/status-page/commit/b376314) Use root config if available
|
|
775
|
+
|
|
776
|
+
## [v1.0.1](https://github.com/upptime/status-page/compare/v1.0.0...v1.0.1) (2020-10-13)
|
|
777
|
+
|
|
778
|
+
### ๐ Bug fixes
|
|
779
|
+
|
|
780
|
+
- [`d71ef9a`](https://github.com/upptime/status-page/commit/d71ef9a) Add support for graph colors from config
|
|
781
|
+
|
|
782
|
+
## v1.0.0 (2020-10-13)
|
|
783
|
+
|
|
784
|
+
### โจ New features
|
|
785
|
+
|
|
786
|
+
- [`3c84a05`](https://github.com/upptime/status-page/commit/3c84a05) Add pre and post-process scripts
|
|
787
|
+
- [`275ee0c`](https://github.com/upptime/status-page/commit/275ee0c) Add all code from @upptime
|
|
788
|
+
|
|
789
|
+
### โป๏ธ Updates
|
|
790
|
+
|
|
791
|
+
- [`e38a9dd`](https://github.com/upptime/status-page/commit/e38a9dd) Use .upptimerc.yml in same dir
|