Skip to content

Releases: Staffbase/plugins-client-sdk

v1.0.1

31 Aug 14:05

Choose a tag to compare

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

  1. getAppVersion -> string
  2. isNativeApp -> boolean
  3. isMobileApp -> boolean
  4. isAndroidDevice -> boolean
  5. isIosDevice -> boolean
  6. deviceCanDownload -> boolean

Language information

  1. getBranchLanguages -> object
  2. getBranchDefaultLanguage -> object
  3. getContentLanguages -> object

Invoke native methods

  1. getPreferredContentLocale {locales: object|array} -> string
  2. openLink {url: string} -> boolean
  3. openLinkExternal {url: string} -> boolean
  4. openLinkInternal {url: string} -> boolean
  5. openNativeFileDialog -> Blob !experimental

v0.5.2

30 Aug 15:02

Choose a tag to compare

0.5.2 (2018-08-30)

Bug Fixes

  • release-force: this is just a commit to enforce and test a new release (58a1b32)

v0.5.1

30 Aug 14:45

Choose a tag to compare

0.5.1 (2018-08-30)

Bug Fixes

  • release-force: this is just a commit to enforce and test a new release (a5dea1b)

v0.5.0

30 Aug 14:11

Choose a tag to compare

0.5.0 (2018-08-30)

Features

  • semantic-release: added semantic release to repository (0b1963d)

Initiated project structure

19 Jun 12:01

Choose a tag to compare

Pre-release

Introduced some basic repository structure by:

  • adding gitignore
  • disabling package-lock
  • adding travis config
  • initiating and published npm
  • enrich readme information