Skip to content

Releases: nightcycle/synthetic

9.3.8 Re-Release

01 Aug 19:27
1a0c0d5
Compare
Choose a tag to compare

Accidentally used the same version as the prior for the release, breaking some workflows and causing it to fail to publish.

Full Changelog: 9.3.6...9.3.8

Snackbar Optional Parameter Patch

01 Aug 19:11
1a0c0d5
Compare
Choose a tag to compare

Snackbars all have optional action buttons & close buttons - to make them not appear, you need to provide a nil as the associated parameter. Some of the default values caused this to never be true, they have been modified to be nil as well.

Full Changelog: 9.3.6...v9.3.6

Slider Themed Constructor Patch

31 Jul 12:43
Compare
Choose a tag to compare

I don't know how I messed up this component so badly, but I just didn't hook up most of the themed parameters.

Full Changelog: v9.3.5...9.3.6

Slider Hotfix III

31 Jul 12:22
Compare
Choose a tag to compare

Slider Increment / Min Range Patch

31 Jul 11:56
Compare
Choose a tag to compare

Fixed an edge case where it bugs out when the min of the range isn't cleanly divisible by the increment.

Full Changelog: v9.3.3...v9.3.4

Slider Min / Max Bounds Hotfix

30 Jul 17:50
Compare
Choose a tag to compare

Putting the min / max values at anything other than 0 and 100 would cause various bugs in the slider handling

Full Changelog: v9.3.2...v9.3.3

Circular Progress Indicator Hotfix

30 Jul 07:21
1865fa7
Compare
Choose a tag to compare

v9.3.1 Hotfix

26 Jul 04:24
Compare
Choose a tag to compare

Due to the build process happening after the linting / type checking, it didn't catch some internal issues that were caused by various components being dependent on other components being listed under "ColdFusion", thus breaking any non-main workflows.

I've modified the workflow to better catch this, hopefully avoiding this issue in the future.

Full Changelog: v9.3.0...v9.3.1

Type Complexity Reductions

26 Jul 03:43
Compare
Choose a tag to compare

To allow for faster type-checking, I've modified the release workflow to publish multiple copies of the library - each focusing on a specific workflow. They are as follows:

  • synthetic-roact
  • synthetic-wrapper
  • synthetic-cold-fusion
  • synthetic-fusion

The original synthetic package will remain available that contains all workflows. Definitely make an issue if you run into any troubles!

Full Changelog: v9.2.4...v9.3.0

Exporting pseudo-enums

23 Jul 03:59
ebfc6ba
Compare
Choose a tag to compare