react-stablelist
Version:
A simple listview component for ReactJS that implements the concept of virtualization for effieciently rendering a huge dataset.
43 lines (24 loc) • 998 B
Markdown
# Changelog
All notable changes to this project will be documented in this file.
## [1.1.0](https://github.com/RaysOfTheSun/react-stablelist/releases/tag/1.1.0) - 2020/06/19
### Changed
- Component is now written in TypeScript
### Added
- Horizontal scrolling functionality
## [1.0.7](https://github.com/RaysOfTheSun/react-stablelist/releases/tag/1.0.7) - 2020/05/24
### Changed
- A link to a working example found in codesandbox
### Fixed
- An error caused by the absence of the `ref` prop
- A bug where the scrolling contaner would not scroll or would be dependent on its parent for any scrollling behavior
- Import problems
## [1.0.3](https://github.com/RaysOfTheSun/react-stablelist/releases/tag/1.0.3) - 2020/05/21
### Added
- A proper README file
- `propTypes` for the StableList component
- `defaultPropTypes` for the StableList component
### Changed
- Switched to the MIT license
## 1.0.0 - 2020/05/20
- Initial release
- Copied over extsisting files from my base project