Neomjs Neo Versions Save

The application worker driven frontend framework

6.15.1

1 month 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

6.15.0

1 month 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

6.14.0

1 month 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).
Screenshot 2024-03-18 at 14 59 17

6.13.0

1 month ago
  • You can now use worker.Task to move specific expensive operations outside of worker.App
  • Sneak preview version of the new learning section

6.12.1

2 months ago
  • list.Base: switched the activeIndex config back to handle selections, added focusIndex

6.12.0

2 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.

6.11.0

2 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:
Screenshot 2024-02-09 at 13 44 39

6.10.17

2 months ago
  • form.field.TextArea: autoGrow for readOnly: true

6.10.16

2 months ago

accessibility adjustments

6.10.15

3 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]