Tags: flame-engine/forge2d
Tags
chore(release): Publish packages (#112) Prepared all packages to be released to pub.dev Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
> Note: This release has breaking changes. - **REFACTOR**: ignored invariant boolean warning ([#47](#47)). ([c032f9c](c032f9c)) - **FIX**: Fixed issue where particles created were centred around (0,0) rather than their parent group's position. ([#69](#69)). ([a36e88e](a36e88e)) - **FIX**: Properly use the `getX/YAxis` out vector ([#61](#61)). ([c1aba67](c1aba67)) - **FEAT**: made ContactListener methods optional overrides ([#55](#55)). ([47037a1](47037a1)) - **BREAKING** **REFACTOR**: gravity getter and setter ([#66](#66)). ([5108e30](5108e30)) - **BREAKING** **REFACTOR**: isBullet getter and setter ([#64](#64)). ([ee5d4bf](ee5d4bf)) - **BREAKING** **REFACTOR**: `isEnabled` getter and setter ([#65](#65)). ([839e53a](839e53a)) - **BREAKING** **REFACTOR**: removed wrapper get and set methods for GearJoint.ratio ([#63](#63)). ([58b5115](58b5115)) - **BREAKING** **REFACTOR**: used getter and setters for maxMotorForce ([#62](#62)). ([4ab2eb2](4ab2eb2)) - **BREAKING** **REFACTOR**: used setters and getters for motorSpeed ([#58](#58)). ([96103f1](96103f1)) - **BREAKING** **FIX**: Add friction and restitution arguments to createFixtureFromShape ([#56](#56)). ([a91b08b](a91b08b)) - **BREAKING** **FIX**: Set the RopeJoint's local anchors to null vectors by default ([#67](#67)). ([2dfe1e8](2dfe1e8)) - **BREAKING** **FEAT**: Move to dart 2.17 and clean up comment. ([#59](#59)). ([8abd859](8abd859))
> Note: This release has breaking changes. - **FEAT**: allowed specifying `BodyDef` properties via constructor (#51). ([aa3f5f7](aa3f5f7)) - **FEAT**: allowed specifying `FixtureDef` properties via constructor (#52). ([1c09a13](1c09a13)) - **BREAKING** **FEAT**: allow modifying gravity in the x-axis and y-axis (#53). ([c14b424](c14b424)) - **BREAKING** **FEAT**: made default friciton 0 (#54). ([e943a56](e943a56))
PreviousNext