Releases: ResoniteModdingGroup/ComponentSelectorAdditions
v0.10.0
v0.9.0
What's Changed
- Add parsing generic types from the search bar by @Banane9 in #11
- Move the Convertible Value Driver<> Components into Transform/Drivers as a group.
- The system for this may become more fleshed out in the future if there's interest
- Add tooltips for the search and its clear button, as well as the generic type parameter inputs
Full Changelog: v0.8.0...v0.9.0
Install
Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.
v0.8.0
What's Changed
- Use HorizontalLayout on generated buttons to simplify additions
- Fix indirect group results in search targetting their parent category rather than the search's root category when going back
- This only works when the user who spawned the component selector opens the group
- For anyone else it was necessary to preserve the old behavior
- Tweak display of selector path in the footer to match actual paths exactly (
?and:for groups were swapped) - Added some more documentation to the SearchConfig
Full Changelog: v0.7.0...v0.8.0
Install
Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.
v0.7.0
What's Changed
- Add Italian Locale - although Resonite doesn't support it yet
- Add fix for case-sensitive generic type parameter picking (Yellow-Dog-Man/Resonite-Issues#636)
- Add option to always search from the root category - components or protoflux nodes - #9
Full Changelog: v0.6.0...v0.7.0
Install
Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.
v0.6.0
What's Changed
- Add Italian Locale - although Resonite doesn't support it yet
- Add fix for case-sensitive generic type parameter picking (Yellow-Dog-Man/Resonite-Issues#636)
Full Changelog: v0.5.0...v0.6.0
Install
Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.
v0.5.0
Update for new MonkeyLoader and Resonite Integration versions. Move to netstandard2.0.
Install
Place the provided .nupkg file into your Resonite/MonkeyLoader/Mods/ folder.
v0.4.1
Recompiled for latest Resonite version (2024.7.19.281)
v0.4.0
v0.3.2
Fixes the generic component builder not working.
v0.3.1
Fixes the search delay threshold not being properly respected.