Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Removed Lodash

Choose a tag to compare

@dxinteractive dxinteractive released this 26 Aug 01:43
· 34 commits to master since this release

Have removed all lodash and replaced with equivalent functionality, except:

  • Bug fix in AutoRequest to prevent immutable props from being turned back into vanilla JS.
    FormMixin.FormMixin_getData now clones state deeply instead of shallow, which is safer and I couldn't find any evidence of the 'shallowness' of the clone being exploited in any of our apps.
  • Table is deliberately dumbed down now for use with simple static data, and any DataTable style functionality is purely in DataTable. Apps upgrading from <0.5 should update their usage accordingly.
  • History.loadUrl now behaves like the comment above it suggests it should, returning true or false rather than arbitrarily returning this.handlers. Could not find any evidence in any apps that the return value of loadUrl is actually used for anything.