forked from nprapps/dailygraphics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCHANGELOG
More file actions
60 lines (51 loc) · 2.24 KB
/
CHANGELOG
File metadata and controls
60 lines (51 loc) · 2.24 KB
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
53
54
55
56
57
58
59
60
0.1.4
-----
* State grid map: Define data column as a variable (#176)
* Animated photo: Check for credit OR caption when displaying caption area (#174)
* Standardize use of _.contains to filter data columns in stacked bar/column chart templates (#183)
* Add AP-style month formatter (#190)
* Line chart template: Update filter for null values (#189)
* Remove references to local copy of pym in a few graphics templates (#188)
* Ensure support for https (#193)
* Add AP-style full date formatter (#198)
0.1.3
-----
* Merge carebot branch
* Remove Newsletter template
0.1.2
-----
* Integrate new centralized pym v1
* New template: Newsletter template
* New template: Stacked grouped column chart (#181)
* New open_spreadsheet task
* New clone_graphic task
* deploy task accepts multiple project slugs (#155)
* animated_photo process script also outputs a gif (#152)
* New issue matrix graphic template.
* Add a new iTerm v3 configuration applescript
0.1.1
-----
* New animated_photo graphic template.
* CSS to address SVG overflow quirk in IE11.
* Add tablesort to table template. (#57)
* Add smarty filter. (#139)
* Remove commented-out JS data loader in existing graphics templates. (#147)
* Reorganize base JS and add some frequently-used D3 date/number formatters. (#137)
* Clean up CSS and JS in existing graphics templates. (#126, #140, #141, #145, #146, #148)
* Update boilerplate embed code to match what's needed for NPR's CMS, Seamus.
* Fix issue with creating a new graphic.
* Fix S3 SSL certificate issue.
* Created _base/base_filters.py, a library of default Jinja filters for common formatting tasks.
* Made it possible for graphic_config.py to import other local modules (#133)
0.1.0
-----
* stacked_bar_chart and stacked_column_chart will now auto-hide labels that don't fit.
* Height-based label fitting for column_chart template.
* bar_chart, column_chart, grouped_bar_chart, stacked_bar_chart and stacked_column_chart templates now supports negative numbers. (#124)
* Add support for custom Jinja filters specified in graphic_config.py. (#131)
* Update Jinja to 2.7.3. (#127)
* Add .DS_Store to default assetsignore. (#129)
* Fix issue where preview border messed with width calculation.
* Update pym to 0.4.5.
* Add block_histogram template.
* Start CHANGELOG. (#132)