Releases: neomjs/neo
Releases Β· neomjs/neo
housekeeping
- Portal App: Design enhancements for the Home Features, Home AfterMath, About Us & Services pages
- examples/dialog: polishing to properly nullify the internal dialog references
housekeeping
- Removed the legacy class
manager.Store
, which was only used by one example. See: #5992 - Updated the example to generate its own data
- Fixed
examples.TableFiltering
. See: #5993 - Added the multi window covid gallery example into the Portal App examples. See: #5988
- Improved the popup positioning for the multi windows helix & gallery examples (different positions inside a
code.LivePreview
). See: #5991
housekeeping
housekeeping
- hotfix for
dialog.Base
to fix the initial default mounting position in case there is no animation origin - hotfix for
examples.dialog.MainContainer
to honor the value of theboundaryContainerId
checkbox.
housekeeping
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)
housekeeping
- Support for SASS v1.79.2: #5938
- Fixed the shared dialog drag&drop demo app
- Re-added the shareddialog app into the portal examples
Portal App polishing
- Blog: new CSS animation for focused & hovered items
- Examples: new CSS animation for focused & hovered items
- Examples: fixed a bug where tab header clicks no longer worked correctly after resorting tabs via drag&drop