neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - copy resources from workspaces into dist folders

Published by tobiu over 2 years ago

for now, i added the logic into buildThreads => main, since most resources are probably images and the main build does get triggered way less than the app worker builds.

neo - Default table cell renderers with null values

Published by tobiu over 2 years ago

neo - Adjusting the dev env path for font awesome

Published by tobiu over 2 years ago

neo - Copying font-awesome into the dist folders

Published by tobiu over 2 years ago

=> making it easier to deploy the dist-folders into standalone envs

neo - buildThemes: smarter logic to exclude non scss files

Published by tobiu over 2 years ago

neo - buildThemes: added a check to exclude non scss files

Published by tobiu over 2 years ago

neo - Deployment enhancement

Published by tobiu over 2 years ago

neo - Fix for Windows related app worker builds

Published by tobiu over 2 years ago

see:

https://github.com/neomjs/neo/issues/3066

https://github.com/neomjs/neo/issues/3064

not 100% sure if win10 was using the linux kernel and win11 does not by default, or if some ACN settings affected the laptops of my colleagues. it worked fine around 5 weeks ago.

@davhm adjusted the regex to ensure it runs properly using backslash based paths as well.

neo - doc comments for the createApp programs

Published by tobiu over 2 years ago

framework internally as well as npx neo-app

neo - data.Store: load() => url hotfix

Published by tobiu over 2 years ago

neo - Upgraded Google MWC (v0.26.1 works with webpack again)

Published by tobiu over 2 years ago

neo - Hotfix: down-graded the Google MWC version

Published by tobiu over 2 years ago

sadly, the v0.26.0 is breaking inside webpack based envs.

details here:
https://github.com/material-components/material-web/issues/3395#issuecomment-1120931864

neo - data.Store: remote filtering

Published by tobiu over 2 years ago

this release combines remote filtering, remote sorting and paging.

next steps: enhancing the demo app to offer full CRUD support (delete, insert & update next).

afterwards, deploying it into the online examples & blog post.

running the demo locally is of course already possible, you need to start the neo backend / middleware though. ping me on slack for details.

neo - toolbar.Paging

Published by tobiu over 2 years ago

neo - Inquirer hotfix (build scripts keyboard support)

Published by tobiu over 2 years ago

e.g. inside createApp or buildMyApps it was no longer possible to navigate properly using arrow keys.

so little external dependencies and they can still mess things up.

neo - dialog.Base: wrapper z-Index adjustment

Published by tobiu over 2 years ago

hotfix to ensure dialogs stay on top of table column headers

neo - dialog.Base: added css rules for a footer toolbar

Published by tobiu over 2 years ago

neo - data.Store: api_ => string based convenience shortcut

Published by tobiu over 2 years ago

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