Skip to content
This repository has been archived by the owner on Jun 23, 2022. It is now read-only.

Releases: gribnoysup/react-yandex-maps

v2.1.5

13 May 07:33
Compare
Choose a tag to compare

Bugfix

v2.1.4

01 Dec 07:41
Compare
Choose a tag to compare

Bugfix

  • Fix update method of <Control> #43 (by @frux)

v2.1.3

19 Oct 16:42
Compare
Choose a tag to compare

Add React ^16.0.0 to peerDependencies

v2.1.2

31 Aug 08:49
Compare
Choose a tag to compare

Bugfix

v2.1.1

31 Aug 08:49
Compare
Choose a tag to compare

Bugfix

  • Fix missing import for ListBox, ListBoxItem

v2.1.0

22 Aug 08:13
Compare
Choose a tag to compare

New

  • Add ListBox, ListBoxItem support #30 (thanks to @cema-sp for the idea)

Bugfix

  • Fix propTypes #29

v2.0.0

09 Jul 13:51
Compare
Choose a tag to compare

New

Change rendering behavior for all components that go on the map. Now it is possible to do stuff like this #16

This is a "breaking change" and a major release, but all external APIs should remain the same, so no refactoring is needed for the upgrade.

v1.2.0

10 Jun 11:32
Compare
Choose a tag to compare

New

  • Add 'prop-types' as a dependency
  • Update React peerDep version

v1.1.2

02 May 15:12
Compare
Choose a tag to compare

Bugfix

  • Fixes bug that prevented Clusterer component to render its children #20

v1.1.1

16 Mar 08:59
Compare
Choose a tag to compare

New

  • Change Map render function, this helps to control map container size #8 (by @Nimmimarco)

Bugfix