Releases: SenseNet/sn-client
Releases Β· SenseNet/sn-client
@sensenet/authentication-google@2.0.4
- Redundant type definition cleanup #111
sn-react-component-docs@1.0.2
- Updated dependencies
- Id is removed from Search example
sn-dms-demo@1.1.0
Features
- Search component is integrated to DMS
- Saved query feature (saved query list with basic actions, double-click open, save query dialog)
- Default auth provider is changed to Forms
Fixes
- material-ui is updated and the related deprecation warnings are fixed
- Favicon is fixed
- Updated snapshots
- reflect-metadata source map loading error is fixed
- Messagebar is fixed to be in a fixed position
@sensenet/search-react@1.2.0
- Refactored reference search to react-autosuggest
- Optional forwardable
autoSuggestProps
to Reference Field is added
@sensenet/repository-events@1.3.0
load
and loadCollection
observable events are added
@sensenet/document-viewer-react@1.0.4
- Refactored tests to
enzyme
@sensenet/client-utils@1.4.2
arguments
are renamed tomethodArguments
(strict mode reserved word fix)
@sensenet/client-core@1.4.0
- Support of Forms authentication is added
@sensenet/authentication-jwt@1.0.7
- Querying user changed from domain/username to ContentQuery
- Setup factory method is added
sn-react-redux-todo-app@2.0.1
- package moved to monorepo
- Cleaned up
create-react-app
dependencies and configs - refactored tests from
mocha/chai
tojest