Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ember-table

Package Overview
Dependencies
Maintainers
7
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ember-table - npm Package Versions

1
68

2.0.0-beta.4

Diff

Changelog

Source

v2.0.0-beta.4

6 July 2018

pzuraq
published 2.0.0-beta.3 •

Changelog

Source

v2.0.0-beta.3

28 June 2018

  • Update notifyPropertyChange polyfill to work with proper versions #562
  • [bugfix] Pin eslint-plugin-prettier #564
  • Update description in package.json 8519064
pzuraq
published 2.0.0-beta.2 •

Changelog

Source

v2.0.0-beta.2

18 June 2018

  • [bugfix] Removes a bunch of unnecessary files that weren't being used #557
  • Doc fix: s/viola/voila #555
  • fix: example in why section #550
  • [bugfix] Fix Column Sorting #554
  • [bugfix] Fix Column Sorting (#554) #553
  • add deploy deps 588b5e5
  • make sure faker is included in production 2eec4cb
  • add repository field a4a80e0
pzuraq
published 2.0.0-beta.1 •

Changelog

Source

v2.0.0-beta.1

15 June 2018

  • [guides] Finalize Guides for v2.0.0-beta.1 #549
  • [bugfix] Basic Fastboot Support #548
  • [feat] Adds passthrough options for vertical-collection #547
  • [bugfix] Use sticky polyfill in all browsers #546
  • overflow scroll is auto #516
  • [feat] Separate row/checkbox selection, fix reordering/resizing #544
  • [styles] Fixes up the markup for integration with style framework #542
  • [modernize] Adds Contextual Component API #541
  • [refactor] Refactors Sorting Markup #540
  • test to repro footer bug #535
  • [feat] Implement Column Sorting and Actions #537
  • [bugfix] Avoid clickable elements when toggling row selection #538
  • table row meta - dont select if destroying #536
  • [refactor] Remove component references from trees #534
  • [bugfix] Fixes column widths when reordering #533
  • [refactor] Move row meta to CollapseTree #532
  • There is a bug where the width distributor will get into an infinite loop. The loop would check for delta being zero, but if delta started as a decimal, then the check would never pass. This does 3 things: #530
  • [bugfix] Plugs Memory leaks #529
  • [upgrade] Ember 3.0 #528
  • [bugfix] Ensures Cell Meta is unique per table instance #527
  • README: added instructions for documentation #526
  • Add a blank page to perf tests #525
  • readme - minor problem with ember-td #524
  • [optimization] Performance and DX fixes #522
  • [feat] ColumnTree #521
  • [restructure] New Table API #517
  • [restructure] Simplify and flatten caching #513
  • The tree attribute is correctly observed by the table #515
  • collapse tree supports ember arrays #510
  • Add Travis badge to README #512
  • fix table sticky polyfill test #511
  • CHG: move ember-useragent to dependencies #508
  • [polyfill] Polyfill the behavior of position: sticky; in thead/tfoot #507
  • [refactor] Combine ember-table and tree-table #506
  • [refactor] Use position: sticky; for fixed headers/footers/columns #504
  • Now a CollapseTree has behavior similar to an Ember Array: when you ask for objectAt(outOfBounds), you get undefined back. #503
  • [bugfix] Fix fixed column behavior #502
  • [tree-table] Refactor tree-table, make data structures private #500
  • Tests for sending action up after header reordering & resizing #492
  • upgrade(ember-decorators): Upgrade ember-decorators to v2 #491
  • [tests] Cleanup tests #486
  • Integrate with ember-cli-addon-docs and add examples #488
  • Add basic accessibility test #487
  • feat(checkbox): Adds a checkbox option to columns #484
  • chore(deps): Update legacy shim and @argument #485
  • maintenance(VC): Bumps vertical-collection #483
  • refactor(argument): Update to use @argument #479
  • Add max-height for table to fix collapse bug #476
  • [bugfix] Use sticky polyfill in all browsers (#546) #545
  • Merge pull request #515 from Addepar/andy/tree-observer #514
  • only destroy children when they are nodes 43ceb0e
  • [refactor] Use position: sticky; for fixed headers/footers/columns 6c9b8a4
  • add tests f9dbff6
billypham
published 2.0.0-alpha.2 •

Changelog

Source

v2.0.0-alpha.2

4 January 2018

  • Use RAF Scheduler in ember table #470
  • Reduce press time wait for hammer #473
  • Send event to outer controller when columns are reordered. #469
  • Allow custom footer to send action up #468
  • Handle 0 length columns gracefully #465
  • Put resize sensor code in a run loop as resize sensor uses RAF #467
  • Add column resizing & footer to Page Objects in test #464
  • ES getter function with @computed to avoid DEPRECATION warnings #466
  • Use function set of ember/object to set collapse property #463
  • Add yarn.lock to gitignore #462
  • Add migration guide to README #461
  • Table PageObject #458
  • Refactor footer API #455
  • Support subcolumns #446
  • API to set row height #453
  • chore(collection): update vertical collection #454
  • chore(deps): update ember cli and deps #452
  • Pass list of arguments instead of the first arguments. #442
  • Fix collapse bug in issues 439 #440
  • Use RAF Scheduler + bug fix #436
  • Fix column width in IE #432
  • Prepare alpha #430
  • Header & row action #428
  • Update ember decorator #427
  • Table Resize mode #424
  • Table theme #426
  • Rename table #422
  • Add Ember try scenarios and remove unused tests #41
  • Fix all table tests #40
  • Fix ui bugs #39
  • Tree Table #36
  • Upgrade VC #37
  • refactor(scheduler): Adds a simple RAF scheduler #38
  • refactor(styles): Switch to flex based styles #35
  • Refactor api #34
  • refactor(scroll): Better scroll handlers #33
  • Support 1.11 #32
  • Selected Rows + Table API change #30
  • Column Fluid mode #29
  • Move column definition to model folder #28
  • Table styling #27
  • Custom cell #26
  • Separate column definition #25
  • Custom row #23
  • Fix initial rendering bug #24
  • Add custom header #22
  • Table column reordering tests #21
  • Test helpers & initial integration tests #20
  • Fix table scrolling #19
  • Use weak map to get tree node. #18
  • Use row instead of row.value #17
  • feature(cell-proxy): Adds a cell proxy layer for transient state #15
  • Remove calculating _height. #16
  • refactor(styles): Cleans up fixed column styles #14
  • Fixed footer #13
  • Implement fixed header #12
  • Fix lint errors #11
  • Add virtual root #10
  • Change component name to EmberTable2 #9
  • Linked list tree #8
  • Set height table to be equal parent container height. #7
  • Polish header action #4
  • Fix column resizing & ordering bug #3
  • refactor(ES6): Moves to ES Classes #2
  • cleanup(build): Removes Bower, uses NPM and latest vertical-collection #1
  • Remove problematic CSS !importants #410
  • Update Ember-CLI to 2.4.2 cf34c50
  • Remove V1 code bfafba5
  • update eslint config 05465d1
pzuraq
published 2.0.0-alpha.1 •

azirbel
published 0.9.2 •

Changelog

Source

v0.9.2

7 August 2015

azirbel
published 0.9.1 •

Changelog

Source

v0.9.1

31 July 2015

  • Added Acceptance Test 076355f
  • Release 0.9.1 e543f55
  • Use SafeString to avoid style attributes warning f49d734
azirbel
published 0.7.0 •

Changelog

Source

v0.7.0

13 July 2015

azirbel
published 0.6.0 •

Changelog

Source

v0.6.0

10 July 2015

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc