|
1 | 1 | # Changelog
|
| 2 | + |
2 | 3 | All notable changes to this project will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5 |
| -and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
| 6 | +and this project adheres to |
| 7 | +[Semantic Versioning](http://semver.org/spec/v2.0.0.html). |
6 | 8 |
|
7 | 9 | ## [Unreleased]
|
8 | 10 |
|
| 11 | +## [1.3.0] - 2017-11-12 |
| 12 | + |
| 13 | +### Added |
| 14 | + |
| 15 | +* New API interface (#148 @tonybdesign) |
| 16 | + |
9 | 17 | ## [1.2.8] - 2017-11-05
|
| 18 | + |
10 | 19 | ### Fixed
|
11 |
| -* Missing TypeScript definitions and rollup/webpack pkg.module files from published package (#145) |
| 20 | + |
| 21 | +* Missing TypeScript definitions and rollup/webpack pkg.module files from |
| 22 | + published package (#145) |
12 | 23 |
|
13 | 24 | ## [1.2.7] - 2017-11-05
|
| 25 | + |
14 | 26 | ### Fixed
|
15 |
| -* Package published on npm contained unnecessary files bloating the package (#144) |
| 27 | + |
| 28 | +* Package published on npm contained unnecessary files bloating the package |
| 29 | + (#144) |
16 | 30 |
|
17 | 31 | ## [1.2.6] - 2017-11-05
|
| 32 | + |
18 | 33 | ### Fixed
|
| 34 | + |
19 | 35 | * Don't use postinstall as it runs in userland (#143)
|
20 | 36 |
|
21 | 37 | ## [1.2.5] - 2017-11-05
|
| 38 | + |
22 | 39 | ### Fixed
|
23 |
| -* Migrate tests to [new page](https://stipsan.github.io/scroll-into-view-if-needed/) that showcases how it works (#141) |
| 40 | + |
| 41 | +* Migrate tests to |
| 42 | + [new page](https://stipsan.github.io/scroll-into-view-if-needed/) that |
| 43 | + showcases how it works (#141) |
24 | 44 |
|
25 | 45 | ## [1.2.4] - 2017-11-05
|
| 46 | + |
26 | 47 | ### Fixed
|
| 48 | + |
27 | 49 | * TypeScript requires HTMLElement when it should accept Element (#140)
|
28 | 50 |
|
29 | 51 | ## [1.2.3] - 2017-11-04
|
| 52 | + |
30 | 53 | ### Fixed
|
| 54 | + |
31 | 55 | * Incorrect TypeScript declarations and export format (#136)
|
32 | 56 |
|
33 | 57 | ## [1.2.2] - 2017-10-29
|
| 58 | + |
34 | 59 | ### Fixed
|
| 60 | + |
35 | 61 | * Incorrect export declaration in TS typings (#132)
|
36 | 62 |
|
37 | 63 | ## [1.2.1] - 2017-10-02
|
| 64 | + |
38 | 65 | ### Fixed
|
| 66 | + |
39 | 67 | * Fifth option should be optional (#129)
|
40 | 68 |
|
41 | 69 | ## [1.2.0] - 2017-10-01
|
| 70 | + |
42 | 71 | ### Added
|
| 72 | + |
43 | 73 | * Set offset feature (#127 @iwangulenko)
|
44 | 74 |
|
45 | 75 | ## [1.1.1] - 2017-10-01
|
| 76 | + |
46 | 77 | ### Fixed
|
47 |
| -* Windows compatibility and CommonJS interop change back to Babel 5 functionality (#121 @khell) |
| 78 | + |
| 79 | +* Windows compatibility and CommonJS interop change back to Babel 5 |
| 80 | + functionality (#121 @khell) |
48 | 81 |
|
49 | 82 | ## [1.1.0] - 2017-03-29
|
| 83 | + |
50 | 84 | ### Added
|
51 |
| -* An optional argument finalElement was added to limit the scope of the function (#108 @hemnstill) |
| 85 | + |
| 86 | +* An optional argument finalElement was added to limit the scope of the function |
| 87 | + (#108 @hemnstill) |
52 | 88 |
|
53 | 89 | ## [1.0.7] - 2017-03-14
|
| 90 | + |
54 | 91 | ### Added
|
| 92 | + |
55 | 93 | * MIT License (#107 @JKillian)
|
56 | 94 |
|
57 | 95 | ### Changed
|
| 96 | + |
58 | 97 | * Reduced size of dist build by switching from rollup to babel (#106 @JKillian)
|
59 | 98 |
|
60 | 99 | ## [1.0.6] - 2016-11-17
|
| 100 | + |
61 | 101 | ### Changed
|
| 102 | + |
62 | 103 | * Updated typescript definition making options optional (#75 @pelotom)
|
63 | 104 |
|
64 | 105 | ## [1.0.5] - 2016-11-12
|
| 106 | + |
65 | 107 | ### Fixed
|
| 108 | + |
66 | 109 | * Fix TypeScript definition file issues (#74 @forabi)
|
67 | 110 |
|
68 | 111 | ### Documentation
|
| 112 | + |
69 | 113 | * React example snippet in readme.
|
70 | 114 |
|
71 | 115 | ## [1.0.4] - 2016-10-31
|
| 116 | + |
72 | 117 | ### Added
|
| 118 | + |
73 | 119 | * Changelog readme.
|
74 | 120 | * TypeScript definition file (#73 @forabi)
|
75 | 121 |
|
76 | 122 | ## 1.0.3 - 2016-09-30
|
| 123 | + |
77 | 124 | ### Documentation
|
| 125 | + |
78 | 126 | * link to official ponyfill page (#68 @sindresorhus)
|
79 | 127 |
|
80 | 128 | ## 1.0.2 - 2016-04-18
|
| 129 | + |
81 | 130 | ### Added
|
| 131 | + |
82 | 132 | * Greenkeeper
|
83 | 133 |
|
84 | 134 | ### Fixes
|
| 135 | + |
85 | 136 | * Incomatibility with default webpack config.
|
86 | 137 |
|
87 | 138 | ## 1.0.1 - 2016-04-18
|
88 | 139 |
|
89 | 140 | * PULLED: accidentally pushed incomplete build to npm!
|
90 | 141 |
|
91 | 142 | ## 1.0.0 - 2016-04-18
|
| 143 | + |
92 | 144 | ### Added
|
| 145 | + |
93 | 146 | * Initial release.
|
94 | 147 |
|
95 |
| -[Unreleased]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.8...HEAD |
| 148 | +[unreleased]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.3.0...HEAD |
| 149 | +[1.3.0]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.8...v1.3.0 |
96 | 150 | [1.2.8]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.7...v1.2.8
|
97 | 151 | [1.2.7]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.6...v1.2.7
|
98 | 152 | [1.2.6]: https://github.com/stipsan/scroll-into-view-if-needed/compare/v1.2.5...v1.2.6
|
|
0 commit comments