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

Merge post 2.0.0-beta.5 branches #775

Merged
merged 98 commits into from
Jul 8, 2022
Merged

Merge post 2.0.0-beta.5 branches #775

merged 98 commits into from
Jul 8, 2022

Commits on Oct 9, 2018

  1. Configuration menu
    Copy the full SHA
    6e7515b View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    9d082e0 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2018

  1. Merge pull request #590 from donaldwasserman/master

    replace `sendAction` with modern callable methods
    alexander-alvarez authored Oct 25, 2018
    Configuration menu
    Copy the full SHA
    3175d84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3bff11 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    afbea76 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fd18f5b View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2018

  1. Configuration menu
    Copy the full SHA
    cfc2d90 View commit details
    Browse the repository at this point in the history
  2. removed jquery

    donaldwasserman committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    3035c09 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2018

  1. Configuration menu
    Copy the full SHA
    9ca4931 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

  1. Configuration menu
    Copy the full SHA
    44cf094 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #652 from Gaurav0/merge_master_to_2-x

     Merge branch 'master' into 2-x
    alexander-alvarez authored Dec 11, 2018
    Configuration menu
    Copy the full SHA
    80d9094 View commit details
    Browse the repository at this point in the history
  3. yarn upgrade

    Gaurav0 committed Dec 11, 2018
    Configuration menu
    Copy the full SHA
    c185cbc View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2018

  1. Configuration menu
    Copy the full SHA
    7489b03 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2018

  1. Update ember-scrollable

    Gaurav0 committed Dec 13, 2018
    Configuration menu
    Copy the full SHA
    64fd817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca7d417 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cb42c02 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #655 from Gaurav0/update_ember_scrollable

    Update ember-scrollable
    alexander-alvarez authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    5562f23 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #657 from Gaurav0/officially_drop_node_4

    Officially drop support for node 4 in package.json
    alexander-alvarez authored Dec 13, 2018
    Configuration menu
    Copy the full SHA
    4b505ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8884da7 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2018

  1. Merge pull request #658 from Gaurav0/merge_master_again

    Merge branch 'master' into 2-x
    alexander-alvarez authored Dec 17, 2018
    Configuration menu
    Copy the full SHA
    c478c19 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2018

  1. Merge pull request #656 from Gaurav0/update_compatibility

    Assert and Test compatibility with LTS 3.4
    alexander-alvarez authored Dec 19, 2018
    Configuration menu
    Copy the full SHA
    02fdd57 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. Configuration menu
    Copy the full SHA
    cb989d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Merge pull request #672 from fran-worley/2-x

    bump vertical-collection to v1.0.0-beta.13
    alexander-alvarez authored Mar 15, 2019
    Configuration menu
    Copy the full SHA
    3b5782d View commit details
    Browse the repository at this point in the history
  2. Replace merge with assign (#673)

    * bump vertical-collection to v1.0.0-beta.13
    
    * replace merge with assign
    fran-worley authored and alexander-alvarez committed Mar 15, 2019
    Configuration menu
    Copy the full SHA
    f7f5423 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    38d6b71 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Configuration menu
    Copy the full SHA
    5e0e563 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2019

  1. Configuration menu
    Copy the full SHA
    4c795df View commit details
    Browse the repository at this point in the history

Commits on May 21, 2019

  1. Replace propertyWillChange/propertyDidChange with notifyPropertyChang…

    …e and add polyfill for < Ember 3.1 (#692)
    
    Fixes #660
    mmadsen2 authored and fran-worley committed May 21, 2019
    Configuration menu
    Copy the full SHA
    0da0aa9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2019

  1. Configuration menu
    Copy the full SHA
    b173a6a View commit details
    Browse the repository at this point in the history

Commits on May 26, 2019

  1. Configuration menu
    Copy the full SHA
    0ced083 View commit details
    Browse the repository at this point in the history
  2. update changelog for 2.x

    fran-worley committed May 26, 2019
    Configuration menu
    Copy the full SHA
    10a2f2f View commit details
    Browse the repository at this point in the history
  3. Update ember-in-viewport, ember-wormhole, move ember-composable-helpe…

    …rs to devDependencies (#693)
    
    * move ember composable helpers to dev dependencies and bump version  see #524
    
    * bump ember wormhole
    
    * add ember lts 3.8 to travis
    
    * remove ember-native-dom-helpers testing add-on
    
    * update multiple table test from 1-x branch to remove native-dom-helpers add-on
    
    * [breaking] rename inViewport closure action to enterViewport
    
    paving the way to update ember-in-viewport dependency
    
    * fixes infinite loop on onScrolledToBottom
    
    * remove unused rows property from lt-infinity
    
    * bump ember-in-viewport version and refactor lt-infinity component not to use mixin
    
    * make lt-body.inViewport event deprecated in favour of enterViewport and test
    fran-worley authored May 26, 2019
    Configuration menu
    Copy the full SHA
    7bb6112 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2019

  1. Drop node 6 support as end of line Apr 2019 (#698)

    LGTM! Node 8 it latest Maintenance LTS and will be EOL in December
    fran-worley authored and alexander-alvarez committed May 28, 2019
    Configuration menu
    Copy the full SHA
    f57dbf3 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2019

  1. Bump Ember CLI to 3.8 and update other dependencies (#696)

    * bump ember cli to lts 3.8 update other dev dependencies
    
    also apply some ember add-on blueprint changes
    
    * fix handlebar lint errors
    
    Note - unsure why 'no-inline-styles' config isn’t being applied. For now I’ve manually disabled the rule in applicable templates
    
    * disable js no-observer rule
    
    * update eslint-plugin-ember-suave and fix lint errors
    
    * upgrade ember-mirage (used for dummy app)
    
    * upgrade remaining addons
    fran-worley authored May 29, 2019
    Configuration menu
    Copy the full SHA
    e0b6e2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f4d0af View commit details
    Browse the repository at this point in the history

Commits on May 31, 2019

  1. Configuration menu
    Copy the full SHA
    781ec52 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    012a4fc View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. BREAKING drop support for ember 2.18 (#713)

    * [BREAKING] drop support for ember 2.18
    
    * fix travis - ember release can fail
    fran-worley authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    907fb39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef66756 View commit details
    Browse the repository at this point in the history
  3. [BREAKING] fixes #444 #662 converts ES6 native classes to ember objec…

    …ts (#701)
    
    This is a breaking change as it converts the new Class() syntax to Class.create().
    In addition, the only way I could get these to work was to convert the positional arguments to named args in an options hashes:
    
    `new Table(columns, rows)` => `Table.create(columns: columns, rows: rows)`
    `new Row(content, options)` => `Row.create({ content: })`
    `new Column(opts)` => `Column.create(opts)`
    
    We’ve had to replace the native constructor methods with emberObject init methods as per the official docs which should also fix #699. As a result we’ve removed the Ember 2.12 ‘hacks’ which shouldn’t be an issue as we’ve bumped ember version minimum version to 2.18.
    fran-worley authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    d09476c View commit details
    Browse the repository at this point in the history
  4. Bump to ember cli 3.12 and update dependencies (#716)

    * bump addons
    
    * update ember cli to 3.12
    
    * drop ember-release from allowed travis failures
    
    * use yarn not npm and remove unused ember-cli-changelog
    
    * update ember changelog
    fran-worley authored Aug 19, 2019
    Configuration menu
    Copy the full SHA
    35fdadd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac96ee6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f5f1da6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    24894c5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b737d8f View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    f9e943a View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    479a9ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3294520 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Configuration menu
    Copy the full SHA
    37c8894 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Merge pull request #722 from TomaszWegrzyn/fix-resizing-columns-issues

    Fix resizing columns issues(2.x)
    alexander-alvarez authored Jan 16, 2020
    Configuration menu
    Copy the full SHA
    81b7a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8d0b592 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. Configuration menu
    Copy the full SHA
    03d2e16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ee14e1 View commit details
    Browse the repository at this point in the history
  3. fix lint issues

    fran-worley committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    aef3b14 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2020

  1. Configuration menu
    Copy the full SHA
    f2bbab7 View commit details
    Browse the repository at this point in the history
  2. bump dependency addons

    fran-worley committed Apr 7, 2020
    Configuration menu
    Copy the full SHA
    0710e41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5a5e3aa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    12bca54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1739493 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3118f85 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2020

  1. Configuration menu
    Copy the full SHA
    9705912 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Configuration menu
    Copy the full SHA
    239edc4 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Drop support to Ember 3.4 and 3.5

    Related #739
    Gorzas authored and fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    5c8bdeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    015df05 View commit details
    Browse the repository at this point in the history
  3. correct travis

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    bee654b View commit details
    Browse the repository at this point in the history
  4. bump addons

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    f328d0b View commit details
    Browse the repository at this point in the history
  5. v3.16.1...v3.20.0

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    2dc30fc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0371e23 View commit details
    Browse the repository at this point in the history
  7. fix travis.yml

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6b6db52 View commit details
    Browse the repository at this point in the history
  8. fix eslintrc

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    5ddc4c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4e9d000 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fd592a7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    853dc89 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7918f64 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf33ccd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c11c163 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    fe40547 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8e6cd87 View commit details
    Browse the repository at this point in the history
  17. bump dummy app addons

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    7ea971b View commit details
    Browse the repository at this point in the history
  18. Drop support to Ember 3.4 and 3.5

    Related #739
    Gorzas authored and fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    a7b9eb8 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    958c1a7 View commit details
    Browse the repository at this point in the history
  20. bump addons

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    9af6a8e View commit details
    Browse the repository at this point in the history
  21. drop ember-suave eslint to fix travis

    # Conflicts:
    #	package.json
    #	yarn.lock
    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    91a4fa4 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    4d3ec75 View commit details
    Browse the repository at this point in the history
  23. v3.16.1...v3.20.0

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ee4f6d3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2bd4d36 View commit details
    Browse the repository at this point in the history
  25. drop this.get

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    61d1252 View commit details
    Browse the repository at this point in the history
  26. Released 3.0.0-beta.0

    fran-worley committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    1296ec4 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2022

  1. Merge commit '1296ec4c07a54227c03e55ad337cfca6135de641' into merge-po…

    …st-beta5
    
    Merge 3.0.0-beta.0
    maxwondercorn committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    332d7fb View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2022

  1. Merge remote-tracking branch 'origin/fw/update-dummy-app' into merge-…

    …post-beta5
    maxwondercorn committed Jul 5, 2022
    Configuration menu
    Copy the full SHA
    7c84fda View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2022

  1. ci: Add github actions with embroider test scenarios

    maxwondercorn committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    067bbb0 View commit details
    Browse the repository at this point in the history
  2. build: Drop Ember 3.12 support

    BREAKING CHANGE: Dropped support for Ember 3.12
    maxwondercorn committed Jul 6, 2022
    Configuration menu
    Copy the full SHA
    f5cce1e View commit details
    Browse the repository at this point in the history
  3. Node 12

    RobbieTheWagner authored Jul 6, 2022
    Configuration menu
    Copy the full SHA
    6955617 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. fix: Fix linting errors

    maxwondercorn committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    0e1618f View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. ci: Allow embroider tests to fail

    Tests pass locally but not in when running with GitHub actions
    maxwondercorn committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    9ee80e1 View commit details
    Browse the repository at this point in the history
  2. docs: Remove Embroider safe and optimized from readme

    CI fails in GitHub actions
    maxwondercorn committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    78d0b82 View commit details
    Browse the repository at this point in the history
  3. fix: Change to @faker/fakerjs to fix missing avatars

    maxwondercorn committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    81ba515 View commit details
    Browse the repository at this point in the history
  4. Revert "fix: Change to @faker/fakerjs to fix missing avatars"

    @faker/fakerjs requires Node 14. This reverts commit 81ba515.
    maxwondercorn committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    0c40449 View commit details
    Browse the repository at this point in the history