Skip to content

NAP 0.5.3

Compare
Choose a tag to compare
@cklosters cklosters released this 10 Aug 08:17
· 1644 commits to main since this release
a32c322

Minor release that fixes a critical bug in Napkin and unifies parameter group behavior.

Improvements

  • Converted nap::ParameterGroup into a regular nap::Group<Parameter>

Fixes

  • Fix access violation in getParent of PropertyPath when property is nested.

Breaking Changes

The new parameter group is backwards compatible with the old parameter group. The property names (in json) are the same. But because nap::ParameterGroup is now a regular nap::Group<Parameter>, the mGroups and mParameters members have been renamed to mMembers and mChildren. If you directly access these members in your code you must refactor them accordingly.

Download