neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - Refactoring

Published by tobiu 7 months ago

  • Renamed form.field.Select into form.field.ComboBox
  • Since this change is breaking, please adjust your imports accordingly
  • Also do a themes build

Details: https://github.com/neomjs/neo/commit/066f1da2fd2acb8f99c605acefff07c4b4cf3441

neo - Form engine enhancements

Published by tobiu 7 months ago

  • form.field.Text has now a strict separation for inputValue and value, which gets enhanced inside form.field.Select. Inside the SelectField, value will now contain the selected record.
  • Several enhancements to the new learning section (portal app).
neo - worker.Task & Portal App (in progress)

Published by tobiu 7 months ago

  • You can now use worker.Task to move specific expensive operations outside of worker.App
  • Sneak preview version of the new learning section
neo - housekeeping

Published by tobiu 8 months ago

  • list.Base: switched the activeIndex config back to handle selections, added focusIndex
neo - extensible main thread addons

Published by tobiu 8 months ago

main thread addons will internally still get handled as singletons, but the class definitions no longer expose them as such.

meaning: you can now extend any main thread addon inside your workspaces and change their configs & methods as needed.

neo - housekeeping

Published by tobiu 8 months ago

  • added an ntypeChain static class field, which contains all ntypes of the parent chain plus the one of the class itself. You can check for ntypes using myInstance.hasNtype()
  • class prototypes now have identifier flags which get created using the ntypeChain:
neo - housekeeping

Published by tobiu 9 months ago

  • form.field.TextArea: autoGrow for readOnly: true
neo - housekeeping

Published by tobiu 9 months ago

accessibility adjustments

neo - housekeeping

Published by ThorstenRaab 9 months ago

  • Fix record bug (#5193)

  • v6.10.15


Co-authored-by: tobiu [email protected]
Co-authored-by: max.mertens [email protected]
Co-authored-by: Max Rahder [email protected]
Co-authored-by: Nige White <>
Co-authored-by: Nige White
Co-authored-by: Torsten Dinkheller [email protected]
Co-authored-by: Thorsten Raab [email protected]
Co-authored-by: pensuwan-k [email protected]
Co-authored-by: Nige White [email protected]
Co-authored-by: Deniz Toprak [email protected]

neo - housekeeping

Published by ThorstenRaab 9 months ago

  • v6.10.14 (#5191)

Co-authored-by: tobiu [email protected]
Co-authored-by: max.mertens [email protected]
Co-authored-by: Max Rahder [email protected]
Co-authored-by: Nige White <>
Co-authored-by: Nige White
Co-authored-by: Torsten Dinkheller [email protected]
Co-authored-by: Thorsten Raab [email protected]
Co-authored-by: pensuwan-k [email protected]
Co-authored-by: Nige White [email protected]
Co-authored-by: Deniz Toprak [email protected]

neo - housekeeping

Published by ThorstenRaab 9 months ago

  • Modified the create-app-minimal script and updates to learning section

  • More earthquakes tutorial content

  • More learning section

  • Clean up list/Base

  • Navigating to a nonexistent item is a no-op, not an error (#5188)

  • Update Base.mjs

  • Fix list/Base and some learning content

  • updated escape entities as prework (#5189)

  • v6.10.13


Co-authored-by: tobiu [email protected]
Co-authored-by: max.mertens [email protected]
Co-authored-by: Max Rahder [email protected]
Co-authored-by: Nige White <>
Co-authored-by: Nige White
Co-authored-by: Torsten Dinkheller [email protected]
Co-authored-by: Thorsten Raab [email protected]
Co-authored-by: pensuwan-k [email protected]
Co-authored-by: Nige White [email protected]
Co-authored-by: Deniz Toprak [email protected]

neo - housekeeping

Published by ThorstenRaab 9 months ago

  • Add isoDate option for DateField class (#5183)

  • v6.10.12

neo - housekeeping

Published by ThorstenRaab 9 months ago

  • v6.10.11
neo - housekeeping

Published by ThorstenRaab 10 months ago

neo - housekeeping

Published by tobiu 10 months ago

neo - housekeeping

Published by tobiu 10 months ago

neo - housekeeping

Published by tobiu 10 months ago

neo - housekeeping

Published by tobiu 11 months ago

neo - housekeeping

Published by tobiu 11 months ago

neo - housekeeping

Published by tobiu 11 months ago

  • enhancements to main.addon.WindowPosition
  • WIP LearningSection
  • WIP neo-theme-neo-light
Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects