Skip to content

387#388

Merged
dpvc merged 2 commits intodevelopfrom
387
Feb 8, 2018
Merged

387#388
dpvc merged 2 commits intodevelopfrom
387

Conversation

@pkra
Copy link
Copy Markdown
Contributor

@pkra pkra commented Feb 8, 2018

No description provided.

dpvc and others added 2 commits February 6, 2018 16:07
Update README and bump version
Update tests
Resolves #387
@pkra pkra closed this Feb 8, 2018
@pkra pkra changed the base branch from master to develop February 8, 2018 12:36
@pkra pkra reopened this Feb 8, 2018
@pkra
Copy link
Copy Markdown
Contributor Author

pkra commented Feb 8, 2018

I'm not sure why two commits are listed. I had accidentally opened this to master, then closed, then switched to develop and re-opened.

@dpvc
Copy link
Copy Markdown
Member

dpvc commented Feb 8, 2018

I'm not sure why two commits are listed.

It's probably because I messed up the travis change and merged into master, and then had to do the same to develop. The merge to develop technically isn't in master; even though it is the same change, the merge is a new commit.

I will make the 2.0.2 release once MathJax v2.7.3 is out, updating the package.json to call in the new version as well.

@dpvc dpvc merged commit 725c7d9 into develop Feb 8, 2018
@dpvc dpvc deleted the 387 branch February 8, 2018 18:32
@pkra
Copy link
Copy Markdown
Contributor Author

pkra commented Feb 8, 2018

I will make the 2.0.2 release once MathJax v2.7.3 is out, updating the package.json to call in the new version as well.

Thanks. I have a fix for #134 in the works but that can wait until after 2.0.2 (since it would bump to 2.1.0, right?)

@dpvc
Copy link
Copy Markdown
Member

dpvc commented Feb 8, 2018

Yes, I think that is right.

Comment thread test/issue219.js
t.ok(data.svgNode instanceof window.HTMLElement, 'svgNode is an HTMLElement');
t.ok(data.mmlNode instanceof window.HTMLElement, 'mmlNode is an HTMLElement');
t.ok(data.svgNode instanceof window.SVGElement, 'svgNode is an HTMLElement');
t.ok(data.mmlNode instanceof window.Element, 'mmlNode is an HTMLElement');
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Shouldn't these read svgNode is an SVGElement and mmlNode is an Element instead of HTMLElement for both?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Yes. But it's merged now?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Yes, I was adding this to remind myself to fix it in a new PR.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for clarifying.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

I've taken care of this now.

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.

2 participants