Skip to content

Commit

Permalink
0.50.4
Browse files Browse the repository at this point in the history
  • Loading branch information
arnog committed May 9, 2020
1 parent ab3e8ab commit 72e4e1b
Show file tree
Hide file tree
Showing 16 changed files with 21 additions and 21 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.50.4 (2020-05-09)

### 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 @@
/* v0.50.3-2-g27e0b7c */import { Keys } from './types-utils';
/* v0.50.3-4-gab3e8ab */import { Keys } from './types-utils';
import { ParseMode } from './core';
import { Mathfield } from './mathfield';
import { Model } from './model';
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 @@
/* v0.50.3-2-g27e0b7c */import { ParserErrorListener, MacroDictionary, ParseMode } from './core';
/* v0.50.3-4-gab3e8ab */import { ParserErrorListener, MacroDictionary, ParseMode } from './core';
import { InlineShortcutDefinition } from './shortcuts';
export declare class Mathfield {
}
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 @@
/* v0.50.3-2-g27e0b7c *//**
/* v0.50.3-4-gab3e8ab *//**
* 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 @@
/* v0.50.3-2-g27e0b7c */import { Selector } from './commands';
/* v0.50.3-4-gab3e8ab */import { Selector } from './commands';
import { MathfieldConfig } from './config';
import { ParseMode, MacroDictionary, Style } from './core';
/**
Expand Down
2 changes: 1 addition & 1 deletion dist/mathlive.core.css

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

2 changes: 1 addition & 1 deletion dist/mathlive.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 @@
/* v0.50.3-2-g27e0b7c *//**
/* v0.50.3-4-gab3e8ab *//**
*
* Use MathLive to render and edit mathematical formulas in your browser.
*
Expand All @@ -14,8 +14,8 @@
* console.log(MathLive.latexToAST('e^{i\\pi}+1=0'));
* </script>
*
* @packageDocumentation MathLive SDK Reference v0.50.3-2-g27e0b7c
* @version v0.50.3-2-g27e0b7c
* @packageDocumentation MathLive SDK Reference v0.50.3-4-gab3e8ab
* @version v0.50.3-4-gab3e8ab
*
*/
import { Mathfield } from './mathfield';
Expand All @@ -34,7 +34,7 @@ export { MathfieldConfig };
* - The second number is the **MINOR** version, incremented for new features
* - The third number is the **PATCH** version, incremented for bug fixes
*
* Current version: `v0.50.3-2-g27e0b7c`
* Current version: `v0.50.3-4-gab3e8ab`
*
*/
export declare const version: string;
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/model.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* v0.50.3-2-g27e0b7c */import { Mathfield } from './mathfield';
/* v0.50.3-4-gab3e8ab */import { Mathfield } from './mathfield';
export interface Model {
mathfield: Mathfield;
}
Expand Down
2 changes: 1 addition & 1 deletion dist/shortcuts.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* v0.50.3-2-g27e0b7c */import { ParseMode } from './core';
/* v0.50.3-4-gab3e8ab */import { ParseMode } from './core';
/**
* An inline shortcut can be specified as a simple string or as
* an object literal with additional options:
Expand Down
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 @@
/* v0.50.3-2-g27e0b7c *//**
/* v0.50.3-4-gab3e8ab *//**
* @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 v0.50.3-2-g27e0b7c */
/* MathLive v0.50.3-4-gab3e8ab */
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:function(t,e,i){return 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.50.3",
"version": "0.50.4",
"description": "Render and edit beautifully typeset math",
"license": "MIT",
"funding": {
Expand Down

0 comments on commit 72e4e1b

Please sign in to comment.