Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Addon native classes #814

Open
wants to merge 36 commits into
base: master
Choose a base branch
from

Commits on Aug 6, 2022

  1. Refactor lt-scrollable class

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    9a0584b View commit details
    Browse the repository at this point in the history
  2. Refactor spanned-row class

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    ab3d2d9 View commit details
    Browse the repository at this point in the history
  3. Refactor lt-infinity component

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    73f7af7 View commit details
    Browse the repository at this point in the history
  4. Refactor lt-scaffolding-row component

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    714bad9 View commit details
    Browse the repository at this point in the history
  5. Refactor lt-column-resizer class

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    3e64f02 View commit details
    Browse the repository at this point in the history
  6. Convert lt-body to angle brackets

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    37c3699 View commit details
    Browse the repository at this point in the history
  7. Clean up some computes column and row classes

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b633757 View commit details
    Browse the repository at this point in the history
  8. Convert base column and cell components

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    d7d7220 View commit details
    Browse the repository at this point in the history
  9. Remove style attribute binding from table-header mixin

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    8e13c5d View commit details
    Browse the repository at this point in the history
  10. Make lt-foot and lt-head tagless

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    f8c0830 View commit details
    Browse the repository at this point in the history
  11. Convert table-header mixin to component

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    7a91442 View commit details
    Browse the repository at this point in the history
  12. Convert draggable-column mixin to a component

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    83efb51 View commit details
    Browse the repository at this point in the history
  13. Change eslint ember mixin rules from off to warn

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    cc60b60 View commit details
    Browse the repository at this point in the history
  14. Refactor lt-row to native class

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    92348aa View commit details
    Browse the repository at this point in the history
  15. fix(table-header): Add setter for renderInPlace

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    6cd2150 View commit details
    Browse the repository at this point in the history
  16. fix(table-header): Add optional chaining to getters

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    1731105 View commit details
    Browse the repository at this point in the history
  17. refactor(light-table): Remove noop closure actions

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    c71fd4d View commit details
    Browse the repository at this point in the history
  18. Convert light-table to native class

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    e8b236d View commit details
    Browse the repository at this point in the history
  19. lt-body: Remove noop closure action

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    e80058c View commit details
    Browse the repository at this point in the history
  20. Convert lt-body to native class

    maxwondercorn committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    b9f89a2 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. Clean up template actions

    maxwondercorn committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    0a2f6bc View commit details
    Browse the repository at this point in the history
  2. Repace @observes decorator with addObserver/removeObserver

    maxwondercorn committed Aug 7, 2022
    Configuration menu
    Copy the full SHA
    30c5307 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2022

  1. Add prefix to table-header methods for clarity

    maxwondercorn committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    b9e10b4 View commit details
    Browse the repository at this point in the history
  2. Remove column drag, drop and resizer noop stubs

    maxwondercorn committed Aug 9, 2022
    Configuration menu
    Copy the full SHA
    fa043e6 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2022

  1. Update addon/components/cells/base.js

    Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
    maxwondercorn and RobbieTheWagner authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    75939cf View commit details
    Browse the repository at this point in the history
  2. Update addon/components/draggable-column.js

    Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
    maxwondercorn and RobbieTheWagner authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    9bcfbc2 View commit details
    Browse the repository at this point in the history
  3. Update addon/components/draggable-column.js

    Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
    maxwondercorn and RobbieTheWagner authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    65d6b1f View commit details
    Browse the repository at this point in the history
  4. Update addon/components/draggable-column.js

    Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
    maxwondercorn and RobbieTheWagner authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    d3526d3 View commit details
    Browse the repository at this point in the history
  5. Update addon/components/lt-column-resizer.js

    Co-authored-by: Robert Wagner <rwwagner90@gmail.com>
    maxwondercorn and RobbieTheWagner authored Aug 16, 2022
    Configuration menu
    Copy the full SHA
    a49d94e View commit details
    Browse the repository at this point in the history
  6. Track resizeOnDrag and isResizing

    maxwondercorn committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    8f0b019 View commit details
    Browse the repository at this point in the history
  7. Rremove super on drag functions

    maxwondercorn committed Aug 16, 2022
    Configuration menu
    Copy the full SHA
    fa1dbd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Add test for column alignment

    maxwondercorn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    790c137 View commit details
    Browse the repository at this point in the history
  2. Fixed 'is-sorted' class/Made isSorted a computed property

    maxwondercorn committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    fc0ce24 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Convert remaining function checks to optional chaining

    maxwondercorn committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    f8f2619 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Clean up naming of optional passed actions

    maxwondercorn committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    8efdc50 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Add @copmputed's to properties

    Can not track properties until Column class is converted to native class
    maxwondercorn committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    507d3ed View commit details
    Browse the repository at this point in the history