-
Notifications
You must be signed in to change notification settings - Fork 94
/
RELEASES.txt
52 lines (36 loc) · 1.33 KB
/
RELEASES.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
Exhibit Releases
================
Exhibit 3.1.1 (Plan)
---------------------------------
* New documentation (Connie Huang)
* Refactoring of facet code (Tochukwu Okoro)
Exhibit 3.1.0 (Release Candidate)
---------------------------------
Thank you:
* David Karger for the tremendous amount of improvements below
* David Feeney for fixing the image and URL formatter bugs
* Axel Hecht for fixing a bug in the filtering code
New Features:
* TSV Importer
* HTML Table Importer
* HTML Table Exporter
* Debugging HTML Parameter (?exhibit-dev=true)
Perormance Enhancements:
* Database now uses has constant-time index insertion rather than worst-case linear time.
* Performance monitoring utility code added
Bug Fixes:
* Various fixes to the Cloud Facet
* Expand/collapse facets by clicking the label in addition to the tiny plus icon
* Warn instead of halt when a component fails
* Google Spreadsheet Importer was treating :single as a value type
* History was removing the url ?query
* Data attributes had a text case error
* Coordinaters weren't registering themselves
* Bug fixes in the image and URL formatters
* Filter control bug with booleans
Documentation:
* Updated demos to HTML5 syntax
* Added Big Data demo (to show off faster data load time), TSV and HTML Table import demos.
Exhibit 3.0
-----------
Initial rewrite of the Exhibit 2.0 code.