housekeeping
This one is a rather big update.
- Hotfix for collection.Base to ensure removing items is not limited to real Objects & Records, but works for "object-like" items. Neo instances for example
- Memory-leak hotfixes: several test runs to ensure the amount of items inside
manager.Component
&manager.Instance
stays consistent - Hotfix for
container.Base
to destroy layouts properly - New basic testing for
manager.Instance
: https://github.com/neomjs/neo/blob/dev/test/siesta/tests/ManagerInstance.mjs - Moved the krausest demo into a separate repo (on hold for now): https://github.com/neomjs/krausest
- A lot more polishing for the shared dialog multi-window drag&drop app (you can find it inside the examples section of the website)
- Portal App: the cube layout animation is disabled now by default, but you can re-enable it inside the learning section (portal app guide)