-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
36 changed files
with
21,914 additions
and
22,035 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# WIRIS INTEGRATIONS TEAM | ||
* @carla-at-wiris @jgonzalez-at-wiris @usantos-at-wiris @xjiang-at-wiris @ncornaglia-at-wiris |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
## Description | ||
|
||
> Please include a summary of the changes and the related issue. Please also include relevant motivation and context. List any dependencies that are required for this change. Include, if necessary, a description of the proposed solution and the reasoning behind it. | ||
- **Related Kanbanize Card:** [Link to KB-X](https://wiris.kanbanize.com/ctrl_board/2/cards/X/details/) | ||
- **Related GitHub Issue:** Closes #X (_Associated GitHub issue, if any_) | ||
|
||
## Type of Change | ||
|
||
> Please delete options that are not relevant. | ||
- [ ] Feature (non-breaking change which adds functionality) | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] Chore (non-breaking change that doesn't add any functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] Documentation update (changes to documentation only) | ||
- [ ] Refactoring (non-breaking change that improves the code structure) | ||
|
||
## Checklist | ||
|
||
- [ ] My code follows the style guidelines of this project ( Run `yarn lint` to check) | ||
- [ ] I have commented my code, particularly in hard-to-understand areas | ||
- [ ] I have made corresponding changes to the documentation (if applicable) | ||
- [ ] My changes generate no new warnings or errors | ||
- [ ] I have added tests that prove my fix is effective or that my feature works (if applicable) | ||
- [ ] New and existing unit tests pass locally with my changes | ||
|
||
## How should be tested? (Manual or Automated Tests) | ||
|
||
> Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce,also list any relevant details for your test configuration. | ||
- **Manual tests:** I have tested this changes manually. |
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
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
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@wiris/mathtype-ckeditor4", | ||
"version": "8.10.0", | ||
"version": "8.11.1", | ||
"description": "MathType Web for CKEditor4 editor", | ||
"keywords": [ | ||
"chem", | ||
|
@@ -17,7 +17,7 @@ | |
"mathtype", | ||
"wiris" | ||
], | ||
"repository": "https://github.com/wiris/html-integrations/tree/stable/packages/mathtype-ckeditor4", | ||
"repository": "https://github.com/wiris/html-integrations/tree/master/packages/ckeditor4", | ||
"homepage": "https://www.wiris.com/?utm_source=npmjs&utm_medium=referral", | ||
"bugs": { | ||
"email": "[email protected]" | ||
|
@@ -32,7 +32,7 @@ | |
"prepack": "yarn && npm run build" | ||
}, | ||
"dependencies": { | ||
"@wiris/mathtype-html-integration-devkit": "1.17.3" | ||
"@wiris/mathtype-html-integration-devkit": "1.17.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.24.4", | ||
|
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
Oops, something went wrong.