Skip to content

Latest commit

 

History

History
79 lines (59 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

79 lines (59 loc) · 1.63 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

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.7 - 2025-03-03

Added

  • Add support for onImgLoadError prop to be triggered in-case of image load failed.

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