Releases: adopted-ember-addons/ember-light-table
Releases · adopted-ember-addons/ember-light-table
Release 3.0.0-beta.2
💥 Breaking Change
- #809 Convert positional params to named params (@maxwondercorn)
- #807 Create local html-safe helper/remove ember-cli-string-helpers (@maxwondercorn)
🐛 Bug Fix
- #825 Fix: Add ...attributes to lt-body (@IgnaceMaes)
- #824 FIx deprecation for using this.attrs for arguments in template (@vstefanovic97)
🏠 Internal
- #815 Update examples (@rwwagner90)
Committers: 4
- Gregg Martell (@maxwondercorn)
- Ignace Maes (@IgnaceMaes)
- Robert Wagner (@rwwagner90)
- Vuk (@vstefanovic97)
Release 3.0.0-beta.1
💥 Breaking Change
- #805 Make light-table tagless (@rwwagner90)
- #804 Remove enableSync option, require updating table rows manually (@rwwagner90)
- #757 Bump deps, update GitHub actions (@rwwagner90)
- #784 Remove fix-proto - Drop support for IE < 10 (@maxwondercorn)
- #780 Drop node 10 (@maxwondercorn)
- #775 Merge post 2.0.0-beta.5 branches (@maxwondercorn)
- #755 Merge 3-x into master (@rwwagner90)
🚀 Enhancement
- #601 Avoid breaking line with sort icon in narrow columns (@Gorzas)
- #648 Expose shouldRecycle property of vertical-collection (@Gaurav0)
- #584 Improve cells performance (@mostafa-sakhiri)
🐛 Bug Fix
- #803 Fix scroll to row (@rwwagner90)
- #800 Fix responsive functionality (@rwwagner90)
- #798 Fix onScrolledToBottom / use render modifiers (@rwwagner90)
- #790 Import computed macros directly (@rwwagner90)
- #681 use
assign
instead ofmerge
(@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 FIX - Incomplete use of htmlSafe() on Cell.style (@ghost)
🏠 Internal
- #806 Convert dummy app to glimmer components (@rwwagner90)
- #801 Make embroider-safe (@rwwagner90)
- #799 Tweak some icons (@rwwagner90)
- #797 Minor icon fixes (@maxwondercorn)
- #796 Fix font-awesome icons, fix some build issues (@rwwagner90)
- #793 Convert dummy app (@maxwondercorn)
- #792 Update ember-scrollable (@rwwagner90)
- #791 Fix implicit
this
, runloop, and assign issues (@rwwagner90) - #779 Remove Bower configuration (@maxwondercorn)
- #653 Fix scroll to bottom test (@Gaurav0)
- #649 Write integration tests for occlusion rendering (@Gaurav0)
- #598 Stop using nativeDomClick which is deprecated. (@plcarmel)
Committers: 11
- Chris Thoburn (@runspired)
- Deleted user (@ghost)
- Garrett Murphey (@gmurphey)
- Gaurav Munjal (@Gaurav0)
- José David Cano Pérez (@Gorzas)
- Mahen Seneviratne (@msenevir)
- Pierre-Luc Carmel Biron (@plcarmel)
- Robert Wagner (@rwwagner90)
- @bekzod
- @mostafa-sakhiri
- maxwondercorn (@maxwondercorn)
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
- 55f5962e fix(occlusion): remove colspan from loader and no-data spanned rows by Jan Buschtöns
- 5f6637e3 fix(occlusion): temporarily remove yield inside vertical-collection by Jan Buschtöns
- ee30bb83 fix(occlusion): wire up onScroll and onScrolledToBottom by Jan Buschtöns
- b93f0671 fix(occlusion): pass bufferSize based on scrollBuffer by Jan Buschtöns
- c240a23c fix(occlusion): tbody sizing via flexbox, dynamic column widths by Jan Buschtöns
- 140ea0d6 docs(README): update "help wanted" label link by Jan Buschtöns
v1.12.0
- 7feb748c feat(lt-body): Preliminary Vertical collection integration (#483) by Alex Alvarez — Demo
v1.11.0
v1.10.0
Pull Requests
- #445 readme: add link to #e-light-table Slack channel by Jan Buschtöns
- #449 head & foot: make
table.height
optional, warn intable-header
mixin by Jan Buschtöns - #451 table: add
setRowsSynced
method by Jan Buschtöns - #457 light-table: add
extra
property by Jan Buschtöns - #464 light-table: add
iconSortable
property by Vince Eberle - #473 refactor: migrate to RFC 176 style ES6 module imports by Robert Wagner
- #462 ci/travis: use headless Chrome by Jan Buschtöns
- #466 ci: align Chrome headless usage with ember-cli 2.15 by Jan Buschtöns
Commits
- a60647ab test(light-table): add case for
extra
andtableActions
by Jan Buschtöns
v1.9.0
Pull Requests
- #390 Move ember-truth-helpers to dependencies by fsmanuel
- #422 Fix missing 'as body' on example code by Ahmad Suhendri
- #438 Modernize ELT, kill bower and enable yarn by Jan Buschtöns
- #440 tests/table: isEmpty & isEmpty (enableSync = true) by Jan Buschtöns
- #441 readme: add more information on collaborating by Jan Buschtöns
- #439 Polyfill support for proto in IE <= 10 by Jan Buschtöns
- #421 lt-body: add enableScaffolding option by Jan Buschtöns
- #445 readme: add link to #e-light-table Slack channel by Jan Buschtöns
- #449 head & foot: make
table.height
optional, warn intable-header
mixin by Jan Buschtöns - #451 table: add
setRowsSynced
method by Jan Buschtöns
Commits
- b0db5b15 update ember-scrollable version (#408): //github.com//issues/396 by Rusty Toms
v1.8.6
Pull Requests
- #385 Fixes 'onScroll' deprecation by Alex Alvarez
- #386 Move ember-cli-string-helpers to dependencies by Jonathan Steele
v1.8.5
Pull Requests
- #383 Fix for ember-composable-helpers addon incompatibility by Nicholas McClay
v1.8.3
Pull Requests
- #322 Fix typo for default colspan by Ilya Radchenko
- #318 Change to tag for sorting icons by Julie Graceffa
- #332 Bump ember-scrollable by Offir Golan