Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: mojs/mojs

@mojs/core 1.0.3

02 Apr 11:54
ddf170e

Choose a tag to compare

  • Fix dependency security issue

@mojs/core 1.0.2

26 Mar 07:58
0ffe990

Choose a tag to compare

  • Fix window.mojs reference: prevent @mojs/player and @mojs/curve-editor from crashing
  • Refactor webpack UMD build by dropping future deprecated properties

@mojs/core 1.0.1

25 Mar 15:26
1573897

Choose a tag to compare

  • Fix webpack globalObject library export

@mojs/core 1.0.0

25 Mar 10:52
d863afd

Choose a tag to compare

Official release 🎉

Breaking changes

  • The angle property is now called rotate to keep it consistent with CSS standards
  • Support for Internet Explorer has been dropped

New features and improvements

  • Smaller production bundle
  • All dependencies are up to date (except for coffee script)
  • Modern build environment using webpack and webpack-dev-server
  • Browser testing through Browserstack
  • Continuous Integration workflow hosted on Github Actions

What is planned for the future

  • Fix as more issues as possible and close old ones
  • Build a monorepo to host all packages at the same place
  • Use typescript instead (this part imply a lot of work)
  • Use microbundle to build library and target ESM/modern bundle
  • Use jest for code testing
  • ... and a lot more!

Feedback

Feel free to report any issue or feature request.
Thanks a lot for using mojs inside your projects!

The @mojs ecosystem is maintained and developed by @xavierfoucrier and @Sandstedt on their own spare time.

Bug fixes, docs improvements

30 Aug 00:36

Choose a tag to compare

Pre-release

Thank you, guys!

`Html` module and `stagger` wrapper

06 Oct 16:16

Choose a tag to compare

Pre-release
  • add Html module for DOM animations
  • add stagger wrapper
  • stagger now implements tweenable interface and supports then, tune and generate methods
  • add resume public method for tween and tweenables
  • animations now pause and resume on page visibilityChange
  • fix then chains issue
  • performance improvements

Return the `mojs` global.

11 Aug 22:08

Choose a tag to compare

Pre-release

The release returns mojs global to fix the helpers reference issue. Still works with es2015 imports and require statements.

define mojs as umd module with es2015, reuqire and commonjs support

10 Aug 21:43

Choose a tag to compare

This release fixes broken module definitions.

New tweening engine

14 Jul 22:45

Choose a tag to compare

New tweening engine Pre-release
Pre-release

Completely rewritten tweening engine - now faster, much more robust with exhaustive API.
Rewritten Shape, ShapeSwirl and Burst modules.

Breaking changes (please see API section for more info):

  • Tweens and Other Modules now have play instead of start/run
  • yoyo property renamed to isYoyo
  • All callbacks now work in certain point of time - like timeline. So can fire on both forward and backward directions
  • Burst: childOptions property now named children

Bug fixes

19 Nov 13:46

Choose a tag to compare

Bug fixes Pre-release
Pre-release

[332c1bc] - Fixes new chrome's color shortcut bug