Skip to content

Commit 8ff2aa7

Browse files
add Dashboard CHANGELOG and update Parse-Server CHANGELOG
1 parent 6dd752d commit 8ff2aa7

File tree

3 files changed

+216
-23
lines changed

3 files changed

+216
-23
lines changed

css/styles.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ header h3 {
191191
width: 376px;
192192
}
193193

194+
.download-ul.dashboard {
195+
width: 270px;
196+
}
197+
194198
.download-ul li {
195199
width: 89px;
196200
float: left;

parse-dashboard.html

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
</small>
6060
</a>
6161
</p>
62-
<ul class="download-ul">
62+
<ul class="download-ul dashboard">
6363
<li>
6464
<a href="https://github.com/ParsePlatform/parse-dashboard/archive/1.0.5.zip">
6565
Download
@@ -87,24 +87,33 @@
8787
</ul>
8888
<div class="hr">
8989
</div>
90-
<p>
91-
This project is still new and we waiting for CHANGELOG.md
92-
</p>
93-
<p>
94-
You can see the issue about this on github
95-
<a href="https://github.com/ParsePlatform/parse-dashboard/issues/190">
96-
#190
97-
</a>
98-
</p>
99-
<p>
100-
<strong>
101-
Update:
102-
</strong>
103-
CHANGELOG.md is comming :)
104-
<a href="https://github.com/ParsePlatform/parse-dashboard/pull/192/files">
105-
#192
106-
</a>
107-
</p>
90+
<h2>
91+
Parse Dashboard Changelog
92+
</h2>
93+
<h3>
94+
1.0.6
95+
</h3>
96+
<ul>
97+
<li>
98+
Send push notifications from the dashboard
99+
</li>
100+
</ul>
101+
<h3>
102+
1.0.5
103+
</h3>
104+
<ul>
105+
<li>
106+
Fix new features notification
107+
</li>
108+
</ul>
109+
<h3>
110+
1.0.4
111+
</h3>
112+
<ul>
113+
<li>
114+
Class level permissions editor
115+
</li>
116+
</ul>
108117
</section>
109118
<footer>
110119
<br />

parse-server.html

Lines changed: 184 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,8 @@
1818
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
1919
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
2020
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
21-
2221
ga('create', 'UA-73728444-3', 'auto');
2322
ga('send', 'pageview');
24-
2523
</script>
2624
</head>
2725
<body>
@@ -119,6 +117,184 @@
119117
<h2>
120118
Parse Server Changelog
121119
</h2>
120+
<h3>
121+
2.2.4 (3/29/2016)
122+
</h3>
123+
<ul>
124+
<li>
125+
Hotfix: fixed imports issue for S3Adapter, GCSAdapter, FileSystemAdapter
126+
<a href="https://github.com/ParsePlatform/parse-server/pull/1263">
127+
#1263
128+
</a>
129+
(
130+
<a href="https://github.com/drew-gross">
131+
drew-gross
132+
</a>
133+
)
134+
</li>
135+
<li>
136+
Fix: Clean null authData values on _User update
137+
<a href="https://github.com/ParsePlatform/parse-server/pull/1199">
138+
#1199
139+
</a>
140+
(
141+
<a href="https://github.com/yuzeh">
142+
yuzeh
143+
</a>
144+
)
145+
</li>
146+
</ul>
147+
<h3>
148+
2.2.3 (3/29/2016)
149+
</h3>
150+
<ul>
151+
<li>
152+
Fixed bug with invalid email verification link on email update.
153+
<a href="https://github.com/ParsePlatform/parse-server/pull/1253">
154+
#1253
155+
</a>
156+
(
157+
<a href="https://github.com/kzielonka">
158+
kzielonka
159+
</a>
160+
)
161+
</li>
162+
<li>
163+
Badge update supports increment as well as Increment
164+
<a href="https://github.com/ParsePlatform/parse-server/pull/1248">
165+
#1248
166+
</a>
167+
(
168+
<a href="https://github.com/flovilmart">
169+
flovilmart
170+
</a>
171+
)
172+
</li>
173+
<li>
174+
Config/Push Tested with the dashboard.
175+
<a href="https://github.com/ParsePlatform/parse-server/pull/1235">
176+
#1235
177+
</a>
178+
(
179+
<a href="https://github.com/drew-gross">
180+
drew-gross
181+
</a>
182+
)
183+
</li>
184+
<li>
185+
Better logging with winston
186+
<a href="https://github.com/ParsePlatform/parse-server/pull/1234">
187+
#1234
188+
</a>
189+
(
190+
<a href="https://github.com/flovilmart">
191+
flovilmart
192+
</a>
193+
)
194+
</li>
195+
<li>
196+
Make GlobalConfig work like
197+
<a href="http://parse.com">
198+
parse.com
199+
</a>
200+
<a href="https://github.com/ParsePlatform/parse-server/pull/1210">
201+
#1210
202+
</a>
203+
(
204+
<a href="https://github.com/framp">
205+
framp
206+
</a>
207+
)
208+
</li>
209+
<li>
210+
Improve flattening of results from pushAdapter
211+
<a href="https://github.com/ParsePlatform/parse-server/pull/1204">
212+
#1204
213+
</a>
214+
(
215+
<a href="https://github.com/flovilmart">
216+
flovilmart
217+
</a>
218+
)
219+
</li>
220+
<li>
221+
Push adapters are provided by external packages
222+
<a href="https://github.com/ParsePlatform/parse-server/pull/1195">
223+
#1195
224+
</a>
225+
(
226+
<a href="https://github.com/flovilmart">
227+
flovilmart
228+
</a>
229+
)
230+
</li>
231+
<li>
232+
Fix flaky test
233+
<a href="https://github.com/ParsePlatform/parse-server/pull/1188">
234+
#1188
235+
</a>
236+
(
237+
<a href="https://github.com/drew-gross">
238+
drew-gross
239+
</a>
240+
)
241+
</li>
242+
<li>
243+
Fixes problem affecting finding array pointers
244+
<a href="https://github.com/ParsePlatform/parse-server/pull/1185">
245+
#1185
246+
</a>
247+
(
248+
<a href="https://github.com/flovilmart">
249+
flovilmart
250+
</a>
251+
)
252+
</li>
253+
<li>
254+
Moves Files adapters to external packages
255+
<a href="https://github.com/ParsePlatform/parse-server/pull/1172">
256+
#1172
257+
</a>
258+
(
259+
<a href="https://github.com/flovilmart">
260+
flovilmart
261+
</a>
262+
)
263+
</li>
264+
<li>
265+
Mark push as enabled in serverInfo endpoint
266+
<a href="https://github.com/ParsePlatform/parse-server/pull/1164">
267+
#1164
268+
</a>
269+
(
270+
<a href="https://github.com/drew-gross">
271+
drew-gross
272+
</a>
273+
)
274+
</li>
275+
<li>
276+
Document email adapter
277+
<a href="https://github.com/ParsePlatform/parse-server/pull/1144">
278+
#1144
279+
</a>
280+
(
281+
<a href="https://github.com/drew-gross">
282+
drew-gross
283+
</a>
284+
)
285+
</li>
286+
<li>
287+
Reset password fix
288+
<a href="https://github.com/ParsePlatform/parse-server/pull/1133">
289+
#1133
290+
</a>
291+
(
292+
<a href="https://github.com/carmenlau">
293+
carmenlau
294+
</a>
295+
)
296+
</li>
297+
</ul>
122298
<h3>
123299
2.2.2 (3/23/2016)
124300
</h3>
@@ -945,14 +1121,18 @@ <h3>
9451121
</section>
9461122
<footer>
9471123
<br />
948-
<h4>Join the Community on Slack.</h4>
1124+
<h4>
1125+
Join the Community on Slack.
1126+
</h4>
9491127
<a href="http://parse-opensource.sapp.io" title="Parse Open Source Community on Slack">
9501128
<img src="http://parse-opensource.sapp.io/img/parseopensource.svg" alt="Parse Open Source Community on Slack" />
9511129
</a>
9521130
<p class="footer-links">
9531131
<small>
9541132
Follow us on Twitter
955-
<a href="http://bit.ly/1Uy4YCt">@parseopensource</a>
1133+
<a href="http://bit.ly/1Uy4YCt">
1134+
@parseopensource
1135+
</a>
9561136
</small>
9571137
<br />
9581138
<br />

0 commit comments

Comments
 (0)