neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33
neo - model.Component (view models)

Published by tobiu over 3 years ago

the first version of the new view model implementation is done now.

neo - model.Component: binding formulas

Published by tobiu over 3 years ago

example:

bind: {
    text: 'Hello ${data.button2Text} ${1+2} ${data.button1Text + data.button2Text}'
}
neo - improved the build process for the examples

Published by tobiu over 3 years ago

we can now describe the build targets using nested objects instead of a "flat list".

details here:
https://github.com/neomjs/neo/issues/1698

neo - examples/model/inlineNoModel

Published by tobiu over 3 years ago

neo - model.Component (view model) online examples

Published by tobiu over 3 years ago

will add the links here once this version is deployed.

neo - Docs App dev mode hotfix: we can now display the examples again

Published by tobiu over 3 years ago

neo - RealWorld2 demo app hotfix

Published by tobiu over 3 years ago

the app view imports got affected by the examples improvements.

neo - Examples polishing

Published by tobiu over 3 years ago

Adjusted all example appName configs to match the folder & file paths.

Fixed a couple of bugs (especially for the tablePerformance demo).

neo - Code quality improvements

Published by tobiu over 3 years ago

We now have a consistent method order for all files inside the src folder.
constructor first, all other methods in chronological (alphabetical) order.

The view model (model.Component) implementation is in progress, but not usable yet.

neo - Added the latest blog post to the neo.mjs website

Published by tobiu over 3 years ago

neo - Multi Window drag&drop demo polishing

Published by tobiu over 3 years ago

and some related core adjustments to make the logic easier.

neo - Multi Window drag&drop demo polishing

Published by tobiu over 3 years ago

as well as enhancing drag&drop in general.

neo - Multi Window drag&drop demo polishing

Published by tobiu over 3 years ago

we can now drop dialogs in between browser windows (simple approach, just fully move the dialog into the window with the bigger intersection).

neo - Multi Window drag&drop demo

Published by tobiu over 3 years ago

several enhancements for the shared workers context

neo - util.Rectangle, Calendar Week View drag&drop hotfix

Published by tobiu over 3 years ago

neo - dialog.Base: initial drag positioning hotfix

Published by tobiu almost 4 years ago

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