forked from ember-bootstrap/ember-bootstrap
-
Notifications
You must be signed in to change notification settings - Fork 0
Update for ember 4.12 #3
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
Open
Gaurav0
wants to merge
27
commits into
scf_master
Choose a base branch
from
update_for_ember_4.12
base: scf_master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
8f98504
update node version
Gaurav0 d017e45
reroll yarn.lock
Gaurav0 da7bb8a
test on ember 4.8, 4.12
Gaurav0 50b08af
update embrodier dependencies
Gaurav0 fd05f2e
drop support for ember < 3.28
Gaurav0 8f8f4cf
update to Ember 3.28 with ember-cli-update
Gaurav0 0c97a6e
<auto> run yarn lint:fix
Gaurav0 1926986
manually fix remaining eslint errors
Gaurav0 f0b35b3
fix bug exposed by eslint fix
Gaurav0 01a2a15
fix missing @ember/string dependency
Gaurav0 68abde5
pin ember-cli-fastboot-testing to 0.6.1
Gaurav0 e8f650d
fix peerDependency warnings
Gaurav0 9de3470
update ember-element-helper
Gaurav0 2884cd7
Update dependency ember-focus-trap to v1
renovate-bot b444539
Fix test
simonihmig 2d2f819
fix bs5 tests
Gaurav0 1d9a5fd
do not fail on @ember/string deprecation in Ember 4.12
Gaurav0 9066e0a
test on Ember 5.4, 5.8
Gaurav0 672d709
allow failures for ember-release, ember-beta, ember-canary
Gaurav0 b696193
upgrade ember-element-helper
Gaurav0 abeec2a
Refactor bs-alert to remove @localCopy and avoid mutation after consu…
SanderKnauff 5c930ac
Skip failing tests in Embroider
simonihmig 6a6d4e9
update ember-modifier to v3 and dependents
Gaurav0 9c282b1
bump version
Gaurav0 218d2f5
exclude tests for ember 6+
Gaurav0 91b75b4
reroll yarn.lock
Gaurav0 bae382d
do not allow ember-render-helpers-0.2.1 with old helper names deprecated
Gaurav0 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 hidden or 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 |
---|---|---|
|
@@ -13,6 +13,7 @@ | |
# misc | ||
/coverage/ | ||
!.* | ||
.*/ | ||
.eslintcache | ||
|
||
# ember-try | ||
|
This file contains hidden or 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 hidden or 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 |
---|---|---|
|
@@ -26,6 +26,7 @@ | |
/ember-cli-build.js | ||
testem.* | ||
/tests/ | ||
/yarn-error.log | ||
/yarn.lock | ||
.gitkeep | ||
|
||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
{{else}} | ||
{{#if @submitTitle}} | ||
<Button @onClick={{@onClose}}>{{bs-default @closeTitle "Ok"}}</Button> | ||
<Button @type={{bs-default @submitButtonType "primary"}} onClick={{@onSubmit}} disabled={{bs-default @submitDisabled false}}>{{@submitTitle}}</Button> | ||
<Button @type={{bs-default @submitButtonType "primary"}} @buttonType="submit" onSubmit={{@onSubmit}} disabled={{bs-default @submitDisabled false}}>{{@submitTitle}}</Button> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. thought: we should QA this on CRM |
||
{{else}} | ||
<Button @type="primary" @onClick={{@onClose}}>{{bs-default @closeTitle "Ok"}}</Button> | ||
{{/if}} | ||
|
This file contains hidden or 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
Oops, something went wrong.
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.
thought: needs QA focus