Socket
Socket
Sign inDemoInstall

mathlive

Package Overview
Dependencies
Maintainers
1
Versions
171
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mathlive - npm Package Compare versions

Comparing version 0.0.15 to 0.16.0

dist/1.mathlive.js

32

CHANGELOG.md

@@ -0,1 +1,33 @@

## 0.0.17 (2018)
- Improved accessibility support.
- #26 Fixed issue with Chrome 62 where fraction lines and other thin lines would
intermittently not render.
- Support for MathML output and Latex to MathML conversion.
- #20, #51. Ensure that a placeholder is always present for numerator,
denominator.
- #21. Do not allow sub-elements of an enclose element to be selected.
- Font-size will now respect font-size specified by the parent element. As
a result of this non-backward compatible change, the size of the equation
may now be different than it was. To ensure that the size remains the same
as before, specify a font-size property on the parent element with a
value of 16px.
- #29. Correctly handle $ and @ as inlineShortcuts
- Improved handling of undo.
- New implementation of \enclose notations.
## 0.0.16 (September 13, 2017)
### Deprecated Features
- `MathField.write()` has been deprecated. Use `MathField.insert()` instead.
### New Features
- Added `MathField.selectedText()` which returns the textual content of the
selection.
### Bug Fixes
- Perform a snapshot with the undo manager when invoking `MathField.insert()`.
- Documentation improvements.
## 0.0.15 (July 1, 2017)

@@ -2,0 +34,0 @@

36

package.json
{
"name": "mathlive",
"version": "0.0.15",
"version": "0.16.0",
"description": "Beautifully typeset math made easy",

@@ -47,3 +47,3 @@ "license": "MIT",

"engines": {
"node": "~8.0"
"node": ">=8.0"
},

@@ -56,30 +56,32 @@ "browserslist": [

"contributors": [
"Louis Larpin (lilfaf.github.io)"
"Louis Larpin (lilfaf.github.io)",
"Neil Soiffer (https://github.com/NSoiffer)"
],
"bugs": "https://github.com/arnog/mathlive/issues/",
"devDependencies": {
"autoprefixer": "^7.1.1",
"babel-core": "^6.25.0",
"babel-loader": "^7.0.0",
"babel-preset-env": "^1.5.2",
"autoprefixer": "^8.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.3",
"babel-preset-env": "^1.6.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"chokidar-cli": "^1.2.0",
"copy-webpack-plugin": "^4.0.1",
"copy-webpack-plugin": "^4.4.1",
"cssnano": "^3.10.0",
"eslint": "^4.0.0",
"eslint": "^4.18.1",
"eslint-watch": "^3.1.2",
"jsdoc": "^3.4.3",
"less": "^2.7.2",
"jsdoc": "^3.5.5",
"less": "^3.0.0",
"lessc-each": "^1.1.0",
"npm-run-all": "^4.0.2",
"nyc": "^11.0.2",
"postcss-cli": "^4.1.0",
"npm-run-all": "^4.1.1",
"nyc": "^11.5.0",
"postcss-cli": "^5.0.0",
"requirejs": "latest",
"rimraf": "^2.6.1",
"rimraf": "^2.6.2",
"sutro-jsdoc-theme": "github:arnog/sutro-jsdoc-theme",
"tape": "^4.6.3",
"tape": "^4.9.0",
"tape-watch": "^2.3.0",
"webpack": "^3.0.0"
"webpack": "^4.0.1",
"webpack-cli": "^2.0.9"
}
}

@@ -193,4 +193,4 @@ This guide describes how to use the MathLive Javascript library with your own

* `text(format)` return a textual representation of the content of the math
field, `format` can be either `"latex"` (default) or `"spoken"`.
* `.write(content, options)` insert the specified content at the current
field, `format` can be either `"latex"` (default), `"spoken"` or `"mathML"`.
* `.insert(content, options)` insert the specified content at the current
insertion point. With `options` it is possible to specify the insertion mode,

@@ -197,0 +197,0 @@ as well as what will be selected after the insertion. If the content contains

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc