Mojs Versions Save

The motion graphics toolbelt for the web

v1.0.3

3 years ago
  • Fix dependency security issue

v1.0.2

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

v1.0.1

3 years ago
  • Fix webpack globalObject library export

v1.0.0

3 years ago

Official release :tada:

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.

0.288.2

6 years ago
  • b051d161 by @SudoCat - Fixes Cannot read property 'length' of undefined error for pages that are loaded in background.
  • f09e8f7a by @realdreamer - Docs fixes.
  • e425ab91 by @mitchheddles - Docs fixes.
  • 6d9ea927 by @dangodev - Docs fixes.
  • e4a7f930 by @rochestb - Docs fixes.
  • 359c09e8 by @ryanirilli - Docs fixes.
  • b270fcb0 by @roperzh - Docs fixes.
  • 27e6cd67 by @fandy - Docs fixes.
  • 78a6a268 by @Sandstedt - Docs fixes.

Thank you, guys!

0.288.1

7 years ago
  • 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

0.265.9

7 years ago

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

0.265.8

7 years ago

This release fixes broken module definitions.

0.265.6

7 years ago

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

0.174.4

8 years ago

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