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

4.6.0

06 Dec 18:30
Compare
Choose a tag to compare

Misc:

  • Add React 17 to peer deps (#273)

v4.4.0

22 May 07:44
Compare
Choose a tag to compare

Bugs:

  • Make ObjectManager props optional #229 (by @FunctorPrototype)
  • Fix filter prop change #228 (by @FunctorPrototype)
  • FIx instanceRef being called again even when the ref callback doesn't change between renders #232

Misc:

  • Fix npm commands for Windows #227 (by @FunctorPrototype)

v4.3.0

22 May 07:41
Compare
Choose a tag to compare

Bugs:

v4.2.0

10 Nov 19:34
Compare
Choose a tag to compare

Bugs:

v4.0.1

24 Jun 08:30
Compare
Choose a tag to compare

Bugs:

  • Fix weird bugs in esm module (move YMaps default stuff to module constants) #175

v4.0.0

15 Jun 13:10
Compare
Choose a tag to compare

There are no breaking changes in this release, but it changes the build process, so to avoid issues, it is a major one.

Features:

  • Move from next to docz for the documentation setup
  • Move from custom build process to microbundle
  • Add support for new React ref format

v3.1.0

15 Jun 08:34
Compare
Choose a tag to compare

Features:

v3.0.2

06 Oct 15:38
Compare
Choose a tag to compare

Bugfix

  • Mysteriously library still wasn't working with create-react-app@2 presumably because CRA@2 started to apply babel transforms to node_modules, my guess is something in how microbundle creates bundles and how CRA + babel parses them breaks the library. It was really hard to track, so the short-term solution is to change the build process to use Rollup + babel 7 instead of microbundle #109

v3.0.1

06 Oct 15:35
Compare
Choose a tag to compare

Bugfix

  • Change esm distiribution file extension from mjs to m.js to fix create-react-app compat (CRA is treating .mjs files as any static asset and loads it with file-loader) #108

v3.0.0

02 Oct 16:21
Compare
Choose a tag to compare

Features:

  • Better documentation
  • More flexible component structure, should make introducing new components easier and more accessible for everybody
  • New HOCs to get easier access to Yandex.Maps API
  • Primary support for Yandex.Maps Modules API. Should make your total download times for Yandex.Maps assets much smaller

Breaking Changes:

A lot. See migration guide https://react-yandex-maps.now.sh/migration-guide#migrating-from-v2-to-v3