-
Notifications
You must be signed in to change notification settings - Fork 91
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
make in-viewport compatible to ember-modifier v4 #306
Merged
Merged
Changes from all commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
fc69732
make in-viewport compatible to ember-modifier v4
And012 dae0ef1
resolve conversation
And012 e01bd87
add missing scenarious
78fd4a8
add missing scenarious
14f8036
Merge branch 'make-compatible-ember-modifier' of https://github.com/A…
87a5187
fix-lint
55fe657
remove jquery scenario from ember-try and scenario
ed744bb
make scenario sync with CI
3a3e8c9
upgrade @embroider/test-setup
514740f
Merge pull request #1 from And012/make-compatible-ember-modifier
And012 2549617
resolve conversation regarding packages
b03bad3
install dependencies with npm older version
988eb03
revert package-lock.json and install dependencies
cea9c81
remove line to make ci work
32afab8
add embroider macros to version 4 scneario dependancy
ec7944d
add @embroid/core @embroider/compat @embroider/webpack as dev dpcy
67c601a
resolve could find module issue
00d5ff1
Merge pull request #2 from And012/for-ci-purposes
And012 015c6a2
revert change in service
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -58,9 +58,12 @@ jobs: | |
- ember-beta | ||
- ember-canary | ||
- ember-classic | ||
- ember-default-with-jquery | ||
- embroider-safe | ||
- embroider-optimized | ||
- ember-modifier@2 | ||
- [email protected] | ||
- [email protected] | ||
- ember-modifier@^4.0.0-beta.1 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,15 +63,34 @@ module.exports = async function () { | |
}, | ||
}, | ||
{ | ||
name: 'ember-default-with-jquery', | ||
env: { | ||
EMBER_OPTIONAL_FEATURES: JSON.stringify({ | ||
'jquery-integration': true, | ||
}), | ||
name: 'ember-modifier@2', | ||
npm: { | ||
dependencies: { | ||
'ember-modifier': '^2.1.2', | ||
}, | ||
}, | ||
}, | ||
{ | ||
name: '[email protected]', | ||
npm: { | ||
devDependencies: { | ||
'@ember/jquery': '^1.1.0', | ||
dependencies: { | ||
'ember-modifier': '^3.1.0', | ||
}, | ||
}, | ||
}, | ||
{ | ||
name: '[email protected]', | ||
npm: { | ||
dependencies: { | ||
'ember-modifier': '^3.2.7', | ||
}, | ||
}, | ||
}, | ||
{ | ||
name: 'ember-modifier@^4.0.0-beta.1', | ||
npm: { | ||
dependencies: { | ||
'ember-modifier': '^4.0.0-beta.1', | ||
}, | ||
}, | ||
}, | ||
|
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@And012 now it's missing
else
branch for compatibility with versions that provide old API