Neomjs Neo Versions Save

The application worker driven frontend framework

6.15.11

1 week ago

6.15.10

1 week ago

6.15.9

1 week ago

6.15.8

1 week ago

6.15.7

1 week ago

6.15.6

1 week ago

6.15.5

2 weeks ago

6.15.4

3 weeks ago
  • core.Base: destroy() => ensuring that the method can only get called once (interceptor)
  • main.addon.Navigator: added a new option keepFocusIndex to optionally allow lists to keep their focussed index
  • main.addon.IntersectionObserver: added a cache to allow observe() calls before the register() call arrives
  • WIP learning section

6.15.3

1 month ago
  • form.field.ComboBox: smarter logic for hiding the picker for programmatic value changes
  • form.field.ComboBox: re-added the input buffer => 50ms

6.15.2

1 month ago
  • list.Base: createItem() will now merge the cls config for object based items
  • all relevant examples now use Neo.main.addon.Navigator