Skip to content

Latest commit

 

History

History
83 lines (61 loc) · 1.8 KB

CHANGELOG.md

File metadata and controls

83 lines (61 loc) · 1.8 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

  • ...

2.0.0 - 2022-08-30

Changed

  • BREAKING: Upgrade to Vue 3

1.3.5 - 2022-04-25

Fixed

  • Low preview image width

1.3.3 - 2022-04-18

Fixed

  • possibility to add doNotReplaceURL to single image

1.3.2 - 2022-02-09

Fixed

  • change devicePixelRatioList to [1, 1.5, 2]

1.3.1 - 2022-1-4

updated

  • utils version to fix img-src starts with "//"

1.3.0 - 2021-11-18

Added

  • possibility to remove API versions

1.2.0 - 2021-07-23

Added

  • new property: customDomain

1.1.0 - 2021-07-19

Deprecated

  • Property ignoreNodeImgSize is deprecated. Use imageSizeAttributes: 'ignore' instead

Added

  • new property: imageSizeAttributes

1.0.6 - 2020-05-13

Added

  • ignoreNodeImgSize props
  • documentation to readme.md under config

fixed

  • showing width and height attributes on img tag

1.0.5 - 2020-02-06

Added

  • OnImgLoad to capture event on load
  • documentation to readme.md under image properties

1.0.3 - 2020-11-09

updated

  • utils version to add src to each size

1.0.2 - 2020-09-29

Changed

  • how props are passed to image and background