Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 10 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,65 +1,61 @@
# Change Log

<a name="2.0.3"></a>
## [2.0.4](https://github.com/dizco/react-scrollable-feed/compare/v2.0.3...v2.0.4) (2026-02-05)


### Bug Fixes

* **ci:** Autopublish to npm ([#131](https://github.com/dizco/react-scrollable-feed/issues/131)) ([efd03e3](https://github.com/dizco/react-scrollable-feed/commit/efd03e351815c8d8de278c7f273bc570f6c26e44))
* **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))
* **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))
* Update license in package.json ([ede1583](https://github.com/dizco/react-scrollable-feed/commit/ede15834a1cf1aff6e3e06781395d785baa51139))

## [2.0.3](https://github.com/dizco/react-scrollable-feed/compare/v2.0.2...v2.0.3) (2025-06-16)
* Update dependencies

<a name="2.0.2"></a>
## [2.0.2](https://github.com/dizco/react-scrollable-feed/compare/v2.0.1...v2.0.2) (2024-05-11)
* Add debug flag

<a name="2.0.1"></a>
## [2.0.1](https://github.com/dizco/react-scrollable-feed/compare/v2.0.0...v2.0.1) (2023-12-31)
* Remove src and other directories from the published package

<a name="2.0.0"></a>
## [2.0.0](https://github.com/dizco/react-scrollable-feed/compare/v1.3.2...v2.0.0) (2023-12-31)
* Fix issue with children props typing ([#87](https://github.com/dizco/react-scrollable-feed/issues/87))
* Updated dependencies
* Build with Node 18 and Node 20
* Rebuild package bundling with [developit/microbundle ](https://github.com/developit/microbundle) instead of Rollup
* Updated license to BSD 3-clause

<a name="1.3.2"></a>
## [1.3.2](https://github.com/dizco/react-scrollable-feed/compare/v1.3.1...v1.3.2) (2023-01-14)
* Updated dependencies

<a name="1.3.1"></a>
## [1.3.1](https://github.com/dizco/react-scrollable-feed/compare/v1.3.0...v1.3.1) (2021-05-16)
* Updated dependencies

<a name="1.3.0"></a>
## [1.3.0](https://github.com/dizco/react-scrollable-feed/compare/v1.2.0...v1.3.0) (2021-02-11)
* Added `scrollToBottom` public method
* Fix issue with scrolling when wrapper has fixed height ([#34](https://github.com/dizco/react-scrollable-feed/issues/34))
* Updated dependencies

<a name="1.2.0"></a>
## [1.2.0](https://github.com/dizco/react-scrollable-feed/compare/v1.1.2...v1.2.0) (2020-09-30)
* Added `onScroll` prop
* Updated dependencies

<a name="1.1.2"></a>
## [1.1.2](https://github.com/dizco/react-scrollable-feed/compare/v1.1.1...v1.1.2) (2020-01-01)
* Updated dependencies

<a name="1.1.1"></a>
## [1.1.1](https://github.com/dizco/react-scrollable-feed/compare/v1.1.0...v1.1.1) (2019-12-03)
* Fix issue with scrolling on Edge, Firefox ([#20](https://github.com/dizco/react-scrollable-feed/issues/20))

<a name="1.1.0"></a>
## [1.1.0](https://github.com/dizco/react-scrollable-feed/compare/v1.0.4...v1.1.0) (2019-11-10)
* Added `className` prop
* Updated dependencies

<a name="1.0.4"></a>
## [1.0.4](https://github.com/dizco/react-scrollable-feed/compare/v1.0.3...v1.0.4) (2019-07-09)
* Updated dependencies

<a name="1.0.3"></a>
## [1.0.3](https://github.com/dizco/react-scrollable-feed/compare/v1.0.2...v1.0.3) (2019-01-30)
* Fixed issue with the automatic bottom detection ([#7](https://github.com/dizco/react-scrollable-feed/issues/7))

<a name="1.0.2"></a>
## [1.0.2](https://github.com/dizco/react-scrollable-feed/compare/v1.0.1...v1.0.2) (2018-11-25)
* Updated dependencies
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-scrollable-feed",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"homepage": "https://dizco.github.io/react-scrollable-feed/",
"type": "module",
Expand Down