neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - sitemap.Container: getItemRecordId() store reference fix

Published by tobiu about 2 years ago

neo - component.Iframe (convenience class)

Published by tobiu about 2 years ago

  • component.Base: switched the default value for hideMode to removeDom
  • sitemap.Container: getItemRecordId()
neo - sitemap.Container: onItemClick() placeholder method

Published by tobiu about 2 years ago

neo - Neo.sitemap.Container

Published by tobiu about 2 years ago

example use case:

neo - Initial app rendering stability improvement

Published by tobiu about 2 years ago

neo - buildThreads => main => inside the non workspace based scope hotfix

Published by tobiu about 2 years ago

see: https://github.com/neomjs/neo/issues/3341

This one got me good:

While WS/ prefixed main thread addons can only exist inside the non-framework based build scope, webpack is not aware of it and broke with an error when trying to parse a non-existing directory. Finding a workaround fix was challenging.

neo - form.Container: validate()

Published by tobiu about 2 years ago

adjusted the bulk-update method for form fields

neo - form.field.Text: new validation logic (server-side errors)

Published by tobiu about 2 years ago

we can now apply external errors to form fields:
https://www.youtube.com/watch?v=UQYkLDYi2SU

neo - form.field.Text: displaying default error messages

Published by tobiu about 2 years ago

currently supporting required, maxLength, minLength.

optimised for labelPosition: 'inline'.

more to come soon.

neo - form.field.Text: Restrict allowed input values to fit a RegExp

Published by davhm about 2 years ago

neo - component.Base: vdom updates stability enhancement

Published by tobiu over 2 years ago

preventing the edge case where a component wants to trigger an update without already having a vnode.

neo - Neo.config.loadApplicationDelay

Published by tobiu over 2 years ago

neo - collection.Base: polishing

Published by tobiu over 2 years ago

Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects