This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, run changeset pre exit on main.
⚠️⚠️⚠️⚠️⚠️⚠️
Releases
miniplex@2.0.0-next.15
Patch Changes
Updated dependencies [12d2c94]
Updated dependencies [5bf4733]
Updated dependencies [2efcd9e]
@miniplex/react@2.0.0-next.15
@miniplex/core@2.0.0-next.15
@miniplex/bucket@2.0.0-next.13
Patch Changes
6eee056: Extracted the simple, non-queryable core of the Bucket class into a new SimpleBucket class.
@miniplex/core@2.0.0-next.15
Patch Changes
5bf4733: Removed IEntity - amazingly, we no longer need it at all!
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
⚠️⚠️⚠️⚠️⚠️⚠️
main
is currently in pre mode so this branch has prereleases rather than normal releases. If you want to exit prereleases, runchangeset pre exit
onmain
.⚠️⚠️⚠️⚠️⚠️⚠️
Releases
miniplex@2.0.0-next.15
Patch Changes
@miniplex/bucket@2.0.0-next.13
Patch Changes
Bucket
class into a newSimpleBucket
class.@miniplex/core@2.0.0-next.15
Patch Changes
IEntity
- amazingly, we no longer need it at all!isArchetype(entity, query)
,hasComponents(entity, ...c)
,hasAnyComponents(entity, ...c)
andhasNoComponents(entity, ...c)
helpers.@miniplex/react@2.0.0-next.15
Patch Changes
onEntityAdded(bucket, callback)
andonEntityRemoved(bucket, callback)
IEntity
- amazingly, we no longer need it at all!