- watch this space!
- updating this doc to link to issues/PRs manually (until we get a better changelog system?), by Matt Traynham (#845)
- update all NPM dependencies and fix tests that were not expecting any results, by Matt Traynham (#844)
- make barChart.onClick a proper override, by Gordon Woodhull (fixes the complaint in #168)
- Properly tagged this time.
- Re-implement renderlets as regular event
.on('renderlet')
. old function.renderlet()
is deprecated, by Matt Traynham (#776 / #833, replaces #779) - Geochoropleth tests sped up, by Jasmine Hegman (#825 / #817)
- Number display test cleaned up, by Jasmine Hegman (#826/ #783)
- Provide a way to override the heatmap labels, by hhravn (#794 / #793)
- Added logo to main page and favicon (#618)
- Merged #800: unselectable ids starting with numbers #789. Thanks Jasmine Hegman!
- Interface and features frozen - from this point all fixes will be merged to
master
anddevelop
, and all interface changes only merged todevelop
.
- Here we start using git-flow, start a changelog, and start 2015. Under git-flow, the latest release (starting with 2.0.0-beta.1) is always on the master branch, development (2.1.0-dev) is on the develop branch, and releases and fixes are always merged into develop.
- Read about git-flow here: http://jeffkreeftmeijer.com/2010/why-arent-you-using-git-flow/
- It follows that this document will always have two active sections: the master section, and the develop section. Since any changes merged to master are also merged to develop, any changes added to the changelog for the master branch will get merged into the same section in the develop version of this document.