Skip to content

Commit

Permalink
Update CHANGELOG and DEVLOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanmalagon committed Jul 13, 2018
1 parent 569b6ad commit 8bdaac9
Show file tree
Hide file tree
Showing 2 changed files with 114 additions and 5 deletions.
34 changes: 29 additions & 5 deletions CHANGELOG.md
Expand Up @@ -8,20 +8,44 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## 4.1.0 - 2018-07-13

### Added
- Histogram: added `start` and `end` options to modify the histogram range. [#2142](https://github.com/CartoDB/carto.js/issues/2142)
- Time-series: added century and millennium aggregations [#2162](https://github.com/CartoDB/carto.js/issues/2162)
- Layers: added `visible` to options. [#2004](https://github.com/CartoDB/carto.js/issues/2004)
- Source filters: added new feature for filtering sources. [#2141](https://github.com/CartoDB/carto.js/issues/2141)
- Added options as input argument to the getLeafletLayer() method. [#2125](https://github.com/CartoDB/carto.js/issues/2125)
- Docs:
- added performance tips guide. [#2168](https://github.com/CartoDB/carto.js/issues/2168)
- added hexagon aggregation example. [#2151](https://github.com/CartoDB/carto.js/pull/2151)
- improved structure of contents. [#2137](https://github.com/CartoDB/carto.js/pull/2137)

### Fixed
- Allow multiple CARTO.js clients using Google Maps. [#2132](https://github.com/CartoDB/carto.js/issues/2132)
- Dataviews:
- fix removeDataview not stopping fetching data [#2119](https://github.com/CartoDB/carto.js/issues/2119)
- Debounced map instantiation. [#2140](https://github.com/CartoDB/carto.js/issues/2140)
- Fix interactivity when only 'cartodb_id' is selected [#2089](https://github.com/CartoDB/carto.js/issues/2089)
- Docs:
- fixed Getting Started links. [#2144](https://github.com/CartoDB/carto.js/pull/2144)
- replaced 'YOUR_API_KEY' with 'default_public' in examples. [#2136](https://github.com/CartoDB/carto.js/pull/2136)
- Updated CDN URL in reference documentation. [#2128](https://github.com/CartoDB/carto.js/pull/2128)

## 4.0.8 - 2018-06-04

### Fixed
### Fixed

- Google Maps examples were not working on iOS (https://github.com/CartoDB/carto.js/issues/1995)[https://github.com/CartoDB/carto.js/issues/1995]
- Google Maps examples were not working on iOS [#1995](https://github.com/CartoDB/carto.js/issues/1995)

## 4.0.7 - 2018-06-04

### Fixes
### Fixed
- Remove upper limit on Google Maps dependency.

## 4.0.6 - 2018-05-11

### Fixes
### Fixed
- Fix remove layers

## 4.0.5 - 2018-05-10
Expand All @@ -48,7 +72,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

- Upgrading carto.js to gmaps v3.31

## [4.0.0] 2018-04-17
## 4.0.0 - 2018-04-17

First public release of CARTO.js library

Expand Down
85 changes: 85 additions & 0 deletions DEVLOG.md
@@ -1,6 +1,91 @@
# Changelog

## Current
- Add performance tips to CARTO.js docs
- Refactor and ignore tests

## 4.0.18 - 2018-07-12

- Add 'start' and 'end' values to histogram public API

## 4.0.18-0 - 2018-07-12

- Fix torque

## 4.0.17 - 2018-07-12

- Add 'visible' to layer options
- Fix API key in quickstart example
- Update 01-quickstart.md
- Remove Gemfile (compass)

## 4.0.16 - 2018-07-10

- Source Filters

## 4.0.15 - 2018-07-06

- Allow multiple carto clients using Google Maps

## 4.0.14 - 2018-07-06

- Fix removeDataview

## 4.0.13 - 2018-07-06

- Add metrics to map instantiation

## 4.0.12 - 2018-07-05

- Debounced fetch

## 4.0.11 - 2018-07-05

- Fix interactivity when only 'cartodb_id' is selected

## 4.0.11-1 - 2018-07-05

- Transpile ES6 code through Babel in Webpack 4

## 4.0.11-0 - 2018-07-05

- Fix gradient legends margin

## 4.0.10 - 2018-07-04

- Document new time series aggregations

## 4.0.10-1 - 2018-07-04


## 4.0.10-0 - 2018-07-04

- Add century and millenium to date aggregation

## 4.0.9 - 2018-07-02

### New features
- add options to getLeafletLayer (#2125)

## 4.0.9-2 - 2018-06-29

- Add new logo

## 4.0.9-1 - 2018-06-29

- Fix choropleth legends margin
- add hexagon aggregation example
- Improving structure of contents
- Fixes Getting Started links

## 4.0.9-0 - 2018-06-19

- Fix margins on legends
- Replace 'YOUR_API_KEY' with 'default_public' in examples
- Update cdn url in reference documentation

## 4.0.8 - 2018-06-04

- Fix iOS examples

## 4.0.7 - 2018-06-04
Expand Down

0 comments on commit 8bdaac9

Please sign in to comment.