[#316,timeline][m]: timeline now handles BC dates and has a switch to support non US dates dd/dd/dddd - fixes #316.
* upgrade timeine view to latest TimelineJS (note vendor code went in in last commit as needed to patch in this one) * Minor fix to TimelineJS timeline.js code (actual bug I think) * BC (-ve years) support is provided by latest TimelineJS (raw vendor code in last commit) * Strip out use of momentjs and just use timelinejs date parsing (various changes and tests around this) * state option nonUSDates: true to parse dd/mm/yyyy properly
This commit is contained in:
@@ -45,6 +45,7 @@ Possible breaking changes
|
||||
* Backend.Memory.Store attribute for holding 'records' renamed to `records` from `data`
|
||||
* Require new underscore.deferred vendor library for all use (jQuery no longer required if just using recline.dataset.js)
|
||||
* View.el is now the raw DOM element. If you want a jQuery-wrapped version, use view.$el. #350
|
||||
* Upgraded timelinejs lib - #316
|
||||
|
||||
### v0.5 - July 5th 2012 (first public release)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user