Skip to content

Releases: img-mapper/img-mapper

V2.0.3

22 Oct 23:18
03304df

Choose a tag to compare

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

18 Oct 21:02
08d17de

Choose a tag to compare

2.0.2 (2025-10-19)

🚀 Features

  • react-img-mapper: Added ESM support.

🩹 Fixes

  • react-img-mapper: Required ref issue fixed.

Full Changelog: V2.0.1...V2.0.2

V2.0.1

18 Oct 17:01

Choose a tag to compare

2.0.1 (2025-10-18)

🚨 Breaking Change

  • Monorepo introduced.
  • Repository renamed from react-img-mapper to img-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

25 Jan 20:05

Choose a tag to compare

2.0.0 (2025-01-26)

🚨 Breaking Change

  • react-img-mapper: Wrote a library from scratch.
  • react-img-mapper: map.name prop changed to name.
  • react-img-mapper: map.areas prop changed to areas.
  • react-img-mapper: containerRef prop removed, you can directly use ref instead.
  • react-img-mapper: stayHighlighted prop changed to isMulti: false.
  • react-img-mapper: stayMultiHighlighted prop changed to isMulti: true.
  • react-img-mapper: toggleHighlighted prop changed to toggle: true.
  • react-img-mapper: rerenderProps prop removed.
  • react-img-mapper: clearHighlightedArea method removed.
  • react-img-mapper: Typescript types are changed.
    • MapAreas changed to MapArea.
    • CustomArea changed to Area.

🚀 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 yarn and added pnpm.

🩹 Fixes

  • react-img-mapper: Fixed #66 issue.
  • react-img-mapper: Fixed #76 issue.
  • react-img-mapper: Fixed #83 issue.

❤️ Thank You


Full Changelog: V1.5...v2.0.0

V1.5.0

13 Feb 20:16

Choose a tag to compare

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-highlighted classname in their area tag.
  • 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


Full Changelog: V1.4...V1.5

V1.4.0

05 Mar 22:32

Choose a tag to compare

1.4.0 (2022-03-06)

🩹 Fixes

  • react-img-mapper: Resolved onLoad issue for Next.js.

Full Changelog: V1.2...V1.4

V1.2.0

12 Jul 17:57

Choose a tag to compare

1.2.0 (2021-07-12)

🚀 Features

  • react-img-mapper: Compatible with CommonJS.

Full Changelog: V1.1...V1.2

V1.1.0

28 Mar 22:07

Choose a tag to compare

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

20 Mar 19:37

Choose a tag to compare

1.0.0 (2021-03-21)

🚨 Breaking Change

  • react-img-mapper: Built in TypeScript.

Full Changelog: V0.5...V1.0

V0.5.0

13 Feb 08:44

Choose a tag to compare

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