react-smooth-sheet
Version:
A customizable bottom sheet component for React applications.
40 lines (27 loc) • 1.1 kB
Markdown
# Changelog
## [0.1.7] - 2025-03-03
### Fixed
- Resolved multiple bugs that could cause crashes in specific scenarios.
- Improved error handling to enhance stability.
### Removed
- Eliminated unnecessary dependencies to reduce package size.
- Cleaned up unused code and redundant functions.
- Remove Webpack
## [0.1.8] - 2025-12-03
### Fixed
- The bottom sheet's blur and opacity effects by handling them dynamically in.
- The touch-based closing logic using useBottomSheetTouch to ensure smoother interactions.
### Removed
- Redundant inline styling and moved styles to external CSS files.
- Unnecessary code duplications by centralizing logic in hooks.
### Improved
- Code readability and maintainability by splitting the logic into multiple components.
- Reusability by extracting repeated logic into custom hooks.
- Styling organization by creating a styles folder for CSS files.
- Function organization by categorizing them into separate files.
## [0.1.9] - 2025-12-03
### Fixed
- Bugs Fixed.
## [0.3.2] - 2025-12-03
### Fixed
- Bugs Fixed.