Changelog
v0.9.1: Hotfix for typing over selections in Safari 5.1
2012-12-19
make publish
scriptChangelog
v0.10.1: Fix font-size: 0
typing problems and more
2016-03-21
Important fix: remove font-size: 0
on textarea (#585), fixing typing
in Chrome Canary (#540) as well as the Enter key not triggering the
enter
handler in Webkit and Blink (#566). transform: scale(0)
is
used instead and expected to be much more robust.
(Note: if you're coming from v0.9.x, there've been major API changes, see the [v0.9.x → v0.10.0 Migration Guide][].)
new features:
\nparallel
, \measuredangle
,
\odot
, \parallelogram
(nonstandard), \nless
, \ngtr
, \square
\overleftarrow
, \overrightarrow
bugfixes:
\degree
symbol to round-trip (rather than exporting
^\circ
which doesn't parse as one symbol).text()
to output \cdot
as *
.text()
of fractions, spaces, variables followed
by exponents\triangle
symbol to match LaTeX better×
(Unicode times symbol)TextBlock
^
not **
build system fixes: