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

use correct JQuery #92

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

use correct JQuery #92

wants to merge 5 commits into from

Conversation

jwulf
Copy link

@jwulf jwulf commented Nov 17, 2019

At the moment, with 3.13.1 of Ember, jQuery integration in the modal is b0rked. This patch fixes it.

Copy link
Member

@headquarters headquarters left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jwulf Thanks for the PR! I think the best approach here may be to remove the jQuery dependency altogether in the modal, since Ember is moving away from including it. What do you think about rewiring those bits using CustomEvent?

@@ -1,6 +1,6 @@
{
"name": "ember-bulma",
"version": "0.0.0-semantically-released",
"name": "@magikcraft/ember-bulma",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The name of the package shouldn't be changed. I assume this wasn't intended for this PR but carried over from your personal fork?

"name": "ember-bulma",
"version": "0.0.0-semantically-released",
"name": "@magikcraft/ember-bulma",
"version": "1.1.0",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also, the version is bumped automatically so no need update this manually.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, this was me publishing a package for my own use.


rules: {
'body-leading-blank': [2, 'always'],
'body-tense': [0, 'always', ['present-imperative']],
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why was this removed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It has been removed in the linter upstream. Building with a fresh install via npm wouldn't work with it for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants