22 Commits

Author SHA1 Message Date
Michael Diego
45017824d5 Remove deprecated props (#952)
* Remove heatmapLibrary that we flagged as deprecated in #948
* Remove apiKey which has been deprecated for a long time
* Remove onBoundsChange which has been deprecated for a long time
2020-10-03 15:24:01 +02:00
Michael
b49b8bfe2d Remove @mapbox/point-geometry (unused) 2020-10-03 15:23:06 +02:00
Michael
20f4a1c9f5 Update yarn.lock 2020-10-03 15:23:06 +02:00
Michael Diego
1ce0ef6f2f
Use @googlemaps/js-api-loader and fix libraries usage (#946)
Co-authored-by: Justin <jpoehnelt@google.com>
Co-authored-by: Aviya Developer <aviya.developer@gmail.com>
2020-09-22 18:59:12 +02:00
Michael
d8a7158c13 Update yarn.lock 2020-09-14 13:51:17 +02:00
Michael Diego
b3bc11c215
Rewrite library using create-react-library (#900)
* Rewrite library using create-react-library
* Export utils properly
* Remove unnecessary code and fix eslintignore
* Update CHANGELOG
2020-07-25 03:03:03 -03:00
Michael Diego
e70d0f748d
Fix vulnerabilities (#899)
* Fix eslint's vulnerabilities
* Fix mocha's vulnerabilities
2020-07-24 02:42:33 -03:00
Michael Diego
c35f73569c
Update dependencies and fix develop env (#897)
* Upgrade packages
* Update yarn.lock
* Fix warnings
* Fix sass dependencies
* Fix sass modules
2020-07-24 01:54:20 -03:00
Michael Diego
c6767e24f5
Revert "Google Map loader respecting the app language change (#726)" (#738)
This reverts commit 55fd1b06a375e2126e8dea95d5f32943f4009553.
2019-04-03 10:19:42 -03:00
Tom Wagner
55fd1b06a3 Google Map loader respecting the app language change (#726) 2019-03-20 15:42:09 -03:00
Michael Diego
a73629b389
Fix build (#605)
* Fix build by updating yarn

* Fix lint

* Fix build by adding react-dom to devDependencies

* Fix lint again
2018-06-22 16:44:26 +03:00
Martin Jujou
fc062a0018 Move dep for react-dom (#592) 2018-05-31 16:32:33 -03:00
Michael Diego
6680cc5fcf Move react-dom from peer to dependencies 2018-05-13 14:52:58 -03:00
Michael Diego
9d0b3939ba
Use our own omit.js (#561) 2018-04-17 13:31:01 -03:00
Michael Diego
d457d1cd29
Fix recompose (#547)
* Create our own createHelper, its not in recompose anymore

* Use our withStateSelector

* Proper apiKey usage

* Replace apiKey with bootstrapUrlKeys

* No need of true value in html

* Use lodash.omit instead in dev

* Remove unused file

* Remove unnecessary extra folder utils

* Upgrade recompose again

* Oops! Move lodash.omit to devDependencies

* Fix webpack files styles

* Make examples bigger in width
2018-03-21 16:54:15 -07:00
Michael Diego
486bccfc61
Use shallowEqual and isEmpty as much as possible (#540)
* Use shallowCompare to compare objects

* Use isEmpty as much as possible

* Use our own shallowEqual

* Remove fbjs

* Just disable necessary line

* Add eslint-disable where needed
2018-03-13 16:59:11 -07:00
Michael Diego
8cb6939e6c
Remove lodash and use our own utils (#535)
* Use pure reduce and map functions

* Use only isEmpty from lodash

* Create our own isEmpty, don't use lodash

* Normalize utils names

* Group utils together

* Proper checking, better this way

* Set default value to options
2018-03-12 15:56:22 -07:00
Michael Diego
1ad4402462
Refactor code style (#533)
* Run eslint

* Avoid DRY in importing

* Update recompose

* Unnecessary backticks

* Update comments

* Move api-path into a variable

* Rename queryString to params

* Proper eslint-disable
2018-03-11 12:16:58 -07:00
alireza valizade
32d95ab4b7 upgrade .babelrc (#521)
* upgrade .babelrc

* yarn.lock

* Update .babelrc

Fix format.
2018-03-10 13:57:23 -08:00
Joseph Frazier
2e7bd79d16 Update yarn.lock (#483)
e344c3c8f4
switched from `point-geometry` to `@mapbox/point-geometry`, but it
didn't update yarn.lock accordingly. This does.
2017-12-21 19:28:52 -03:00
Exomnius
f4c0a0ce20 Added react 16 as peer dependency + bumped related react versions (#454)
* react-16 added react 16 as peer dependency and bumped related react versions

* react-16 removed unwanted style changes

* react-16 removed unwanted style changes

* react-16 removed unwanted style changes
2017-10-15 22:18:29 +03:00
Ivan Starkov
07368e23ad Move 2 yarn, add prettier, update linters (#360)
* Move 2 yarn, add prettier, update linters

* Fix linting error
2017-04-11 00:47:54 +03:00