doc/doc.markdown in timeline_setter-0.1.0 vs doc/doc.markdown in timeline_setter-0.1.1
- old
+ new
@@ -80,11 +80,11 @@
<a id="csv"></a>
## Setting Up Your CSV File
TimelineSetter looks for certain column names in your CSV file in order to
generate a timeline. All columns are required, though as you'll see, some of
-them can be left blank. Here's a summary of each column and its significance:
+them can be left blank (see a [sample CSV](https://github.com/propublica/timeline-setter/blob/master/spec/test_data.csv)). Here's a summary of each column and its significance:
<a id="date-csv"></a>
### date
The date the event happened. Right now, TimelineSetter only supports
@@ -124,11 +124,11 @@
### html
Any arbitrary HTML that will be inserted above `description`. This
field may contain image tags, YouTube tags, etc. -- nearly everything except
`<script>` tags. If you choose to use JavaScript, you must do it inside an
-iframe and call that iframe inside this field.
+iframe and call that iframe inside this field. **Note**: If you put an image or iframe in this field, make sure to set `height` and `width` attributes, or the card may not extend around the image.
<a id="deployment"></a>
## Folder structure and deployment
After you've generated a timeline with the `timeline-setter` command, you
@@ -178,11 +178,11 @@
in/out, previous/next buttons) are available within `#TS-top_matter_container .TS-controls`.
Series checkboxes are injected into `.TS-series_nav_container` and templated
via `script#TS-notch_tmpl`. Currently, series colors are hard coded in the
JavaScript. We support a maximum of nine series colors (assigned in this order:
-``#065718, #EDC047, #91ADD1, #929E5E, #9E5E23, #C44846, #065718, #EDD4A5, #CECECE``,
+``#065718, #EDC047, #91ADD1, #929E5E, #9E5E23, #C44846, #465363, #EDD4A5, #CECECE``,
they can be overridden in the "color priority" section of `timeline-setter.css`). Technically
you can create an unlimited number of series, but they will eventually fall back
to the default charcoal notch color.
<a id="styling-bar"></a>
@@ -224,10 +224,11 @@
<a id="links"></a>
## Links
* In the Wild: [ProPublica: How One Blast Affected Five Soldiers](http://www.propublica.org/special/tbi-psycho-platoon-timeline)
+* In the Wild: [TPM: The Wisconsin Union Struggle Timeline](http://www.talkingpointsmemo.com/interactive/2011/04/the-wisconsin-union-struggle-timeline.php)
<a id="credits"></a>
## Credits
[Al Shaw](http://twitter.com/a_l), [Jeff Larson](http://github.com/thejefflarson), ProPublica
@@ -240,10 +241,20 @@
questions should go to <a href="mailto:opensource@propublica.org">opensource@propublica.org</a>.
<a id="changelog"></a>
## Change Log
-<a id="release-001"></a>
+<a id="release-011"></a>
+### 0.1.1
+
+* Made JavaScript smarter about image widths, so now images can be used without specifying height and width attributes
+* Fixed "read more" buttons so they can be clicked everywhere, not just on the text
+* Fixed a CLI bug where timeline was being put in the wrong place when output directory is specified without a trailing slash
+* Fixed duplicate colors in CSS
+* Fixed layout rendering problems when a card was more than half the size of the timeline
+* Fixed an issue where JSON couldn't be generated in Ruby 1.9
+
+<a id="release-010"></a>
### 0.1.0
Initial release
<a id="license"></a>
\ No newline at end of file