- Added
setSessionLocale
(issue cuba-platform/front-generator#34) - Added feature detection mechanism (issue #20)
- Added
getFileUploadURL
andgetFile
methods (issue #14)
- Moved
PropertyType
type fromcuba-labs/cuba-react
. Added typesdouble
,decimal
,time
. Issue #12.
- Added
searchEntitiesWithCount
method (issue #10)
- Typings for entities messages
- Added
SerializedEntity
type - Added generic type parameter for fetching methods
- Added
PredefinedView
enumeration
- Added typings for browser dist
- Added
loadEntityViews
andloadEntityView
methods
- Added methods to load entities and query results with count:
loadEntitiesWithCount
,queryWithCount
- Ability to abort request via AbortController
- Added ability to specify custom token endpoint
- Added
searchEntities
method (see PL-8727)