This repository has been archived by the owner on Jun 23, 2022. It is now read-only.
Releases: gribnoysup/react-yandex-maps
Releases · gribnoysup/react-yandex-maps
4.6.0
v4.4.0
v4.3.0
Bugs:
- Fix setCenter/setZoom calls with empty values #222 (by @Eugenie21)
v4.2.0
Bugs:
- Fix typedefs #197 (by @skycrazyk)
v4.0.1
v4.0.0
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
todocz
for the documentation setup - Move from custom build process to
microbundle
- Add support for new React
ref
format
v3.1.0
Features:
- New
Panorama
component #141 (by @mmarkelov) - TypeScript type definitions are added #171 (by @zalishchuk)
v3.0.2
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
v3.0.0
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