Skip to content

Commit c103063

Browse files
committed
v0.10.0: Total API overhaul, new features galore
1 parent 3981b19 commit c103063

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.10.0: (UNRELEASED)
1+
## v0.10.0: 2016-02-20
22

33
Many major changes including a total overhaul of the API (no more
44
auto-MathQuill-ifying of `.mathquill-editable` etc, and no more jQuery

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ CLEAN += $(DIST)
5757

5858
# programs and flags
5959
UGLIFY ?= ./node_modules/.bin/uglifyjs
60-
UGLIFY_OPTS ?= --mangle --compress hoist_vars=true
60+
UGLIFY_OPTS ?= --mangle --compress hoist_vars=true --comments /maintainers@mathquill.com/
6161

6262
LESSC ?= ./node_modules/.bin/lessc
6363
LESS_OPTS ?=

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# [MathQuill](http://mathquill.github.com)
22

3-
by [Han][], [Jeanine][], and [Mary][]
3+
by [Han][], [Jeanine][], and [Mary][] (maintainers@mathquill.com)
44

55
[Han]: http://github.com/laughinghan
66
[Jeanine]: http://github.com/jneen

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mathquill",
3-
"description": "Magic textboxes where you can type math as easily as writing",
4-
"version": "0.9.4",
3+
"description": "Easily type math in your webapp",
4+
"version": "0.10.0",
55
"license": "MPL-2.0",
66
"repository": {
77
"type": "git",

src/css/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
2-
* MathQuill: http://mathquill.com
3-
* by Jeanine (jneen@jneen.net) and Han (laughinghan@gmail.com)
2+
* MathQuill v0.10.0 http://mathquill.com
3+
* by Han, Jeanine, and Mary maintainers@mathquill.com
44
*
55
* This Source Code Form is subject to the terms of the
66
* Mozilla Public License, v. 2.0. If a copy of the MPL

src/intro.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
2-
* MathQuill: http://mathquill.com
3-
* by Jeanine (jneen@jneen.net) and Han (laughinghan@gmail.com)
2+
* MathQuill v0.10.0 http://mathquill.com
3+
* by Han, Jeanine, and Mary maintainers@mathquill.com
44
*
55
* This Source Code Form is subject to the terms of the
66
* Mozilla Public License, v. 2.0. If a copy of the MPL

0 commit comments

Comments
 (0)