Skip to content

Releases: neomjs/neo

Portal App: Examples Section

11 Sep 22:25
Compare
Choose a tag to compare
  • First version of moving the old examples overview into the new Portal App
  • Several bug-fixes inside the calendar example
Screenshot 2024-09-12 at 00 25 07

learning content: DOM events

10 Sep 18:58
Compare
Choose a tag to compare
  • 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

01 Sep 12:38
Compare
Choose a tag to compare
  • Hotfix to ensure dragProxy theme files get loaded for component.Splitter
  • 3 new theming vars for component.Splitter. See: #5848

housekeeping

30 Aug 10:45
Compare
Choose a tag to compare
  • tab.header.Toolbar: hotfix to load drag&drop related CSS files again
  • more polishing in general to ensure loading DD related CSS files

housekeeping

27 Aug 21:36
Compare
Choose a tag to compare
  • 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

27 Aug 07:52
Compare
Choose a tag to compare
  • 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 of windowId
  • Portal App: several polishing changes

examples.component.multiWindowCoronaGallery

20 Aug 13:44
Compare
Choose a tag to compare

v7 blog post

20 Aug 09:12
Compare
Choose a tag to compare

New major version

20 Aug 06:26
Compare
Choose a tag to compare
7.0.0

v7.0.0

Portal App: fix for LivePreview code

19 Aug 17:56
Compare
Choose a tag to compare
  • with the latest framework changes, there were issues when navigating back & forth from code to preview mode.