Releases: CartoDB/cartodb
Releases · CartoDB/cartodb
v2.9.1
v2.9.0
- Improvements
- New cluster wizard.
- Improved embed_map speed.
- Added retina assets for mobile maps.
- Slight reorder of label options.
- Improved WMS error message.
- Bugs Fixed
- Styles applied in a table do not get reflected on the wizards when creating a visualization.
- REST API should respond with 400 when tiler style sync does not work.
- A layer is shown on reload if it is hidden.
- In embed page: visualizing the map in a mobile, when changes landscape mode, map has to be resized.
- Leaflet basemap on android dissapears on zoom.
- Conditional styles based on zoom are not updated when zooming on torque.
- When the layer is hidden and you change wizards nothing happens.
- No visual clue about oauth keys on small screens.
- In embed visualization, if title or description are not shown the share button is not correctly aligned.
- Rows not appearing in table public view.
- Importing XLSX fails.
- Fixed the wizard when using the torque css editor.
- Renaming a table does not change table name in url.
- New table shadow is on top of the column menus.
- Error loading a multipoint shapefile.
- Layout error on the Add baselayer modal window.
- Removed deprecated tables endpoints.
v2.8.2
- Improvements
- Changed the default Torque visualization parameters.
- Added created_at to the user model.
- Removed /api/v1/queries endpoint.
- Run automatic geocoding after syncing a table.
- Reduce memory footprint of importer.
- Change settings page for an organization user (not admin).
- Change dashboard when user is an organization user (not admin).
- Bugs Fixed
- After a background import, the dashboard sorting method is changed.
- PostgreSQL 9.2+ support (PGError: ERROR: column "procpid" does not exist). (#267)
- Check table geometry type when a row is added, removed or changed.
- Clean up old importer code.
- The margin between oAuth and simple auth modules is too big.
- Creating a table from scratch, then adding a row from the table with a geometry, if you go to map view, you can't apply any wizard.
- Problem rendering some CSS gradients with last Chrome version.
- Wizard is not refreshed with new properties when a simple wizard is applied and any CartoCSS property is changed.
- Category colors are not re-rendered again when the previously applied column was removed.
- Fixed enabling fonts in map view.
- Autocomplete table_name when typing is not showing up in Codermirror editors.
- Replaced the old table endpoint in the merge functionality.
- Reduced default marker width and border-width.
- Fixed geocodings API authentication.
- Check geocoding bindings in table and map views.
- Fixed encoding issue with xlsx files.
- Wizard is active and bland when a new layer without any geometry is added in a visualization.
- Table shadow does not appear correctly aligned when you are in a synced table under a visualization.
- [Importer] Raise error if unp is not installed (#310).
- polygon-fill is added when polygon-pattern-file is being used.
v2.8.1
- Bugs Fixed
- Some map styles are changed after wizard refactoring.
- Fixed duplicated notifications in the dashboard.
- A warning message is not shown when no columns are available for applying a category wizard. It shows the wizard with the column selector empty instead.
- Category wizard doesn't render "null" color element when there is only that value.
- Created task to get modified layers and visualizations within a period.
v2.8.0
- Improvements
- New organization model on CartoDB (multi-user).
- Added new Open Sans fonts.
- Bugs Fixed
- When hovering a table row in the dashboard, expand the title if needed.
- User message off screen: "Start by adding rows to your table".
- Long field type names fall off the cell border (#251).
- If user selects an Intensity wizard, apply a determined SQL and then clear the query, the wizard previously selected is removed but the legend is ok.
- Added total map views per visualization in the user dashboard.
- Layout error with label text on the wizards.
- Filters: apply filter to already filtered columns stack.
- Updating certain properties from a wizard, shouldn't update the legend.
- Adapted API keys and OAuth pages to the new layout (760px).
- Points are shown when switching from chrolopleth to point wizard with line query.
- Creating a visualization changes the current panel to wizards with wrong width.
- Fixed space quota stat.
- CartoDB logo flicks a lot when opening a publish dialog and moving the map.
- Removed the edit point animation under GMaps basemap.
- Created a table from scratch and adding coords manually shows the "Georeference" popup.
- Null geometries are shown as "Point" on the table view.
- the_geom_webmercator error is not always reported.
- When pasting a URL in the 'append' window, it shouldn't offer to set it as a sync table.
- Error changing polygon fill.
- Fixed line edit.
v2.6.2
- Improvements
- Prepare a task to register current ghost tables in metadata
- Put back time_slider handle for mobiles
- Make the the_geom switch exclusive on the column join modal
- Create a task to clean up temporary tables from failed imports and move them to the cdb_importer schema
- Fixed Bugs
- Do not leak users during testsuite run (#244, #323)
- SQL editor does not autocomplete table name
- Error message for free accounts over map view quota
- geocoder raises an exception
- Update cdb_tablemetadata when table privacy changes
- When syncing a table, create triggers and indexes based on those in the existing one
- Privileges in sync tables are being dropped
- Dashboard rendering requests /api/v1/tags twice
- Duplicated the_geom index in new tables
- Customize infowindow empty throws error
- CartoDB attribution doesn't appear when there is only a torque layer in the visualization
- Indentation doesn't work properly in codemirror
- "Unknown" error creating table from query
- A console.log is showed from dashboard_messages.js, remove it.
- Row options menu doesn't appear properly in Firefox
- Fix problem with the table header shadow
- Twitter share text is wrong
- Fix several jasmine failed tests
- Fix cartodb.js test suite
- Don't break task when adding timezones to date columns
- Change support google mail url to exchange url
- Imports get broken when database_host was empty
v2.6.1
- Improvements
- Optimized map frame for mobile.
- New sharing options on embeded maps.
- Tag footer link in Embeds.
- Fixed Bugs
- Clicking on a visualization should open map instead of table view.
- Dashboard: visualizations: change viz name.
- When browser window is resized in map tab zoom is set to 0.
- Wrong SQL when requesting infowindow through the admin.
- Importer leaves temporary tables in the public schema in some error conditions.
- Funny error on points choropleth.
- When you create a visualization from a table (within a table), search and legends aren't moved when right panel is opened and closed.
- Changed button text when selecting file from gdrive.
- Importing a sync table when having just one table left raises an error, but the table gets imported and not synchronised.
- If you disable a legend and then apply another choropleth, it doesn't reenable it.
- After changing the CartoCSS, the wizards cannot calculate the colors anymore.
- sublayer_options does not work with torque layers.
- When adding a new layer in a table view, it moves to a new visualization, and name + label appears stuck.
- Fixed Dropbox picker.
- Customize infowindow and then empty it throws an error.
- When viewing a torque layer and adding another layer, the scrubbar stops working.
- Clean up temporary tables when a synchronization fails.
- Incorrect layout on the basemap modal.
- Infowindows are using v1 queries for the SQL API in the admin.
- Fixed jasmine tests.
- Custom HTML legends that come from a legend with no items aren't shown.
- Ensure the dashboard is rendered even if there are exceptions raised when rendering a specific 'table record'.
v2.6.0
- Improvements
- Enabled HTML editor for the legends.
- cartodb.js: improved legends API.
- Created a function that returns the indexes created for a specific table.
- Added the possibility to upload an import file to S3.
- Eager load synchronizations when rendering table visualizations (dashboard).
- Eager load row count and table size when rendering table visualizations.
- Implemented "cancel geocoding" feature.
- Fixed Bugs
- Several legends are rendered and they are not cleaned when it's necessary.
- Label placement: line should be an option in the wizards (for lines).
- Text placement from Wizard on Lines should default to line not point.
- In the legend editor show only colors being used on CartoCSS.
- If edits a feature from layer[1] and you changes to layer[2], the geometry editor disappear but the editing feature is still present in the map.
- old_fields and old_template_name infowindow attributes should be removed from viz.json.
- Missing button in the upgrade notification.
- Individual visualization map views not incremented.
- Filter by a word that contains a single quote (') doesn't return the expected results.
- Duplicated 's' in the visualization title.
- Column name sanitizer fails with duplicated column names.
- Fix some privileges problems when granting or creating triggers.
- In dashboard, if you filter with a tag called "DON'T TOUCH", url is not correct.
- In dashboard visualizations, if you filter by tag that doesn't exist, 'Create first visualization' block appears.
- Rails app should use the same time zone than the DB.
- Old endpoint tiler is not working for some tables.
- Nokia basemap maxZoom is 40, and it should be 21.
- When applying a filter on an already styled map, the style gets reset and goes back to default.
- Fix problems with users deletion.
- Fix filters failing spec.
- Geometry edition over GMaps is not working.
- Do not use removed Table#set_trigger_cache_timestamp when syncing tables.
- Sync tables may not invalidating the cache.
- Ensure varnish caches depending on CDB_TableMetadata get cleaned up on table change.
- HERE batch geocoding API changes.
- Layer alias does not work on torque layers.
- Customize infowindow empty throws error.
- Purge varnish items with "cdb_tablemetadata" channel on table update (#308)