neo

The application worker driven frontend framework

MIT License

Downloads
5.2K
Stars
2.7K
Committers
33

Bot releases are hidden (Show)

neo - housekeeping

Published by tobiu about 1 year ago

  • form.field.Select now has a store load listener, to select items initially if a given field value was set
  • styling variables for menu.List are in progress
neo - housekeeping

Published by tobiu about 1 year ago

  • menu.List: support for enter & escape keys
  • form.field.Text: ensuring a focus outline will get applied, if needed
neo - housekeeping

Published by tobiu about 1 year ago

  • table.View: applyRendererOutput() => ensuring that null value renderer outputs get honored correctly
neo - housekeeping

Published by tobiu about 1 year ago

  • controller.Component: binding string based button handlers to the correct scope
neo - housekeeping

Published by tobiu about 1 year ago

  • hotfix for mapping string based button listeners into view controllers
  • main.addon.GoogleMaps: addMarker() => added anchorpoint, icon, label
neo - housekeeping

Published by tobiu about 1 year ago

  • button.Base: support for the menu_ config
  • table.View: onStoreRecordChange() => smarter check, if a cell node already exists
neo - housekeeping

Published by tobiu about 1 year ago

table.View: onStoreRecordChange() is now honoring cell renderers

neo - housekeeping

Published by tobiu about 1 year ago

  • table.Container: support for renderers returning null or undefined
  • table.Container: support for renderers returning numbers
  • button.Base: refactoring: reduced the amount of app worker related domListeners to one
neo - housekeeping

Published by tobiu about 1 year ago

table.View: renderer fix

neo - housekeeping

Published by tobiu about 1 year ago

  • table.View: onStoreRecordChange() => added a check if the vdom already exists
neo - housekeeping

Published by tobiu about 1 year ago

several minor improvements

neo - table.Container: support for non-string based cell renderers

Published by tobiu about 1 year ago

  • It is now easier to drop vdom (e.g. of existing neo components) into table cells.
  • the logic is more in sync to list.Base now
neo - housekeeping

Published by tobiu over 1 year ago

  • component.Video contributed by @Dinkh
  • list.Base: disabledField
neo - housekeeping

Published by tobiu over 1 year ago

  • component.Timer contributed by @Dinkh
  • container.Table: sortable disable resorting data when clicking on column headers. contributed by @pensuwan-k
  • form.field.Date: maxValue & minValue (and added the 2 new configs into component.DateSelector
neo - housekeeping

Published by tobiu over 1 year ago

form.field.Text: inputPatternDOM hotfix

neo - housekeeping

Published by tobiu over 1 year ago

form.Container: adjustTreeLeaves() => added support for arrays.

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

neo - housekeeping

Published by tobiu over 1 year ago

neo - form enhancements

Published by tobiu over 1 year ago

form.field.TextArea:

  • removing tags while typing to prevent XSS attacks
  • enabled keyboard-navigation via arrow keys
Package Rankings
Top 2.35% on Npmjs.org
Top 6.61% on Proxy.golang.org
Related Projects