Skip to content

Releases: blitzstudios/sleeper-mini-core

v1.3.5

21 Jun 20:06
ea9eaaf
Compare
Choose a tag to compare

What's Changed

  • Fixing issue loading built-in sleeper components in dev mode if a prod version map has not yet been uploaded. by @sleeper-luke in #14

Full Changelog: v1.3.3...v1.3.5

v1.3.3

21 Jun 00:49
Compare
Choose a tag to compare

Minor typescript generation fixes.

Full Changelog: v1.3.2...v1.3.3

v1.3.2

20 Jun 23:53
Compare
Choose a tag to compare

Some additional typescript fixes.

Full Changelog: v1.3.1...v1.3.2

v1.3.1

20 Jun 22:58
6fe6923
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.3.1

v1.3.0

08 Jun 22:35
f7e95d2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.4...v1.3.0

v1.2.4

06 Jun 22:28
Compare
Choose a tag to compare

Fixing issue with port reuse across client and webpack socket connections.

Full Changelog: v1.2.3...v1.2.4

v1.2.3

06 Jun 20:54
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.3

v1.2.1

25 May 23:27
Compare
Choose a tag to compare

This release adds a script for automatically preloading packages added in the user's main project.

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

25 May 02:22
Compare
Choose a tag to compare

This version improves the dev experience by significantly reducing the size of data sent over TCP while developing.

  • Added support for partial context sends
  • Fixed TCP packet parsing and reconstruction bugs

PR List

Full Changelog: v1.1.0...v1.2.0

v1.1.0

10 May 21:08
Compare
Choose a tag to compare

This release fixes the following issues:

Fixes an issue when debugging cross platform. (i.e. running a local iOS environment but connecting to an android device on the network.)

Full Changelog: v1.0.7...v1.1.0