File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,12 @@ and this project adheres to
8
8
9
9
## [ Unreleased]
10
10
11
+ ## [ 1.5.0] - 2018-02-25
12
+
13
+ ### Added
14
+
15
+ * ` sideEffects: false ` in package.json to enable optimizations introduced in webpack v4.
16
+
11
17
## [ 1.4.0] - 2017-11-17
12
18
13
19
### Added
@@ -157,7 +163,8 @@ and this project adheres to
157
163
158
164
* Initial release.
159
165
160
- [ unreleased ] : https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.4.0...HEAD
166
+ [ unreleased ] : https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.5.0...HEAD
167
+ [ 1.5.0 ] : https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.4.0...v1.5.0
161
168
[ 1.4.0 ] : https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.3.0...v1.4.0
162
169
[ 1.3.0 ] : https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.8...v1.3.0
163
170
[ 1.2.8 ] : https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.7...v1.2.8
Original file line number Diff line number Diff line change 30
30
"tsc:example" : " tsc -p example" ,
31
31
"tsc:main" : " tsc -p ."
32
32
},
33
+ "sideEffects" : false ,
33
34
"dependencies" : {
34
35
"amator" : " 1.0.1"
35
36
},
You can’t perform that action at this time.
0 commit comments