Michael
d0b242e8a9
2.0.2
2020-07-30 08:56:13 -03:00
Michael
381515cf22
2.0.1
2020-07-30 06:40:07 -03:00
Michael
b503853b94
2.0.0
2020-07-30 05:27:31 -03: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
88038c293d
Update version to 1.1.7
2020-03-17 17:45:31 -03:00
Michael Diego
1e133e84fd
Update package.json
2020-02-04 16:21:40 -03:00
Michael Diego
37c34ad663
Update package.json
2019-09-20 19:45:46 +02:00
Jeffrey Cherewaty
9f0d113463
Move prop-types to dependencies ( #769 )
2019-09-20 19:41:47 +02:00
Michael
b3c27dfb0e
Bump version to 1.1.4
2019-04-03 10:23:57 -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
Michael
d5ea046257
Bump version to 1.1.3
2019-04-01 12:48:23 -03:00
Michael
b49a3a6186
Revert "Bump version to 1.1.3"
...
This reverts commit 59c0265b52defaa7fa30bb96f5690caa6882c5a0.
2019-04-01 12:48:13 -03:00
Michael
59c0265b52
Bump version to 1.1.3
2019-04-01 12:46:10 -03:00
Tom Wagner
55fd1b06a3
Google Map loader respecting the app language change ( #726 )
2019-03-20 15:42:09 -03:00
Michael Diego
4d863d9ddc
Bump version to 1.1.2 ( #697 )
...
Bump version to 1.1.2
2018-12-18 13:09:01 -03:00
Michael Diego
599195510e
Bump to 1.1.1 ( #680 )
...
Bump to 1.1.1
2018-11-21 18:13:45 +01:00
Michael Diego
1603e3afea
Bump version to 1.1.0 ( #671 )
...
This includes:
- #655 Add math abs to avoid negative values when calculating zoom
- #656 Pass map instance to onDrag handler
- #593 Added feature: update heat map on data change + fix linting
2018-11-08 15:36:19 +03:00
Michael Diego
16236f9d7e
Bump version to 1.0.9 ( #651 )
2018-09-29 12:46:33 +03:00
Michael Diego
6bca0a4d37
Bump version to 1.0.8 ( #646 )
2018-09-21 14:07:28 +03:00
Michael Diego
800092ae6f
Bump version to 1.0.7 ( #644 )
2018-09-20 20:36:33 +03:00
Michael Diego
f43ad9b2b4
Bump version to 1.0.6 ( #621 )
2018-08-03 10:14:32 +02:00
Michael Diego
2cfb0a64f5
Upgrade version to 1.0.5 ( #607 )
2018-06-26 23:33:53 +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
Michael Diego
78256b1d5e
Bump version to 1.0.4 ( #598 )
2018-06-11 04:18:50 -03:00
Martin Jujou
fc062a0018
Move dep for react-dom ( #592 )
2018-05-31 16:32:33 -03:00
Michael Diego
cdd6ec658f
Bump to v1.0.3 ( #582 )
2018-05-16 23:59:26 -03:00
Michael Diego
d4d5917cc0
Bump to 1.0.2
2018-05-13 14:54:03 -03:00
Michael Diego
6680cc5fcf
Move react-dom from peer to dependencies
2018-05-13 14:52:58 -03:00
Michael Diego
b7d61df5f6
Move react-dom to dependencies ( #577 )
...
* Move react-dom to dependencies
* Actually, move react-dom to peer-dependency
2018-05-13 14:28:09 -03:00
Michael Diego
cc4eadb883
Bump version to 1.0.1
2018-05-10 15:53:55 -03:00
Michael Diego
0d3acb564e
Release 1.0.0
2018-04-27 16:55:34 -03:00
Michael Diego
04d41c8685
Move links to org instead of Ivan's repo, they were broken ( #563 )
2018-04-18 15:00:26 -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
Michael Diego
b02665d646
Update package.json ( #531 )
...
Bumps version to 0.34
2018-03-10 15:01:03 -08:00
alireza valizade
32d95ab4b7
upgrade .babelrc ( #521 )
...
* upgrade .babelrc
* yarn.lock
* Update .babelrc
Fix format.
2018-03-10 13:57:23 -08:00
Michael Diego
35507907b3
Update package.json ( #529 )
2018-03-09 11:09:39 -08:00
Michael Diego
1211f98bf8
Bump version to 0.32.0 ( #519 )
...
Bumping version to 0.32.0
2018-02-23 11:21:40 -08:00
Michael Diego
1bf85e3129
Bump version to 0.31.0
2018-02-12 14:26:17 -08:00
Michael Diego
38b6fbb1a9
Bump version to 0.30.0
2018-02-12 14:10:12 -08:00
Michael Diego
8466cc8d85
Upgrade version to 0.29.0 ( #499 )
...
Fixes current release where region is required and it should be not.
2018-01-22 17:43:12 -08:00
Michael Diego
3d85c68bdb
Update version to 0.28.0 ( #495 )
...
- Adds support for China
2018-01-18 12:56:56 -08:00
Michael Diego
6263b54959
Upgrade version to 0.27.0 ( #489 )
2018-01-04 15:50:45 +01:00
Michael Diego
f05a0ff1fe
Upgrade to 0.26.0 ( #481 )
2017-12-20 19:09:43 -03:00
valorize
e344c3c8f4
Move points-geometry dependency to organization ( #462 )
...
* Move dependency to organization
* Update geo.js
* Update transform.js
2017-12-20 17:55:54 -03:00