Releases: neomjs/neo
Releases Β· neomjs/neo
Portal App: Examples Section
learning content: DOM events
- new guide (in progress)
- added the
up.
syntax for DOM events (consistency for custom events) - polished the
bubble
&priority
DOM event configs - hotfix for the
code.LivePreview
to honor run-time changes
housekeeping
- Hotfix to ensure dragProxy theme files get loaded for
component.Splitter
- 3 new theming vars for
component.Splitter
. See: #5848
housekeeping
- tab.header.Toolbar: hotfix to load drag&drop related CSS files again
- more polishing in general to ensure loading DD related CSS files
housekeeping
- buttons now use an A tag when a route is set (without editRoute: true)
- fixed an issue for picker field style loadings due to the appName => windowId switch
- new repo readme
housekeeping
- collection.add() => hotfix for adding new items to the very end of the items array, in case the collection has no sorters
- worker.App: insertThemeFiles() => removed the
appName
param in favor ofwindowId
- Portal App: several polishing changes
examples.component.multiWindowCoronaGallery
v7 blog post
New major version
7.0.0 v7.0.0
Portal App: fix for LivePreview code
- with the latest framework changes, there were issues when navigating back & forth from code to preview mode.