neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - housekeeping

Published by tobiu 4 months ago

  1. adjusted the webpack-dev-server config to no longer watch static files
  2. adjusted npx neo-app to copy the webpack-dev-server config into new workspaces
neo - housekeeping

Published by tobiu 4 months ago

  1. fixed the website examples & docs views: https://github.com/neomjs/neo/issues/5425
  2. adjusted the docs app members output for class fields which are defined via get: https://github.com/neomjs/neo/issues/5426
neo - housekeeping

Published by tobiu 4 months ago

hotfix for the rendering of blog view items

neo - housekeeping

Published by tobiu 4 months ago

  1. table.Container: bulkUpdateRecords() => smarter logic to match records
neo - housekeeping

Published by tobiu 4 months ago

  1. removed the colors demo app from the repo. the latest version is located here: https://github.com/neomjs/multiwindowcolors
  2. model.Component: onDataPropertyChange() => added a fallback to the current model for cross window movements of components (leaving the VM chain)
neo - housekeeping

Published by tobiu 4 months ago

table enhancements:

  1. we can now change the columns setup at run-time
  2. bulkUpdateRecords() convenience method
neo - multi window colors app

Published by tobiu 4 months ago

we will continue the development of the new multi-window performance demo app inside a new repo, to create the socket server there.

we do need the related framework changes, so we need a new package version.

Screenshot 2024-06-10 at 01 22 17

Screenshot 2024-06-10 at 01 23 07

neo - housekeeping

Published by tobiu 6 months ago

neo - housekeeping

Published by tobiu 6 months ago

neo - housekeeping

Published by tobiu 6 months ago

neo - housekeeping

Published by tobiu 6 months ago

neo - housekeeping

Published by tobiu 6 months ago

neo - housekeeping

Published by tobiu 6 months ago

neo - housekeeping

Published by tobiu 7 months ago

neo - housekeeping

Published by tobiu 7 months 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
neo - housekeeping

Published by tobiu 7 months ago

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

Published by tobiu 7 months ago

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

Published by tobiu 7 months ago

  • app connect & disconnect events now receive the windowId
  • docs app: source view styling
  • website app: navigator addon import
  • portal app: closing source preview windows when closing or reloading the main app
  • theme neo light: scoped the custom splitter rules
Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects