Releases: cocopon/tweakpane
Releases · cocopon/tweakpane
3.1.8
- Fixed a bug in class bindability detection (#536)
3.1.7
- Fixed a bug that empty label isn't applied (#521)
3.1.6
- Fixed a bug that
importPreset()
doesn't read preset values correctly (#504)
3.1.5
- Fixed a bug that a folder layout is broken in an inactive tab (#496)
- Fixed a bug that
importPreset()
will break bound values (#500)
3.1.4
- Fixed a bug that components with
tabIndex
cannot get a focus (#463)
3.1.3
- Made hierarchy of
disabled
state more strict (#458)
- Fine-tuned component appearance for
disabled
state
3.1.2
- Synchronized value constraints with slider range and list options
- Fixed the hue slider behavior around the maximum value
3.1.1
- Enabled canvas reading optimization (#439)
- Resolved a warning with Content Security Policy (#437)
- Fixed the error type for disposing a blade in its change handler (#412)
3.1.0
- Added support for float color components 🎨 (#393)
- Added
element
field to BladeApi (#392)
- Added
select
event to tab component (#402)
- Applied the initial value to step constraints (#399)
- Some minor bug fixes and improvements
3.0.8
- Fixed broken layout of empty folders (#374)
- Decorated scrollbars
- ...and some minor improvements