@mornya/react-image-libs
Version:
The project of React.js Image library.
68 lines (57 loc) • 2.42 kB
Markdown
# Change Log
All notable version changes would be documented in this file.
## 2.3.2 ~ 2.3.3
> Patch version updated at 2025.07.07 ~ 12
- Chores: Update dependencies
- Performance Improvements: Added ESM build options
## 2.3.0 ~ 2.3.1
> Minor version updated at 2025.02.11
- Chores
- Update dependencies
- Update document
- Performance Improvements
- Added `IntersectObserverContext.useIntersectObserver` hook
- Added `BitmapSVGImage` component
- Exported props type (`LazyBackgroundComponentProps` and `LazyImageComponentProps`)
## 2.2.0
> Minor version updated at 2024.06.28
- Chores: Removed ESLint ignore rules by unused
- Bug Fixes: Fixed an error where the `LazyImage` component: Wrapped in a button tag even if it was not clickable
## 2.1.0
> Minor version updated at 2024.05.29
- Chores
- Update dependencies
- Update document
- Apply content as the vessel is updated
- Bug Fixes: Removed unused props `priority` from `LazyImage` component
- Performance Improvements: An error message is displayed when using `LazyImage` or `LazyBackground` without declaring `IntersectObserverProvider`
## 2.0.1 ~ 2.0.2
> Patch version updated at 2024.04.10
- Bug Fixes
- Issue with images displayed at incorrect size in `LazyImage` module
- Fix CSS style typo
- Performance Improvements: Added `LazyImage.scss` file
## 2.0.0
> Major version released at 2024.04.09
- Chores: Update dependencies
- Performance Improvements: Remove `next/image` from `LazyImage` component and replace with `<img>`
- Bug Fixes: An error where the `subscribe` method did not work properly in the `IntersectObserverContext` provider
## 1.1.1
> Patch version updated at 2023.09.16
- Chores: Update dependencies
- Bug Fixes: The issue of occurring error (HTTP403) when calling an image from another domain in the `LazyImage` component
## 1.1.0
> Minor version updated at 2023.12.01
- Chores
- Update dependencies
- Update document
- Performance Improvements
- Added `tabIndex` props for `LazyBackground` and `LazyImage` component
- Added `onMouseOver`, `onMouseLeave`, `onFocus`, `onBlur` and `onClick` props for `LazyBackground` component
## 1.0.3
> Patch version updated at 2023.09.16
- Chores: Update document
- Performance Improvements: The `utils.debounce` method has been separated into the NPM library: `restriction`
## 1.0.0 ~ 1.0.2
> Major version released at 2023.09.07
- New Features: Added initial codes