Skip to content

Commit

Permalink
Version 1.1.3
Browse files Browse the repository at this point in the history
Signed-off-by: Giuseppe Macri <gmacri@uber.com>
  • Loading branch information
macrigiuseppe committed Jan 17, 2020
1 parent ddc798e commit 1bcdd2d
Show file tree
Hide file tree
Showing 9 changed files with 26 additions and 8 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,24 @@ Each version should:
Ref: http://keepachangelog.com/en/0.3.0/
-->

## [1.1.13] - Jan 17 2020
- [Enhancement] added coordinate to tooltip export configuration (#876)
- [Bug] mapState not applied in exported map html (#913)
- [Chore] Update grammar, cleanup whitespace, fix broken link (#912)
- [Docs] add Upgrade-guide
- [Docs] Remove hyperlink with "Advanced Usage" (#903)
- [Docs] add initial cloud provider api (#868)
- [Enhancement] treat type-analyzer type: NUMBER as strings (#891)
- [Bug] remove argument.length check in injector (#899)
- [Enhancement] add disabled to layer-configurator group (#897)
- [Bug] Fix a bug in file-drop.js that causes error in server side render (#896)
- [Bug] Ensure all colors returned from get3DBuildingColor are RGB arrays (#871)
- [Chore] License 2020 (#883)
- [Bug] Correctly copy over field.filterProps when merging multiple filters (#884)
- [Bug] Fix newDateEntries typo and formatting fixes (#870)
- [Bug] Fix multiple geojson layer found when properties contain object and array (#872)
- [Bug] fix demo-app resolve react-redux (#866)

## [1.1.12] - Dec 14 2019
- [Bug] Remove sqrt, log from default color aggregation for count (#856)
- [Bug] fix cluster point count, cluster layer failed to render on export image (#855)
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-reducer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.12",
"kepler.gl": "^1.1.13",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-theme/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.12",
"kepler.gl": "^1.1.13",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"d3-request": "^1.0.6",
"dropbox": "^4.0.12",
"global": "^4.3.0",
"kepler.gl": "^1.1.12",
"kepler.gl": "^1.1.13",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
"react": "^16.8.4",
Expand Down
2 changes: 1 addition & 1 deletion examples/node-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"dependencies": {
"express": "^4.17.1",
"global": "^4.3.0",
"kepler.gl": "^1.1.12",
"kepler.gl": "^1.1.13",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/open-modal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.12",
"kepler.gl": "^1.1.13",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-modal": "^3.1.10",
Expand Down
2 changes: 1 addition & 1 deletion examples/replace-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
},
"dependencies": {
"global": "^4.3.0",
"kepler.gl": "^1.1.12",
"kepler.gl": "^1.1.13",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-palm": "^3.1.2",
Expand Down
2 changes: 1 addition & 1 deletion examples/umd-client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<script src="https://unpkg.com/styled-components@4.1.3/dist/styled-components.min.js" crossorigin></script>

<!-- Load Kepler.gl-->
<script src="https://unpkg.com/kepler.gl@1.1.12/umd/keplergl.min.js"></script>
<script src="https://unpkg.com/kepler.gl@1.1.13/umd/keplergl.min.js"></script>
<!--If you want to load the build from filepath -->
<!--<script src="../../umd/keplergl.min.js"></script>-->

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kepler.gl",
"author": "Shan He <shan@uber.com>",
"version": "1.1.12",
"version": "1.1.13",
"description": "kepler.gl is a webgl based application to visualize large scale location data in the browser",
"license": "MIT",
"main": "dist/index.js",
Expand Down

0 comments on commit 1bcdd2d

Please sign in to comment.