You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Merge 0.14 (#1)
* Add 'hasChanges' to Field interface and all implementations
* Use 'hasChanges' in edit panel to check for unsaved changes instead of checking the value
* Implement Draft.js field as plugin
* Add 'registerHeaderElements' to ServerPlugin interface
* Extends top-level tsconfig in SDK
* Expose query util function
* Add rightFoldList and leftFoldList expressions to SDK
* Add 'with' expression to SDK
* Re-implement filter on server side
* Remove all namespace declarations
* Allow quick search to work with all possible structures
* Up versions