Releases: olton/m4q
Releases · olton/m4q
M4Q 1.0.10
M4Q 1.0.9
1.0.9
- Core: added function
$.isLocalhost([hostname])
, true if host is localhost. - Core: added property
$.localhost
, true if current location is localhost. - Core: added property
$.touchable
, true if device detected as touchable. - Manipulation: added methods
appendText(...any_text...)
,prependText(...any_text...)
.
M4Q 1.0.8
M4Q 1.0.7
1.0.7
- Animation: fixed using String.includes for IE11. Change to String.indexOF.
- Animation: add operator
/
to_getRelativeValue()
. - Events: fix
fire
. Now main is constructorCustonEvent
, for old -createEvent
- Manipulation: add method
wrap
,wrapAll
,wrapInner
. The method puts elements inside the wrapper and returnwrapper(s)
. - Init: change
throw Error
toconsole.warn
when selector is#
or.
- setImmediate: add support for
process
andweb workers