Skip to content

Releases: Marxon13/M13Checkbox

3.1.1

11 Oct 11:46
Compare
Choose a tag to compare
Adjust equations to fix Swift 3 expression solving errors.

3.1.0

11 Oct 11:17
Compare
Choose a tag to compare
Added two new mark types.

3.0.1

07 Oct 11:16
Compare
Choose a tag to compare
Fixed animation glitches when changing mark types.

3.0.0: New behind the scenes implementation.

06 Oct 18:45
Compare
Choose a tag to compare
- The controllers and animation/path generation has been upgraded to
allow for the addition of new marks.
- Changing between marks can now be animated.
- Adjusted mixed states for radio to remove animation glitches.

2.2.6: Fixed issue #69

05 Oct 12:19
Compare
Choose a tag to compare
Multiple commits caused math issues by modifying the positioning
equations. Copied the original equations back in, and re-modified them
to keep build time low

Decreased Compile Time

30 Sep 22:50
Compare
Choose a tag to compare

@szotyi significantly improved project compile time!

Resolved mark layout issues.

28 Sep 20:56
Compare
Choose a tag to compare

A layout issue was occurring that would cause the mark to be shifted right and down by half the box line width. This became apparent at small sizes.

Playgrounds and bug fixes.

28 Sep 14:04
Compare
Choose a tag to compare

@rob-nash added a playground demo and fixed a rendering bug causing the checkbox to render outside its frame.

2.2.2

11 Sep 15:53
Compare
Choose a tag to compare
Bumped project version.

2.2.1: Converted from open to public.

11 Sep 15:52
Compare
Choose a tag to compare
I don’t see any reasons subclassing this is necessary. If there is a
reason I’ll change it back.