Skip to content

Releases: olton/m4q

M4Q 1.0.10

08 Jan 11:05
Compare
Choose a tag to compare

1.0.10

  • Attributes: fixed method attr when user defining one argument
  • Animation: added methods stopAll(), pause(id), pauseAll(), resume(id), resumeAll()

M4Q 1.0.9

19 Oct 15:37
Compare
Choose a tag to compare

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

27 Sep 10:13
Compare
Choose a tag to compare

1.0.8

  • Constructor: add short-tag for selecting by data-role with @role
  • Visibility: fix method hide for detecting initial display value
  • Init: improve init method
  • Core: added property $.device, true for mobile a device.

M4Q 1.0.7

26 Jul 11:47
Compare
Choose a tag to compare

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 constructor CustonEvent, for old - createEvent
  • Manipulation: add method wrap, wrapAll, wrapInner. The method puts elements inside the wrapper and return wrapper(s).
  • Init: change throw Error to console.warn when selector is # or .
  • setImmediate: add support for process and web workers