File tree 2 files changed +17
-5
lines changed
2 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,17 @@ for any bug fixes.
35
35
in case of vulnerabilities.
36
36
-->
37
37
38
+ ## [ 1.0.0] - 2019-12-22
39
+
40
+ ### Changed
41
+
42
+ - Self-host webfonts (still lazily loaded)
43
+
44
+ ### Fixed
45
+
46
+ - Do no use Netxjs's ` <Link> ` for external assets (as it will try to preload the resource)
47
+ - Force HomeGrid to be ignored by SSR
48
+
38
49
## [ 1.0.0-rc.4] - 2019-12-22
39
50
40
51
### Added
@@ -219,10 +230,11 @@ in case of vulnerabilities.
219
230
- Updated README and added Netlify badge
220
231
- Updated package.json
221
232
222
- [ Unreleased ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...HEAD
223
- <!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...vX.Y.Z -->
224
- [ X.Y.Z ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...v1.0.0-rc.4
225
- [ 1.0.0-rc.2 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.2...v1.0.0-rc.3
233
+ [ Unreleased ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0...HEAD
234
+ <!-- [X.Y.Z]: https://github.com/ciampo/portfolio-2019/compare/v1.0.0...vX.Y.Z -->
235
+ [ 1.0.0 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.4...v1.0.0
236
+ [ 1.0.0-rc.4 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.3...v1.0.0-rc.4
237
+ [ 1.0.0-rc.3 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.2...v1.0.0-rc.3
226
238
[ 1.0.0-rc.2 ] : https://github.com/ciampo/portfolio-2019/compare/v1.0.0-rc.1...v1.0.0-rc.2
227
239
[ 1.0.0-rc.1 ] : https://github.com/ciampo/portfolio-2019/compare/v0.0.10...v1.0.0-rc.1
228
240
[ 0.0.10 ] : https://github.com/ciampo/portfolio-2019/compare/v0.0.9...v0.0.10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " portfolio-2019" ,
3
- "version" : " 1.0.0-rc.4 " ,
3
+ "version" : " 1.0.0" ,
4
4
"main" : " pages/index.js" ,
5
5
"author" :
" Marco Ciampini <[email protected] >" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments