Skip to content

Latest commit

 

History

History
130 lines (102 loc) · 12 KB

CHANGELOG.md

File metadata and controls

130 lines (102 loc) · 12 KB

Change Log

v0.4.0 (2016-09-08)

Full Changelog

v0.3.5 (2016-06-14)

Full Changelog

v0.3.4 (2016-06-14)

Full Changelog

  • Update ember-try and ember-cli #95 (cball)
  • The repeted cells can appear as grayed out for creating a grouping appearance #94 (BrianDuran)

v0.3.3 (2016-06-08)

Full Changelog

v0.3.2 (2016-06-07)

Full Changelog

v0.3.1 (2016-06-01)

Full Changelog

  • Sync header height when collection changes #91 (hbrysiewicz)
  • always yield rows to show headers in collapsable table #85 (cpow)

v0.3.0 (2016-04-16)

Full Changelog

v0.2.1 (2016-04-06)

Full Changelog

  • Only add scrollbar height to tables if needed #74 (cball)

v0.2.0 (2016-04-06)

Full Changelog

  • Add unique class to non-fixed columns #59

  • Add smoke and mirrors to collapsable tables #56

  • Add option for sticky headers #39

  • Add table property to table-column #38

  • Add groupWithPriorRow option to table-column to avoid repeated cells #36

  • Leverage didMountCollection event on vertical-item if need to re-initialize things like popovers? #35

  • Set non-viewport rows/columns to be visibility hidden (to avoid browser repaint) #18

  • extract collapsable table code to {{justa-collapsable-table}} #22

  • Add CHANGELOG #73 (cball)

  • Re-enable auto height change #72 (cball)

  • Ensure that table reflow happens when the header rerenders #71 (myared)

  • Scroll to the top after setting content #70 (rbeene)

  • Adds a windows class if on windows to account for differences in scrollbar heights #68 (cball)

  • Adds an additional div that gets bottom padding #67 (cball)

  • Fix tables randomly "turning blank" after scrolling #65 (cball)

  • Only reflow headers on column change. #64 (cball)

  • Setup sticky headers on scroll. Scope hover to .table-row elements. #63 (cball)

  • Add standard-table-columns-wrapper class to standard columns. #62 (cball)

  • disable height resize #61 (theworkerant)

  • Move collapsable tables to smoke-and-mirrors #58 (cball)

  • trigger sticky header reflow when header attrs change #57 (theworkerant)

  • change default styles a bit. #55 (cball)

  • Ensure headers are equal #54 (cball)

  • Don't call reflow unless we have a table. #53 (cball)

  • Ensure there is a table element before trying to destroy floatThead. #52 (cball)

  • Add Sticky Headers #50 (cball)

  • Rework fixed columns #49 (cball)

  • Adds valueBindingPath as dependent key to shouldUseFakeRowspan #48 (cball)

  • Dynamically change height of tables after render #47 (cball)

  • add tbody to collapsible tables #46 (theworkerant)

  • change classNames to class for header components #44 (cball)

  • Add didRenderTable hook #43 (cball)

  • Add ability to group rows by prior row. #42 (cball)

  • Improve performance with large tables #34 (cball)

v0.1.0 (2016-02-26)

  • Allow data property for collapsable tables to be configurable #21

  • add colgroup columns #13

  • trigger event on hover of row #10

  • all non required styles should be opt in #9

  • If title is an empty string, the default title tooltip is shown #32

  • Bump jquery to avoid failed CI builds #24

  • Fixed column table: header height needs to match normal column header height #8

  • Issue adding specified index columns #6

  • Before this is actually ready, implement the following with examples: #1

  • Fix a bug where title would not be respected if it was an empty string #33 (cball)

  • Refactor an each/else to an if/each/else to work around an Ember bug #31 (pgengler)

  • Require on-load-more-rows to return a Promise #29 (rbeene)

  • table-row-class-added: Fixing table row when is on mouse hover #28 (omjrt88)

  • Add the title attribute to the 'td' table column tag #27 (mesparza)

  • bump jQuery to 2.1.4 #25 (cball)

  • Add row-group-data property #23 (ignacio753)

  • Breakout CSS and change it to be opt-in #20 (pgrippi)

  • Adds infinite pagination support via ember-in-viewport #19 (cball)

  • Add column.headerClassNames to header component. #17 (cball)

  • Add table-row class to all rows #16 (cball)

  • Fixed column fixes, add textWrap, collapsable fixes #15 (cball)

  • Dynamically set dependent keys for _value on init. #14 (cball)

  • Some fixes #12 (cball)

  • Dynamic row/column fixes. #7 (cball)

  • Fixed columns, resizable columns, revamped dummy app #4 (pgrippi)

  • Properly register and remove columns #3 (cball)

  • Remove ember-composable, explicitly pass in parent table to columns. #2 (cball)

* This Change Log was automatically generated by github_changelog_generator