# Changelog
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

Types of changes:
- `Added` for new features.
- `Changed` for changes in existing functionality.
- `Deprecated` for soon-to-be removed features.
- `Removed` for now removed features.
- `Fixed` for any bug fixes.
- `Security` in case of vulnerabilities.

> Date format: YYYY-MM-DD

> If we have some "Breaking changes" we can mark it in message by `**BREAKING**` preffix, like:  
> `- **BREAKING**: Some message`

-------------

## TODOs
> Todo list for future

- ...

-------------

-------------

## 1.2.6 - 2025-02-24
### Added
- Add support for `renderBlurImage` prop to render low-quality blur image optionally.

## 1.2.5 - 2024-04-30
### Fixed
- Change image src doesn't request re-render

## 1.2.4 - 2023-11-30
### Fixed
- Issues with low preview size

## 1.2.3 - 2023-11-30
### Fixed
- base URL issue adding extra slash

## 1.2.2 - 2023-09-12
### Fixed
- Low preview image baseURL

## 1.2.1 - 2022-09-01
### Changed
- Decrease the package size

## 1.2.0 - 2022-09-01
### Changed
- Decrease the package size

## 1.1.0 - 2022-08-09
### Added
- Possibility to generate image alt if missing

## 1.0.3 - 2022-08-03
### Fixed
- Images parameters

## 1.0.2 - 2022-08-03
### Changed
- Documentation
## 1.0.1 - 2022-08-03
### Changed
- Miniify the build

## 1.0.0 - 2022-08-03
### Added
- Init the plugin