Releases: Staffbase/plugins-client-sdk
Releases · Staffbase/plugins-client-sdk
v1.0.1
1.0.1 (2018-08-31)
Bug Fixes
- main: adds missing arguments (57baa11)
- travis: appends token line to npmrc (5cb2825)
- travis: remove before install (6ef5a51)
Reverts
[1.0.0]
Initial Release
Features
Device informations
getAppVersion-> stringisNativeApp-> booleanisMobileApp-> booleanisAndroidDevice-> booleanisIosDevice-> booleandeviceCanDownload-> boolean
Language information
getBranchLanguages-> objectgetBranchDefaultLanguage-> objectgetContentLanguages-> object
Invoke native methods
getPreferredContentLocale{locales: object|array} -> stringopenLink{url: string} -> booleanopenLinkExternal{url: string} -> booleanopenLinkInternal{url: string} -> booleanopenNativeFileDialog-> Blob !experimental
v0.5.2
v0.5.1
v0.5.0
Initiated project structure
Introduced some basic repository structure by:
- adding gitignore
- disabling package-lock
- adding travis config
- initiating and published npm
- enrich readme information