Releases: Ayfri/PIXI-Extended
v0.4.0
📆 09.07.2021 🏷️ 0.4.0 💾 C3E2180 🚀 5 🐛 6 ♻️ 1 🔬 6 👥 1
This update fixes a lot of poblems and add minor utils.
It adds a lot of tests also so everything should be working as intended.
🚀 New Features
F0CB18Dfeat: Addreadyevent forFPSCounter. (@Ayfri)17BF4C7feat: Addreadyreadonly property forFPSCounter. (@Ayfri)C411353feat: AddRectangle.appRectanglemethod. (@Ayfri)EA58FCBfeat: AddtoJSONmethod to vectors. (@Ayfri)D759ABDfeat: AddupdatesBySecondsoptional property inFPSCounterOptions. (@Ayfri)
🐛 Bug fixes
4AFFB23fix: Add missing exports for utils maths functions. (@Ayfri)62F2FC8fix: Fixbackgroundnot updated for containers. (@Ayfri)14ED5A3fix: Fixclampfunction not working properly. (@Ayfri)A40B8DAfix: FixColor.toHexStringnot working when one value is 0. (@Ayfri)E73F10Cfix: Fixreadyevent emitted before changing ready property in FPSCounter. (@Ayfri)8084721fix: FixRectangle.fromSpritenot working for sprites with anchor. (@Ayfri)
♻️ Refactors
🔬 Tests
C9A2449test: Add tests for color, math functions & FPSCounter. (@Ayfri)BFEF8B6test: Add tests for Vectors, random functions and improve some tests names. (@Ayfri)CE22E44test: Add Text tests. (@Ayfri)50A5447test: Move tests into a tests folder. (@Ayfri)0869C0Etest: Remove unused index.html file. (@Ayfri)9BA8334test: Use floss & mocha for testing, use unit-tests. (@Ayfri)
👥 Contributors
v0.3.2
v0.3.1
v0.3.0
📆 17.06.2021 🏷️ 0.3.0 💾 0ffe69f 🚀 6 📄 2 🔥 1 🔨 1
This release fixes a lot of issues with collisions methods/functions not being consistent, this is a breaking change, and you will have to change your code. It also adds other little features to existing classes and adds more documentation.
🚀 New Features
6bb4899feat:isPressednow supports multiple keys. (@Ayfri)215de4dfeat: AddcollidesWithandcollisionWithmethods inSpriteclass. (@Ayfri)4b4a419feat: Add constructor without parameters and constructor withtextparameter forTextclass. (@Ayfri)a09e058feat: Add optionalcolorproperty intoTextOptions. (@Ayfri)0ffe69ffeat: AddsetPositionFromWindowmethod toSpriteclass. (@Ayfri)93d7f8cfeat: AddupdateBySecondsvalue inFPSCounter, add documentation. (@Ayfri)
📄 Documentation
db17d50docs: Add documentation forupdate&startmethod ofFPSCounter. (@Ayfri)761efd5docs: Add documentation to complex fields in Text class. (@Ayfri)
🔥 Performances
🔨 Refactors
- 1a33c71 BREAKING CHANGE Change a lot the collisions methods/functions to have a more consistent code.
v0.2.1
📆 14.06.2021 🏷️ 0.2.1 💾 9a5e157 👥 1 📄 3 🐛 1 🔨 1
📄 Documentation
716ee1bdocs: Add documentation to Color class. (@Ayfri)9a5e157docs: Add documentation to complex methods in Sprite class. (@Ayfri)62b15e9docs: Add documentation to textures related functions. (@Ayfri)
🐛 Bug fixes
- 42fed7a, d2aa20e BREAKING CHANGE fix!: Fix Color being mixed with 255 max values and 1.0 max values. (@Ayfri)
🔨Refactors
v0.2.0
📆 12.06.2021 🏷️ 0.2.0 💾 99400dd 👥 1 🚀 4 🐛 5 📄 3
This release fixes some issues, improve documentation and adds a bunch of useful methods/functions that I was needing for a project.
🚀 New Features
26f0ffdfeat: AdddeepClonemethod to vectors. (@Ayfri)3c65e58feat: Add adestroyedgetter onSpriteclass. (@Ayfri)99400ddfeat: Addmapfunction and TSDoc. (@Ayfri)e561079feat: AddVector2constructor withXYarray. (@Ayfri),
🐛 Bug fixes
33c4d80fix: FixColors.toHex. (@Ayfri)79af95dfix: FixgetColoredTexturewidth/height result. (@Ayfri)4d42207fix: FixgetColoredTexture, add documentation. (@Ayfri)3caf5edfix: FixSprite.fromColorwith newgetColorTextureform. (@Ayfri)ea65bdefix: Fix typings ofobservableVector2.xy. (@Ayfri),
📄 Documentation
03f2b37docs: Add TSDoc toVector2#deepClone. (@Ayfri)28423e2docs: Add TSDoc toFPSCounterOptions. (@Ayfri)b17c356docs: Use a more conventional TSDoc forVector2. (@Ayfri),
✏️ Chores
v0.1.8
v0.1.7
v0.1.6
📆 25.04.2021 💾 8094a66 👥 1 🚀 3 🐛 2
This release fixes finally the problem of the Sprites not movable by setting ObservableVector2 as an orphan class, using a private object to update the transform values.
🚀 New Features
e5d9d75feat: Improve docs ofObservableVector2. (@Ayfri)740767cfeat: Improve presentation of theREADME, add some information. (@Ayfri),
🐛 Bug fixes
v0.1.5
📆 24.04.2021 💾 ab35e8b 👥 1 🚀 2 🐛 1 📄 5
This release adds a lot of documentation and bundle pixi.js to the package.
🚀 New Features
🐛 Bug fixes
📄 Documentation
14023f9docs: Add docs Rectangle class. (@Ayfri)055a5afdocs: Add docs to collide & intersectBoxes functions. (@Ayfri)33702a9docs: Add docs to KeyBoardManager, improve types. (@Ayfri)e3596dedocs: Add docs to MouseManager. (@Ayfri)2c31c86docs: Improve Vector2 docs & add ObservableVector2 docs. (@Ayfri)