|
1 | 1 | # Change Log |
2 | 2 |
|
3 | | -<a name="2.0.3"></a> |
| 3 | +## [2.0.4](https://github.com/dizco/react-scrollable-feed/compare/v2.0.3...v2.0.4) (2026-02-05) |
| 4 | + |
| 5 | + |
| 6 | +### Bug Fixes |
| 7 | + |
| 8 | +* **ci:** Autopublish to npm ([#131](https://github.com/dizco/react-scrollable-feed/issues/131)) ([efd03e3](https://github.com/dizco/react-scrollable-feed/commit/efd03e351815c8d8de278c7f273bc570f6c26e44)) |
| 9 | +* **deps:** update all major dependencies (major) ([#105](https://github.com/dizco/react-scrollable-feed/issues/105)) ([2fc4bcc](https://github.com/dizco/react-scrollable-feed/commit/2fc4bcc61b7bf7fe24f8e8085edb3be4c0bf02a1)) |
| 10 | +* **deps:** update dependency bootstrap to v5.3.7 ([#125](https://github.com/dizco/react-scrollable-feed/issues/125)) ([323945a](https://github.com/dizco/react-scrollable-feed/commit/323945ae9ab1056210d999e1425ef23d4d541c22)) |
| 11 | +* Update license in package.json ([ede1583](https://github.com/dizco/react-scrollable-feed/commit/ede15834a1cf1aff6e3e06781395d785baa51139)) |
| 12 | + |
4 | 13 | ## [2.0.3](https://github.com/dizco/react-scrollable-feed/compare/v2.0.2...v2.0.3) (2025-06-16) |
5 | 14 | * Update dependencies |
6 | 15 |
|
7 | | -<a name="2.0.2"></a> |
8 | 16 | ## [2.0.2](https://github.com/dizco/react-scrollable-feed/compare/v2.0.1...v2.0.2) (2024-05-11) |
9 | 17 | * Add debug flag |
10 | 18 |
|
11 | | -<a name="2.0.1"></a> |
12 | 19 | ## [2.0.1](https://github.com/dizco/react-scrollable-feed/compare/v2.0.0...v2.0.1) (2023-12-31) |
13 | 20 | * Remove src and other directories from the published package |
14 | 21 |
|
15 | | -<a name="2.0.0"></a> |
16 | 22 | ## [2.0.0](https://github.com/dizco/react-scrollable-feed/compare/v1.3.2...v2.0.0) (2023-12-31) |
17 | 23 | * Fix issue with children props typing ([#87](https://github.com/dizco/react-scrollable-feed/issues/87)) |
18 | 24 | * Updated dependencies |
19 | 25 | * Build with Node 18 and Node 20 |
20 | 26 | * Rebuild package bundling with [developit/microbundle ](https://github.com/developit/microbundle) instead of Rollup |
21 | 27 | * Updated license to BSD 3-clause |
22 | 28 |
|
23 | | -<a name="1.3.2"></a> |
24 | 29 | ## [1.3.2](https://github.com/dizco/react-scrollable-feed/compare/v1.3.1...v1.3.2) (2023-01-14) |
25 | 30 | * Updated dependencies |
26 | 31 |
|
27 | | -<a name="1.3.1"></a> |
28 | 32 | ## [1.3.1](https://github.com/dizco/react-scrollable-feed/compare/v1.3.0...v1.3.1) (2021-05-16) |
29 | 33 | * Updated dependencies |
30 | 34 |
|
31 | | -<a name="1.3.0"></a> |
32 | 35 | ## [1.3.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2021-02-11) |
33 | 36 | * Added `scrollToBottom` public method |
34 | 37 | * Fix issue with scrolling when wrapper has fixed height ([#34](https://github.com/dizco/react-scrollable-feed/issues/34)) |
35 | 38 | * Updated dependencies |
36 | 39 |
|
37 | | -<a name="1.2.0"></a> |
38 | 40 | ## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.1.2...v1.2.0) (2020-09-30) |
39 | 41 | * Added `onScroll` prop |
40 | 42 | * Updated dependencies |
41 | 43 |
|
42 | | -<a name="1.1.2"></a> |
43 | 44 | ## [1.1.2](https://github.com/dizco/react-scrollable-feed/compare/v1.1.1...v1.1.2) (2020-01-01) |
44 | 45 | * Updated dependencies |
45 | 46 |
|
46 | | -<a name="1.1.1"></a> |
47 | 47 | ## [1.1.1](https://github.com/dizco/react-scrollable-feed/compare/v1.1.0...v1.1.1) (2019-12-03) |
48 | 48 | * Fix issue with scrolling on Edge, Firefox ([#20](https://github.com/dizco/react-scrollable-feed/issues/20)) |
49 | 49 |
|
50 | | -<a name="1.1.0"></a> |
51 | 50 | ## [1.1.0](https://github.com/dizco/react-scrollable-feed/compare/v1.0.4...v1.1.0) (2019-11-10) |
52 | 51 | * Added `className` prop |
53 | 52 | * Updated dependencies |
54 | 53 |
|
55 | | -<a name="1.0.4"></a> |
56 | 54 | ## [1.0.4](https://github.com/dizco/react-scrollable-feed/compare/v1.0.3...v1.0.4) (2019-07-09) |
57 | 55 | * Updated dependencies |
58 | 56 |
|
59 | | -<a name="1.0.3"></a> |
60 | 57 | ## [1.0.3](https://github.com/dizco/react-scrollable-feed/compare/v1.0.2...v1.0.3) (2019-01-30) |
61 | 58 | * Fixed issue with the automatic bottom detection ([#7](https://github.com/dizco/react-scrollable-feed/issues/7)) |
62 | 59 |
|
63 | | -<a name="1.0.2"></a> |
64 | 60 | ## [1.0.2](https://github.com/dizco/react-scrollable-feed/compare/v1.0.1...v1.0.2) (2018-11-25) |
65 | 61 | * Updated dependencies |
0 commit comments