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.50.3 to 0.50.4

75

CHANGELOG.md

@@ -1,3 +0,14 @@

## [Unreleased]
## 0.50.4 (2020-05-09)
### Bug Fixes
- **Fix #444** The "x^2" key in the virtual keyboard did not work as expected.
### Improvements
- Updated the build system to automatically add the lastest entry from the
CHANGELOG to the GitHub release note.
## 0.50.3 (2020-05-08)
### New Features

@@ -7,3 +18,3 @@

## 0.50.2 (May 7, 2020)
## 0.50.2 (2020-05-07)

@@ -26,3 +37,3 @@ ### Bug Fixes

## 0.50.1 (May 6, 2020)
## 0.50.1 (2020-05-06)

@@ -34,7 +45,7 @@ ### New Feature

This is invoked both for the initial content of the mathfield, when the
content of the mathfield is changed programmatically, or when the user
paste latex content in the field.
content of the mathfield is changed programmatically, and when the user
pastes latex content in the field.
An error code will indicate the problem encountered, but the parsing will
attempt to recover, as it has done previously.
attempt to recover, in keeping with the previous behavior.

@@ -288,3 +299,3 @@ ### Bug Fixes

## Breaking Change
### Breaking Change

@@ -304,4 +315,6 @@ - The signature of the `latexToMarkup()` function has changed.\

## Deprecated
- The `config.handleSpeak` and `config.handleReadAloud` hooks have been renamed `config.speakHook` and `config.readAloudHook` respectively
### Deprecated
- The `overrideDefaultInlineShortcuts` is deprecated (still supported in this

@@ -320,3 +333,3 @@ version, but will be removed in an upcoming one). Instead, to add to the default

## 0.35
## 0.35.0 (2020-03-24)

@@ -410,3 +423,3 @@ ### New Features

## 0.34 (Feb 5, 2020)
## 0.34.0 (2020-02-05)

@@ -436,3 +449,3 @@ ### Bug Fixes

## 0.33 (December 16, 2019)
## 0.33 (2019-12-19)

@@ -444,3 +457,3 @@ ### Bug Fixes

## 0.32.3 (October 29, 2019)
## 0.32.3 (2019-10-29)

@@ -451,3 +464,3 @@ ### Bug Fixes

## 0.32.2 (September 24, 2019)
## 0.32.2 (2019-09-24)

@@ -458,3 +471,3 @@ ### Bug Fixes

## 0.30.1 (July 30, 2019)
## 0.30.1 (2019-07-30)

@@ -465,3 +478,3 @@ ### Features / Improvements

## 0.30 (July 18, 2019)
## 0.30 (2019-07-18)

@@ -496,3 +509,3 @@ ### Non-backward compatible changes

## 0.29.1 (May 19, 2019)
## 0.29.1 (2019-05-19)

@@ -509,3 +522,3 @@ ### Bug fixes

## 0.29 (May 9, 2019)
## 0.29 (2019-05-09)

@@ -559,3 +572,3 @@ ### Major New Features

## 0.28 (Apr 22, 2019)
## 0.28 (2019-04-22)

@@ -580,3 +593,3 @@ This release contains some small bug fixes and improvements.

## 0.27 (Apr 8, 2019)
## 0.27 (2019-04-08)

@@ -765,3 +778,3 @@ ### Breaking Changes

## 0.26 (Feb 4, 2019)
## 0.26 (2019-02-04)

@@ -810,3 +823,3 @@ ### Breaking Changes

## 0.25 (December 29, 2018)
## 0.25 (2018-12-29)

@@ -822,3 +835,3 @@ ### Major New Features

## 0.24 (December 16, 2018)
## 0.24 (2018-12-16)

@@ -936,3 +949,3 @@ ### Breaking Changes

## 0.22 (April 11, 2018)
## 0.22 (2018-04-11)

@@ -994,3 +1007,3 @@ ### Major New Features

## 0.21 (March 30, 2018)
## 0.21 (2018-03-30)

@@ -1040,3 +1053,3 @@ ### Major New Features

## 0.20 (March 24, 2018)
## 0.20 (2018-03-24)

@@ -1057,5 +1070,5 @@ ### Major New Features

## 0.19 (March 19, 2018)
## 0.19 (2018-03-19)
### Majore New Features
### Major New Features

@@ -1101,3 +1114,3 @@ - MASTON: first implementation

## 0.18 (March 4, 2018)
## 0.18 (2018-03-04)

@@ -1113,3 +1126,3 @@ ### Bug Fixes

## 0.0.17 (February 27, 2018)
## 0.0.17 (2018-02-27)

@@ -1137,3 +1150,3 @@ ### New Features

## 0.0.16 (September 13, 2017)
## 0.0.16 (2017-09-13)

@@ -1154,3 +1167,3 @@ ### Deprecated Features

## 0.0.15 (July 1, 2017)
## 0.0.15 (2017-07-01)

@@ -1157,0 +1170,0 @@ ### New Features

{
"name": "mathlive",
"version": "0.50.3",
"version": "0.50.4",
"description": "Render and edit beautifully typeset math",

@@ -22,4 +22,6 @@ "license": "MIT",

"lint": "eslint --fix src/",
"preversion": "bash ./scripts/build.sh production",
"start": "bash ./scripts/build.sh watch",
"test": "bash ./scripts/test.sh"
"test": "bash ./scripts/test.sh",
"version": "bash ./scripts/version.sh"
},

@@ -85,3 +87,3 @@ "main": "./dist/mathlive.js",

"cssnano": "^4.1.10",
"eslint": "^6.8.0",
"eslint": "^7.0.0",
"eslint-config-prettier": "^6.11.0",

@@ -88,0 +90,0 @@ "eslint-plugin-prettier": "^3.1.3",

@@ -17,8 +17,7 @@ <img alt="math live" src="assets/logo.png?raw=true">

- [x] Designed for mobile devices with an extensive set of virtual keyboards
- [x] Accessility support: screen reader compatible, and includes custom
math-to-speech support
- [x] Accessility support: screen reader compatible, and includes custom math-to-speech support
- [x] Outputs **LaTeX**, **MathML** and **MathJSON** (Abstract Syntax Tree)
- [x] And it is easy to customize to your needs!
Try it at [mathlive.io](https://mathlive.io)
Try it at [mathlive.io](https://mathlive.io).

@@ -111,25 +110,2 @@ <table align="center" >

### More Examples
More examples are available at https://mathlive.io/examples/
### Installing MathLive
The examples above use a CDN, which is the fastest and easiest way to get started.
However, if you:
- want to contribute to MathLive
- use your own CDN
- make some other changes to MathLive
you can also install it locally in your project.
To do so:
```bash
$ npm install -s mathlive
$ npm start
```
This will make a local build of MathLive, run a local HTTP server and open a page with the examples in your browser.
## How You Can Help

@@ -142,4 +118,2 @@

[Contributing](CONTRIBUTING.md) and follow our [Code of Conduct](CODE_OF_CONDUCT.md)
- Want to use MathLive in your web page? The [Usage Guide](tutorials/USAGE_GUIDE.md)
has all the details.
- Want to contribute some code for an issue or a feature? Read the

@@ -152,3 +126,6 @@ [Contributor Guide](tutorials/CONTRIBUTOR_GUIDE.md) and the

- Join our Slack channel at https://mathlive.slack.com.
- Look at some [examples](https://mathlive.io/examples/)
- Want to use MathLive in your web page? The [Usage Guide](tutorials/USAGE_GUIDE.md) has all the details
- [Read the API documentation](https://cortexjs.io/docs/mathlive/)
- Join our [Gitter community](https://gitter.im/cortex-js/community)
- Drop a line to arno@arno.org or [/u/real_arnog](https://www.reddit.com/user/real_arnog)

@@ -155,0 +132,0 @@

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 too big to display

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