Releases: slavniyteo/one-line
Releases · slavniyteo/one-line
v0.5.2
v0.5.1
v0.5.0
Version v0.5.0 is released
The only change: Unity Package Manager Support.
Release v0.4.0
Refactored Layout system.
Added Settings file. Open it with "Window/OneLine Settings" menu item
Fixes: #30
Release v0.3.1 with two bug fixes
I exported packages on Unity 2017.1_Linux and can't export with other versions. I'll do it for v0.4.0 (going to release it soon).
Version with _pure suffix is exported without tests and examples.
Bug fixes:
Release v0.3.0 with two great features
Features added:
- Custom property drawers are drown now
- [Expandable] attribute added
Fixes:
- When header was used, prefix label was drown at the top (on header level). Now it is drown at the bottom.
In addition, some optimizations were made.
I need some testing of new features, so feel free to open an issue and give me a feedback.
Mostly I test OneLine on Linux and Windows. So there are may be any issues on Mac.
Release v0.2.3
Added a few examples. Some refactoring is done.
Fixed:
- drawing headers when [OneLine] is lie on nested field (not at root of ScriptableObject or MonoBehaviour)
Release v0.2.2
Fixed:
- #12 -- Exceptions on drawing extended classes.
Release v0.2.1
v0.2.0
Changelog:
- Tooltips works fine;
- Added headers;
- Vertical separators;
- Great optimizations.
- Bugfixes.