Skip to content
This repository has been archived by the owner on Mar 30, 2020. It is now read-only.

Update dependency @inlet/react-pixi to v1 #27

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 13, 2020

This PR contains the following updates:

Package Type Update Change
@inlet/react-pixi dependencies major ^0.4.4 -> ^1.2.5

Release Notes

inlet/react-pixi

v1.2.5

Compare Source

FIxed

AnimatedSprite now uses initialFrame as default frame. When isPlaying=false, the frame will be set to initialFrame. If no initialFrame is set the frame will be the current frame.

v1.2.4

Compare Source

Fixes

Update AnimatedSprite prop isPlaying pause and resume from current frame.

Add

Types for Animated Sprite

v1.2.3

Compare Source

Fixed

Update imports, works in Parcel now

v1.2.2

Compare Source

Fixed

Type definition for withFilters

v1.2.1

Compare Source

Fixed
  • Better error message for text nodes

v1.2.0

Compare Source

New updated withFilters HOC. see https://reactpixi.org/hoc/withFilters

v1.1.13

Compare Source

Expose eventHandlers, allowing you to create custom DisplayObject events

v1.1.12

Compare Source

Fixed

AnimatedSprite textures now only updates if actually changed.

v1.1.11

Compare Source

Fixed

Support for Parcel bundler

v1.1.10

Compare Source

Added

Support for prop isSprite on Text component to render it as a texture and speed up performance. thanks @​paolotozzo

v1.1.9

Compare Source

Fixed

Typings

v1.1.8

Compare Source

Added

withFilters to type definition

v1.1.7

Compare Source

Fixed

Include Reconciler type in type definition.

v1.1.6

Compare Source

Fixed

Optimize bundle size

v1.1.5

Compare Source

Added

Filter Wrapper support, thanks to @​paolotozzo

v1.1.4

Compare Source

Added

Add preventRedraw prop to Graphics:

<Graphics preventRedraw={true} />

v1.1.3

Compare Source

Fixed

Update texture prop on AnimatedSprite

v1.1.2

Compare Source

Fixed

Type defs for Sprite and SimpleMesh

v1.1.1

Compare Source

Fixed

DevTools React DOM version.

v1.1.0

Compare Source

Added

AnimatedSprite: https://reactpixi.org/components/animated-sprite
Thanks to @​paolotozzo

v1.0.4

Compare Source

Add enabled flag to useTick type definition.

v1.0.3

Compare Source

Add applyDefaultProps to type definition and update docs

v1.0.2

Compare Source

Expose applyDefaultProps for Custom Components.

v1.0.1

Compare Source

Fixed

Peer dependencies are now accepting minor and patch versions.

v1.0.0

Compare Source

🎉 Major release

Fully supports pixi.js v5!

Improved
  • Reconciliation
  • ReactPixi API (SimpleRope, props, etc)
  • Typescript Definitions
  • Support latest NodeJS
Added
  • Support pixi.js v5
  • Tests
  • Jest webGL support
  • source and video props on DisplayObjects like <Sprite />
  • @testing-library/react for testing hooks correctly
Removed
  • Pixi-legacy
Fixed
  • Docs
  • Errors

Thanks to all contributors, special thanks to @​fabienjuif and @​Adamfsk 👏
Note: If you are restricted to pixi.js v4 you'll need an older release of @inlet/react-pixi

v0.7.1

Compare Source

Fixed

React Reconciler works again, wait for the alpha package react-reconciler to become stable.

v0.7.0

Compare Source

Added
  • Support newest React version. (react-reconciler)
Updated
  • Rollup config
  • ESLint config
  • CircleCI
Fixed
  • Security warning npm module esm.

v0.6.0

Compare Source

Added
  • Support PIXI v5
Fixed
  • Remove canvas-prebuilt and support new jest environment
  • Forcing a newer jsdom

v0.5.11

Compare Source

Improved

Performance for adding/removing event listeners.

v0.5.10

Compare Source

Fixed

Provide options.view to Stage props.

v0.5.9

Compare Source

Fixed

Support React Suspense

v0.5.8

Compare Source

Added

Support crossorigin for Texture images, example:

<Sprite image="http://placekitten.com/200/300" crossorigin={true} />

v0.5.7

Compare Source

Fixed
  • Make PointLike type more strict
  • Update docs

v0.5.6

Compare Source

Fixed

Text component anchor prop is now a PointLike type.

Improved

Add comments to type declaration to support in-code type suggestions.

v0.5.5

Compare Source

Fixed

Typings for HOC withPixiApp

v0.5.4

Compare Source

Improved

Enable the useTick hook with a second argument:

import { useTick } from '@&#8203;inlet/react-pixi'

const myComponent = () => {
  const [enableTick, setEnableTick] = useState(true)

  useTick((delta: number) => {
    // raf
  }, enableTick)
}

v0.5.3

Compare Source

Fixed

Bug that fire events twice

v0.5.2

Compare Source

Improved

Performance fixes, thanks to @​EloB

  • Applying props
  • Helper utilities

v0.5.1

Compare Source

Fixed

Add Context types AppContext, AppProvider and AppConsumer to type declaration file.

v0.5.0

Compare Source

Now support the latest React stable release v16.8.0 🙌


Renovate configuration

📅 Schedule: "after 9pm,before 9am" in timezone Asia/Tokyo.

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the renovate label Jan 13, 2020
@renovate renovate bot force-pushed the renovate/inlet-react-pixi-1.x branch from 1b46537 to f2ca8d9 Compare January 17, 2020 12:22
@renovate renovate bot force-pushed the renovate/inlet-react-pixi-1.x branch from f2ca8d9 to 69d630b Compare January 30, 2020 14:20
@renovate renovate bot force-pushed the renovate/inlet-react-pixi-1.x branch 2 times, most recently from f13776f to 1e9136e Compare March 3, 2020 14:18
@renovate renovate bot force-pushed the renovate/inlet-react-pixi-1.x branch from 1e9136e to 1005103 Compare March 11, 2020 13:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant