-
Notifications
You must be signed in to change notification settings - Fork 42
Release notes
Lisa Zhang edited this page Nov 29, 2013
·
11 revisions
Wiki ▸ Release Notes
##1.2 - December 3, 2013
- Changed the way function transforms work
- added a lot more functions and operations
- columns with spaces should be enclosed in
[square brackets]
instead of"quotes"
. (Note this is slightly backwards incompatible.) - datetime ranges (used for binning) should be enclosed in quotes as a string --
bin(column, 'month')
is correct butbin(column, month)
will no longer work.
##1.1 - October 17, 2013
- New pivot table creation functionalities
polyjs.pivot()
- New single numeral creation functionalities
polyjs.numeral()
- Fixes for tick generation
##1.0.5 - July 2, 2013
- Fix bug with tooltip not updating
- Fix bug with
maxWidth
andminWidth
for tooltips
##1.0.4 - June 26, 2013
- Fix tooltip rendering near edges
- Bug fix for sorting
- Events for clicking axes & graph titles
- Add shortcut
count(*)
as an acceptable variable - Use a Makefile to replace
make.sh
- Bug fixes & error message for async
- Bug fixes for rendering a pie chart with a single slice
- API to change grid colour
- Other bug fixes with related to binning, scales, and domain calculation
- Tooltip formatting
##1.0.3 - April 27, 2013
- Fix sorting order
- Bug fix for backend computation
- Allow colour and size scales to take date inputs
- Bug fixes to make scales more resilient
##1.0.2 - April 10, 2013
- Tooltip formatting for dates
- Colour, size, and other scales allow dates as inputs
- Bug fixes to domain calculation (min/max)
- Bug fixes to sorting order (allow descending sort)
##1.0.1 - April 10, 2013
- Fixed touch events for the iPad
##1.0 - April 9, 2013
- Initial Release