Skip to content

Commit

Permalink
Merge pull request #14161 from CartoDB/fix-set-view
Browse files Browse the repository at this point in the history
Improve zoom transitions from the +, - buttons
  • Loading branch information
Jesus89 committed Jul 13, 2018
2 parents 5e6278a + 03998cd commit 21da3b0
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ This release introduces a new API Key system. In order to migrate existing users
* New rake to fix inconsistent permissions (`bundle exec rake cartodb:permissions:fix_permission_acl`)

### Bug fixes / enhancements
* Use setView instead of flyTo to improve zoom transitions (https://github.com/CartoDB/carto.js/pull/2178)
* Fix torque layers when filter analysis is added (https://github.com/CartoDB/support/issues/1038)
* Copyright symbol not appearing on exported image (https://github.com/CartoDB/cartodb/issues/13411)
* Keep selected popup tab after fetch (https://github.com/CartoDB/support/issues/1396)
Expand Down
2 changes: 1 addition & 1 deletion lib/build/tasks/webpack/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.exports = {
path.resolve(path.resolve('.'), 'lib/assets/javascripts/dashboard'),
path.resolve(path.resolve('.'), 'lib/assets/test/spec/dashboard'),
path.resolve(path.resolve('.'), 'lib/assets/test/spec/fixtures'),
path.resolve(path.resolve('.'), 'lib/assets/javascripts/dashboard')
path.resolve(path.resolve('.'), 'node_modules/internal-carto.js')
],
options: {
presets: [
Expand Down
22 changes: 11 additions & 11 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"d3-queue": "^3.0.7",
"fastclick": "^1.0.6",
"html-webpack-plugin": "^3.2.0",
"internal-carto.js": "CartoDB/carto.js#v4.0.18-0",
"internal-carto.js": "CartoDB/carto.js#v4.1.1-0",
"jquery": "2.1.4",
"leaflet": "CartoDB/Leaflet#v1.3.1-carto1",
"moment": "2.18.1",
Expand Down

0 comments on commit 21da3b0

Please sign in to comment.