6 Commits

Author SHA1 Message Date
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
falconmick
0e80512d40 Added loose to es2015 for IE10, IE11 support (#504)
* added intellij ide gitignore

* IE9 and IE10 require loose to work

your demo app doesn't work on IE9/10 so you will need to make a more simple one to test this fix out. the issue is to do with this.props not being avaiable in constructors for IE9/10 see: https://github.com/babel/babel/issues/3975 it was supposidly fixed 1 year ago but I can't see it working, maybe we need to swap to @babel/core to get this fix? I tried it but the change is made larger due to the curent demo apps build system.

Full fix would involve upgading to @babel/core + @babel/preset-env and migrating away from kotatsu in favour of a plain ole react app via webpack (create-react-app maybe?) and then place it into another folder and have that folder habing it's own package.json so we can consume google-map-react as if it were a real library during testing. Sure we would loose hmr, but at this stage hmr isn't all that useful anyway.

I'de love the proper fix, but for now I have clients with IE10 browser requirements.
2018-02-13 23:32:11 -08:00
cybice
3472d826de Add dist 2 gitignore 2015-09-30 00:14:31 +03:00
cybice
217ec09878 Update: gitignore 2015-09-24 21:08:20 +03:00
Moz Morris
e4505e2a6b Merge umd-build branch. This closes #13
commit 8b1ed17602b01c2c63d7c341f6cc70711ff8f925
Author: Moz Morris <moz@earthview.co.uk>
Date:   Sun Jun 28 11:33:40 2015 +0100

    Fixup exports.

commit a64ce1c6fb73fe9dee9f2d0bec38574ad7d1897e
Author: Moz Morris <moz@earthview.co.uk>
Date:   Sun Jun 28 10:42:28 2015 +0100

    [added] bower support
2015-06-29 17:48:37 +01:00
cybice
8fdc6dd692 new: google map react 2015-06-10 15:16:41 +03:00