Skip to content

Releases: neomjs/neo

housekeeping

16 Apr 08:56
Compare
Choose a tag to compare
  • hotfix for Neo.isRecord() in dist/production. see: #5396
  • learning content

housekeeping

15 Apr 13:06
Compare
Choose a tag to compare
  • main.DomAccess: monitorAutoGrowHandler() => can get called when the target node no longer exists. see: #5395

housekeeping

15 Apr 11:02
Compare
Choose a tag to compare
  • menu.List: unmount() => added a check if a selection model exists. see: #5392
  • core.Base: destroy() => set fire() to an emptyFn, in case the instance is observable. see: #5393
  • component.Base: destroy() => set onFocusLeave() & unmount() to Neo.emptyFn. see: #5394

housekeeping

12 Apr 15:34
Compare
Choose a tag to compare
  • collection.Base hotfix => the new isObject() logic no longer honored records. see: #5391

housekeeping

12 Apr 12:20
Compare
Choose a tag to compare
  • edge case hotfix, where a ComboBox with editable: false did no longer hide the Picker when opened via a trigger click. see: #5390

housekeeping

12 Apr 08:26
Compare
Choose a tag to compare
  • core.Observable: added support for a 1-liner un() syntax: #5387
  • date.SelectorContainer: WIP

housekeeping

03 Apr 15:49
Compare
Choose a tag to compare

housekeeping

28 Mar 15:13
Compare
Choose a tag to compare
  • core.Base: destroy() => ensuring that the method can only get called once (interceptor)
  • main.addon.Navigator: added a new option keepFocusIndex to optionally allow lists to keep their focussed index
  • main.addon.IntersectionObserver: added a cache to allow observe() calls before the register() call arrives
  • WIP learning section

housekeeping

22 Mar 16:37
Compare
Choose a tag to compare
  • form.field.ComboBox: smarter logic for hiding the picker for programmatic value changes
  • form.field.ComboBox: re-added the input buffer => 50ms

housekeeping

22 Mar 09:01
Compare
Choose a tag to compare
  • list.Base: createItem() will now merge the cls config for object based items
  • all relevant examples now use Neo.main.addon.Navigator