File Release Notes and Changelog
Release Name: 0.6.3
Notes:
More bug fixes. Also created TableSection::preHTML and TableSection::postHTML. HTML content in these variables is displayed at top and bottom of the table.
Changes:
Tables:
>>TableSections now have .preHTML and .postHTML values that, when set, cause html content to be placed immediately below the section's titlebar and above the lower resize bar, respectively. Easiest way to set this is in the misc cell.
>> Fixed bug in ::focus() to correctly grab the focus when there are hidden rows.
>> Fixed bug where keyboard shortcuts bomb with undefined property objects.
>> Fixed bug in Tables where sorting was done on incorrect columns (was using regex matching instead of equality testing, thus matching subsets of column name).
Other:
>> toDate() prep function: Fixed design error where a single mask letter would translate to attribute without leading zero-- single letter mask would easily collide with other text in the mask string. Fixed logic so 2 letter mask maps to attribute without leading zero and preceeding 2 letter mask with a zero maps to attribute with leading zero.
>> Improved peformance of File.ie.save()
>> Added "view source" file menu option. In sections menu, clicking on section name brings that section into view. Fixed bug where loading .csv files would change File.currentFile-- it's just supposed to instead merge the file in. Made csv import smarter.