Releases: img-mapper/img-mapper
Releases · img-mapper/img-mapper
V2.0.3
2.0.3 (2025-10-23)
🚀 Features
- docs: Introduce official documentation of
img-mapper. - react-img-mapper: Introduce playground for contributors.
🩹 Fixes
- Contribution guidelines added.
- examples: Examples descriptions changed.
Full Changelog: V2.0.2...V2.0.3
V2.0.2
2.0.2 (2025-10-19)
🚀 Features
- react-img-mapper: Added ESM support.
🩹 Fixes
- react-img-mapper: Required
refissue fixed.
Full Changelog: V2.0.1...V2.0.2
V2.0.1
2.0.1 (2025-10-18)
🚨 Breaking Change
- Monorepo introduced.
- Repository renamed from
react-img-mappertoimg-mapper.
🚀 Features
- react-docs: Upgrade storybook to latest and improve the code.
🩹 Fixes
- react-img-mapper: Fixed #96 issue.
❤️ Thank You
Full Changelog: v2.0.0...V2.0.1
V2.0.0
2.0.0 (2025-01-26)
🚨 Breaking Change
- react-img-mapper: Wrote a library from scratch.
- react-img-mapper:
map.nameprop changed toname. - react-img-mapper:
map.areasprop changed toareas. - react-img-mapper:
containerRefprop removed, you can directly userefinstead. - react-img-mapper:
stayHighlightedprop changed toisMulti: false. - react-img-mapper:
stayMultiHighlightedprop changed toisMulti: true. - react-img-mapper:
toggleHighlightedprop changed totoggle: true. - react-img-mapper:
rerenderPropsprop removed. - react-img-mapper:
clearHighlightedAreamethod removed. - react-img-mapper: Typescript types are changed.
MapAreaschanged toMapArea.CustomAreachanged toArea.
🚀 Features
- react-img-mapper: React 19 upgrade added.
- react-img-mapper: Converted non-controllable manner functionality to a controllable manner.
- react-img-mapper: Typescript Reformatted.
- react-img-mapper: New Utilities files added.
- react-img-mapper: Removed
yarnand addedpnpm.
🩹 Fixes
- react-img-mapper: Fixed #66 issue.
- react-img-mapper: Fixed #76 issue.
- react-img-mapper: Fixed #83 issue.
❤️ Thank You
- Ethan Carlson @ethan-carlson
- Melih Çoban @melihcoban
- @sheepysheepy
Full Changelog: V1.5...v2.0.0
V1.5.0
1.5.0 (2023-02-14)
🚨 Breaking Change
- react-img-mapper: Fully Compatible with Next.js.
🚀 Features
- react-img-mapper: Added different classnames for highlighted areas.
- The highlighted area will have
img-mapper-area-highlightedclassname in their area tag.
- The highlighted area will have
- react-img-mapper: Upgrade to React V18 Peer Dep.
🩹 Fixes
- react-img-mapper: Removed the previously highlighted area when you click on the new highlighted area when stayHighlighted is applied (#53).
- react-img-mapper: Area JSON preFillColor will not remove when the toggleHighlighted property is applied.
- react-img-mapper: Fixed infinity coords issue (#42).
- react-img-mapper: Fixed canvas height and width issue (#43).
❤️ Thank You
- Anders Weinstein @andersweinstein
- Alba Mateos @albmat
- GAURAV YADAV @DVGY
Full Changelog: V1.4...V1.5
V1.4.0
1.4.0 (2022-03-06)
🩹 Fixes
- react-img-mapper: Resolved
onLoadissue for Next.js.
Full Changelog: V1.2...V1.4
V1.2.0
1.2.0 (2021-07-12)
🚀 Features
- react-img-mapper: Compatible with CommonJS.
Full Changelog: V1.1...V1.2
V1.1.0
1.1.0 (2021-03-29)
🚀 Features
- react-img-mapper: Added Disabled Property in Area.
- react-img-mapper: Added Disabled and Active Properties In JSON example.
Full Changelog: V1.0...V1.1
V1.0.0
1.0.0 (2021-03-21)
🚨 Breaking Change
- react-img-mapper: Built in TypeScript.
Full Changelog: V0.5...V1.0
V0.5.0
0.5.0 (2021-02-13)
🚨 Breaking Change
- Shifted to new organization
img-mapper.
🚀 Features
- react-docs: Added every property & method example with the code in documentation.
- react-img-mapper: Removed Documentation from the package and shifted to another repo.
Full Changelog: V0.4...V0.5