Skip to content

Releases: the-marolie/react-hotspots

v1.3.2

26 Sep 02:23

Choose a tag to compare

Changelog

  • Fixed typo in the className attribute for modal window
  • Added a demo sandbox link in readme
  • Update the usage code to include icon library

v1.3.1 - patch release

18 Feb 18:36

Choose a tag to compare

Changelog

  • Updated readme to include modal support documentation.

v1.3.0

18 Feb 18:32

Choose a tag to compare

Changelog

Added modal support:

  • The hotspot content can now be rendered inside a modal by passing a modal prop.
  • The modal prop accepts a boolean value - true or false

V1.2.2 - minor release

13 Feb 04:09

Choose a tag to compare

Pre-release

Updated repo and author information

v1.2.1

12 Feb 20:24

Choose a tag to compare

Changelog

  • Added additional props

    • iconSize - global as well as individual hotspot
    • iconColor - global as well as individual hotspot
    • className - for both main container and individual hotspots
  • Added validation for image and hotspots props with proper error messages.

  • Modified styles of hotspot content container.

Initial release

12 Feb 13:40

Choose a tag to compare

Initial release - v1.2.0

###Features

  • Add hotspots to image.
  • Supports React / HTML elements as hotspot content
  • Supports adding a custom icon / React & HTML element as trigger icon for hotspot

v1.1.0

12 Feb 08:38
bc97188

Choose a tag to compare

v1.1.0 Pre-release
Pre-release

Pre-release

What's Changed

New Contributors

Full Changelog: https://github.com/the-marolie/react-hotspots/commits/v1.1.0

Alpha test release

12 Feb 12:37
c7950cc

Choose a tag to compare

Alpha test release Pre-release
Pre-release
Merge pull request #2 from the-marolie/dev

Fix build command