Skip to content

Commit

Permalink
0.53.2
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed Jun 10, 2020
1 parent e36d1ee commit dba9a49
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [Unreleased]
## 0.53.2 (2020-06-10)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion dist/commands.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 0.53.1 */import type { Keys } from './types-utils';
/* 0.53.2 */import type { Keys } from './types-utils';
import type { ParseMode, Style } from './core';
import type { Mathfield, Model } from './mathfield';
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/config.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 0.53.1 */import { ErrorListener, MacroDictionary, ParseMode } from './core';
/* 0.53.2 */import { ErrorListener, MacroDictionary, ParseMode } from './core';
import type { Mathfield } from './mathfield';
import type { Selector } from './commands';
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/core.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 0.53.1 *//**
/* 0.53.2 *//**
* The mode that indicates how a portion of content is interpreted
*
* @deprecated The 'command'mode will be dropped in a future release
Expand Down
2 changes: 1 addition & 1 deletion dist/mathfield.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 0.53.1 */import { Selector } from './commands';
/* 0.53.2 */import { Selector } from './commands';
import { MathfieldConfig } from './config';
import { ParseMode, MacroDictionary, Style } from './core';
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/mathlive-static.css

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/mathlive.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 0.53.1 *//**
/* 0.53.2 *//**
*
* Use MathLive to render and edit mathematical formulas.
*
Expand All @@ -13,8 +13,8 @@
* console.log(MathLive.latexToAST('e^{i\\pi}+1=0'));
* </script>
*
* @packageDocumentation MathLive SDK Reference 0.53.1
* @version 0.53.1
* @packageDocumentation MathLive SDK Reference 0.53.2
* @version 0.53.2
*
*/
import { Mathfield } from './mathfield';
Expand All @@ -23,7 +23,7 @@ import { MacroDictionary, ErrorListener } from './core';
export { Mathfield };
export { MathfieldConfig };
/**
* Current version: `0.53.1`
* Current version: `0.53.2`
*
* The version string of the SDK using the [semver](https://semver.org/) convention:
*
Expand Down
4 changes: 2 additions & 2 deletions dist/mathlive.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/mathlive.mjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/types-utils.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* 0.53.1 *//**
/* 0.53.2 *//**
* @internal
*/
declare type Filter<T, Cond, U extends keyof T = keyof T> = {
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-mathlive.mjs
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
/* MathLive 0.53.1 */
/* MathLive 0.53.2 */
var t={name:"mathlive-mathfield",template:'<div class="mathfield" :id="id"><slot></slot></div>',props:{id:{type:String,default:""},value:{type:String,default:""},config:{type:Object,default:()=>({})},onKeystroke:{type:Function,default:function(t,e){return!0}},onMoveOutOf:{type:Function,default:function(t){return!0}},onTabOutOf:{type:Function,default:function(t){return!0}}},install:function(t,e){Object.defineProperty(t.prototype,"$mathlive",{value:e}),t.component("mathlive-mathfield",this)},watch:{value:function(t,e){t!==e&&this.$el.mathfield.$latex(t,{suppressChangeNotifications:!0})},config:{deep:!0,handler:function(t){this.$el.mathfield.$setConfig(t)}}},mounted:function(){this.$nextTick(()=>{this.$mathlive.makeMathField(this.$el,{...this.config,onContentDidChange:t=>{this.$emit("input",this.$el.mathfield.$text())},onFocus:t=>{this.$emit("focus")},onBlur:t=>{this.$emit("blur")},onContentWillChange:t=>{this.$emit("content-will-change")},onSelectionWillChange:t=>{this.$emit("selection-will-change")},onUndoStateWillChange:(t,e)=>{this.$emit("undo-state-will-change",e)},onUndoStateDidChange:(t,e)=>{this.$emit("undo-state-did-change",e)},onVirtualKeyboardToggle:(t,e,i)=>{this.$emit("virtual-keyboard-toggle",e,i)},onReadAloudStatus:(t,e)=>{this.$emit("read-aloud-status",e)},onKeystroke:(t,e,i)=>this.onKeystroke(e,i),onMoveOutOf:(t,e)=>this.onMoveOutOf(e),onTabOutOf:(t,e)=>this.onTabOutOf(e)})})},methods:{perform:function(t){this.$el.mathfield.$perform(t)},hasFocus:function(){return this.$el.mathfield.$hasFocus()},focus:function(){this.$el.mathfield.$focus()},blur:function(){this.$el.mathfield.$blur()},text:function(t){return this.$el.mathfield.$text(t)},selectedText:function(t){return this.$el.mathfield.$selectedText(t)},insert:function(t,e){this.$el.mathfield.$insert(t,e)},keystroke:function(t,e){return this.$el.mathfield.$keystroke(t,e)},typedText:function(t){this.$el.mathfield.$keystroke(t)},selectionIsCollapsed:function(){return this.$el.mathfield.$selectionIsCollapsed()},selectionDepth:function(){return this.$el.mathfield.$selectionDepth()},selectionAtStart:function(){return this.$el.mathfield.$selectionAtStart()},selectionAtEnd:function(){return this.$el.mathfield.$selectionAtEnd()},select:function(){this.$el.mathfield.$select()},clearSelection:function(){this.$el.mathfield.$clearSelection()}}};export default t;
2 changes: 1 addition & 1 deletion npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mathlive",
"version": "0.53.1",
"version": "0.53.2",
"description": "Render and edit beautifully typeset math",
"license": "MIT",
"funding": {
Expand Down

0 comments on commit dba9a49

Please sign in to comment.