Skip to content

Latest commit

 

History

History
557 lines (382 loc) · 37.4 KB

CHANGELOG.md

File metadata and controls

557 lines (382 loc) · 37.4 KB

Changelog

v3.0.0-beta.2 (2023-01-17)

💥 Breaking Change

🐛 Bug Fix

🏠 Internal

Committers: 4

v3.0.0-beta.1 (2022-07-21)

💥 Breaking Change

🚀 Enhancement

🐛 Bug Fix

🏠 Internal

Committers: 11

UNRELEASED 2.X

Bug Fixes

Internal

  • #733 Bump Ember CLI to v3.16 (LTS) + bump core addons to latest (@fran-worley)

Committers: 1

v2.0.0-beta.5 (2020-01-16)

💥 Breaking Change

Bug Fixes

Enhancements

Committers: 3

v2.0.0-beta.4 (2019-08-19)

💥 Breaking Change

Bug Fixes

  • #701 Convert ES6 native classes to ember objects (@fran-worley)
  • #693 Update ember-in-viewport, ember-wormhole (@fran-worley)
  • #692 Replace propertyWillChange/propertyDidChange with notifyPropertyChange (@mmadsen2)
  • #681 use assign instead of merge (@bekzod)
  • #664 Fixing issue with multiple tables and onScrolledToBottom. (@gmurphey)
  • #666 Pinning ip-regex to fix build issue. (@gmurphey)
  • #596 [Draggable Column] Error when dragging column; "removeObject is not a function" (@msenevir)

Internal

Committers: 5

v2.0.0-beta.3 (2019-05-9)

Breaking

Enhancements

  • #601 Avoid breaking line with sort icon in narrow columns (@Goras)
  • #648 Expose shouldRecycle property of vertical-collection (@Gaurav0)

Bug Fixes

Internal

Committers: 4

v2.0.0-beta.2 (2018-10-29)

Enhancements

*#593 Remove jQuery usage ((@donaldwasserman)[https://github.com/donaldwasserman])

Committers: 1

v2.0.0-beta.1 (2018-10-26)

Bug Fixes

*#590 replace sendAction with modern callable methods ((@donaldwasserman)[https://github.com/donaldwasserman])

Committers: 1

v2.0.0-beta.0 (2018-10-25)

Enhancements

Bug Fixes

Committers: 2

UNRELEASED MASTER

Enhancements

Bug Fixes

  • #692 Replace propertyWillChange/propertyDidChange with notifyPropertyChange (@mmadsen2)
  • #681 use assign instead of merge (@bekzod)
  • #664 Fixing issue with multiple tables and onScrolledToBottom. (@gmurphey)
  • #666 Pinning ip-regex to fix build issue. (@gmurphey)
  • #596 [Draggable Column] Error when dragging column; "removeObject is not a function" (@msenevir)
  • #586 Incomplete use of htmlSafe() on Cell.style. (@richard-viney)

Internal

  • #598 Stop using nativeDomClick which is deprecated. (@plcarmel)

Committers: 8

v1.13.2 (2018-08-26)

Bug Fixes

Internal

Committers: 3

v1.13.1 (2018-06-22)

Internal

Committers: 1

v1.13.0 (2018-06-21)

Commits

v1.12.2

Commits

v1.12.1

This patch release primarily re-enabled dynamic column sizing for occlusion tables and wires up the onScrolledToBottom and onScroll actions. However, we have to (temporarily) remove expanded rows. See this comment in #514 for more details.

Commits

v1.12.0

Commits

v1.11.0

Commits

  • e16af170 feat(table-header): custom icon components (#489) by RedTn
  • daa657ee fix(draggable-column): ensure the drop target remains properly identified (#496) by akshay-kr
  • 2e2faf93 fix(draggable-column): ensure the drop target remains properly identified (#418) by RustyToms

v1.10.0

Pull Requests

Commits

v1.9.0

Pull Requests

Commits

v1.8.6

Pull Requests

v1.8.5

Pull Requests

v1.8.4

Pull Requests

v1.8.3

Pull Requests

Commits

v1.8.2

Pull Requests

Commits

v1.8.1

Pull Requests

v1.8.0

Pull Requests

v1.7.1

Pull Requests

v1.7.0

Pull Requests

v1.6.1

Pull Requests

v1.6.0

Pull Requests

v1.5.2

Pull Requests

v1.5.1

Pull Requests

v1.5.0

Pull Requests

v1.4.4

Pull Requests

  • #220 [BUGFIX] CPs using filterBy should also be dependent on the array size by Offir Golan

v1.4.3

Pull Requests

v1.4.2

Pull Requests

v1.4.1

Pull Requests

v1.4.0

Pull Requests

v1.3.1

Pull Requests

v1.3.0

Pull Requests

v1.2.0

Pull Requests

  • #160 [FEATURE] multiSelectRequiresKeyboard option for toggling row selection without ctrl/cmd by Jeremy Bargar
  • #163 [BUGFIX] Autoprefix addon.css (until PostCSS is up and running) + install ember-cli-autoprefixer to prefix demo page CSS by Offir Golan
  • #163 [BUGFIX] Pass table instance + rawValue to custom cell component by Offir Golan
  • #163 [BUGFIX] Use style instead of deprecated width attribute by Offir Golan
  • #163 [BUGFIX] Remove readOnly from value in base cell so it can be modified by Offir Golan
  • #163 [BUGFIX] Column resizer now applies width to table rows on mouseUp instead of on mouseMove by Offir Golan

v1.1.1

Pull Requests

  • #133 [BUGFIX] onScrolledToBottom doesnt get re-triggered after removing table rows by Offir Golan

v1.1.0

Pull Requests

Commits

v1.0.1

v1.0.0

  • #30 Support custom cell and column types
  • #38 Add table reference to custom column components
  • #40 Use native Ember trackpad scroll emulator via ember-scrollable - @taras
  • #42 Add hideable option to columns

BREAKING CHANGES

  1. headerComponent in column definition has been renamed to component
  2. onScrolledToBottom action has been moved from {{light-table}} to {{t.body}} component
  3. height has been moved from {{t.body}} to {{light-table}} component

v0.1.9

  • Remove tag-less cell component since it was restricting a bunch of Ember.Component features such as class name bindings, events, etc.

v0.1.8

  • #14 Table cell performance to decrease render time by almost half

v0.1.7

  • Setup scroll event binding only if action is present
  • Add is-expanded css class to row

v0.1.6

  • Rename formatter to format

v0.1.5

  • Ability to provide a formatter function to column definition that will be used to computed the cell value

v0.1.4

  • #4 Apply width on cell component based on it's columns width @steffenbrem
  • #5 Add insertRowAt & insertColumnAt to public Table API
  • Return pushed/inserted rows & columns from public APIs

v0.1.3

  • Fixed an issue where cell value was not bound

v0.1.2

  • Ability to push rows using ArrayProxy instances

v0.1.1

  • #1 Add default CSS

v0.1.0

  • Initial Release