Skip to content

Conversation

@Ninerian
Copy link
Contributor

Description

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING part in the readme.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Test plan:

Ninerian and others added 30 commits July 10, 2019 22:47
# [1.1.0-beta.1](https://github.com/Staffbase/plugins-client-sdk/compare/v1.0.6...v1.1.0-beta.1@beta) (2019-07-10)

### Features

* **nativeShareDialog:** adds command to call the share function (NFS-398) ([2987e4c](2987e4c))
# [1.1.0-beta.2](https://github.com/Staffbase/plugins-client-sdk/compare/v1.1.0-beta.1@beta...v1.1.0-beta.2@beta) (2019-07-11)

### Features

* **nativeShareDialog:** exports main function (NFS-398) ([a8884fb](a8884fb))
* **nativeShareDialog:** fix lint ([c6c2caa](c6c2caa))
# [1.1.0-beta.3](https://github.com/Staffbase/plugins-client-sdk/compare/v1.1.0-beta.2@beta...v1.1.0-beta.3@beta) (2019-07-12)

### Features

* **nativeShareDialog:** added openNativeShare to usage.md, fix empty case clause (NFS-398) ([a3cf9c2](a3cf9c2))
* **nativeShareDialog:** adds Putmessage support (NFS-398) ([f34f17a](f34f17a))
## [1.1.2-alpha.1](v1.1.1...1.1.2-alpha.1) (2021-05-26)

### Bug Fixes

* change to github actions badge ([edc62af](edc62af))

### Chores

* add dev environment ([2a60bd8](2a60bd8))
* add new release & eslint config ([57bbfcd](57bbfcd))
* add size limit check ([4a8358c](4a8358c))
* add yarn lock check ([ec4bc84](ec4bc84))
* removed danger ([f5d8735](f5d8735))
* switch to github actions ([3a7e3b5](3a7e3b5))
* switch to github actions ([aa89d53](aa89d53))
* update danger ([16cc71f](16cc71f))
* update dependencies to fix security ([3dfd670](3dfd670))
* updates dependencies ([8549d57](8549d57))
* **deps:** bump elliptic from 6.5.0 to 6.5.3 ([5826c44](5826c44))
* **deps:** bump elliptic from 6.5.0 to 6.5.3 ([f7f75d3](f7f75d3))
* **deps:** bump elliptic from 6.5.3 to 6.5.4 ([0024bb0](0024bb0))
* **deps:** bump elliptic from 6.5.3 to 6.5.4 ([eb9a092](eb9a092))
* **deps:** bump ini from 1.3.5 to 1.3.7 ([14736fa](14736fa))
* **deps:** bump ini from 1.3.5 to 1.3.7 ([0f514ab](0f514ab))
* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([e279677](e279677))
* **deps:** bump node-fetch from 2.6.0 to 2.6.1 ([9474b8b](9474b8b))
* **deps:** bump npm from 6.14.4 to 6.14.7 ([86cabc7](86cabc7))
* **deps:** bump npm-registry-fetch from 4.0.3 to 4.0.5 ([1fae0aa](1fae0aa))
* **deps:** bump npm-registry-fetch from 4.0.3 to 4.0.5 ([4376e08](4376e08))
* **deps:** bump npm-user-validate from 1.0.0 to 1.0.1 ([7d74dd9](7d74dd9))
* **deps:** bump npm-user-validate from 1.0.0 to 1.0.1 ([2f95bfc](2f95bfc))
* **deps:** bump ssri from 6.0.1 to 6.0.2 ([133ec74](133ec74))
* **deps:** bump ssri from 6.0.1 to 6.0.2 ([4dc2612](4dc2612))
* **deps:** bump y18n from 3.2.1 to 3.2.2 ([f944244](f944244))
* **deps:** bump y18n from 3.2.1 to 3.2.2 ([b774662](b774662))
* **deps-dev:** bump semantic-release from 17.0.6 to 17.2.3 ([f8935f8](f8935f8))
* **deps-dev:** bump semantic-release from 17.0.6 to 17.2.3 ([86bab1a](86bab1a))

### Code Refactoring

* fix build errors ([0a90198](0a90198))
* fix lint errors ([57b56f1](57b56f1))
* fix lint-errors ([38a0b96](38a0b96))

### Continuous Integration

* rename job ([d4b8a5d](d4b8a5d))
* set fixed versions ([4096dab](4096dab))

### Miscellaneous

* Merge branch 'master' into developer-experience ([38f8c61](38f8c61))
* Merge remote-tracking branch 'origin/master' into developer-experience ([5a7fa67](5a7fa67))
* Merge branch 'master' into developer-experience ([b1359af](b1359af))
* Merge branch 'master' into git-flow ([999d739](999d739))
*  ([540f977](540f977))
## [1.2.1-alpha.1](1.2.0...1.2.1-alpha.1) (2022-01-27)

### build

* **deps:** npm audit fix ([e3747e2](e3747e2))
* **deps:** npm audit fix ([8fa93bf](8fa93bf))
* **deps:** npm audit fix ([7ff4ee8](7ff4ee8))

### chore

* update dependencies ([baa04ef](baa04ef))
* update dependencies ([a2ae6bd](a2ae6bd))
* update dependencies, add modules export ([2606cc8](2606cc8))

### fix

* change title ([f9f06b6](f9f06b6))

### test

* fix babel test transpilation ([2f1985b](2f1985b))
* fix tests ([001cb90](001cb90))
## [1.2.1-alpha.2](1.2.1-alpha.1...1.2.1-alpha.2) (2022-01-27)

### fix

* change entry file ([166bf46](166bf46))
## [1.2.3-alpha.1](1.2.2...1.2.3-alpha.1) (2022-03-16)

### chore

* change tokens ([36061d5](36061d5))
* change tokens ([b2c29ff](b2c29ff))
* update dependencies, add modules export ([8850549](8850549))
* update dependencies, add modules export ([2606cc8](2606cc8))

### fix

* change entry file ([04a2d31](04a2d31))
* change entry file ([166bf46](166bf46))
* change title ([33effe1](33effe1))
* change title ([f9f06b6](f9f06b6))

### test

* fix babel test transpilation ([7fb97e9](7fb97e9))
* fix babel test transpilation ([2f1985b](2f1985b))
## [1.2.3-alpha.2](1.2.3-alpha.1...1.2.3-alpha.2) (2022-03-16)

### chore

* moved dep to dev part ([412227e](412227e))

### fix

* trigger ci ([c437f76](c437f76))
Ninerian and others added 28 commits March 12, 2024 14:21
# [3.0.0-alpha.1](2.0.1...3.0.0-alpha.1) (2024-03-12)

### build

* **deps:** npm audit fix ([23d57b4](23d57b4))
* **deps:** npm audit fix ([c2251bd](c2251bd))
* **deps:** npm audit fix ([1e0dd78](1e0dd78))
* **deps:** npm audit fix ([58bf876](58bf876))
* **deps:** npm audit fix ([c7bb2e0](c7bb2e0))

### chore

* **deps-dev:** bump husky from 8.0.3 to 9.0.10 ([5ed67e9](5ed67e9))
* **deps-dev:** bump husky from 8.0.3 to 9.0.10 ([680772f](680772f))
* **deps-dev:** bump jest-extended from 3.2.4 to 4.0.2 ([351b726](351b726))
* **deps-dev:** bump jest-extended from 3.2.4 to 4.0.2 ([d42a82e](d42a82e))
* **deps-dev:** bump rollup from 3.18.0 to 3.29.4 ([8a7239c](8a7239c))
* **deps-dev:** bump rollup from 3.18.0 to 3.29.4 ([d58a3ce](d58a3ce))
* **deps-dev:** bump rollup-plugin-serve from 2.0.2 to 3.0.0 ([2232350](2232350))
* **deps-dev:** bump rollup-plugin-serve from 2.0.2 to 3.0.0 ([1527a41](1527a41))
* **deps:** bump actions/checkout from 3 to 4 ([d1134f6](d1134f6))
* **deps:** bump actions/checkout from 3 to 4 ([5c888fe](5c888fe))
* **deps:** bump ip from 2.0.0 to 2.0.1 ([ab5dc48](ab5dc48))
* **deps:** bump ip from 2.0.0 to 2.0.1 ([58f0138](58f0138))
* **deps:** bump Simek/yarn-lock-changes from 0.11.1 to 0.12.0 ([726cc18](726cc18))
* **deps:** bump Simek/yarn-lock-changes from 0.11.1 to 0.12.0 ([e42f5cd](e42f5cd))
* **deps:** bump Staffbase/gha-workflows from 1.13.1 to 4.0.2 ([2d06787](2d06787))
* **deps:** bump Staffbase/gha-workflows from 1.13.1 to 4.0.2 ([13ddd9f](13ddd9f))
* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([96a533e](96a533e))
* **deps:** bump tough-cookie from 4.1.2 to 4.1.3 ([cfc8435](cfc8435))
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([fc6a197](fc6a197))
* **deps:** bump word-wrap from 1.2.3 to 1.2.5 ([62d8434](62d8434))
* fix ci run ([84ca02d](84ca02d))
* moved dep to dev part ([412227e](412227e))
* pin wrap-ansi to 7.0.0 ([f9facf7](f9facf7))
* update ci deps ([0b691a3](0b691a3))
* update dependencies, add modules export ([2606cc8](2606cc8))
* updated all dependencies ([d9dc246](d9dc246))
* upgrade node version ([3157985](3157985))

### fix

* change entry file ([166bf46](166bf46))
* change title ([33effe1](33effe1))
* change title ([f9f06b6](f9f06b6))
* raise node version ([44da375](44da375))
* trigger ci ([c437f76](c437f76))
* updated all dependencies ([939a9a7](939a9a7))
* wait on connections ([eaf4c93](eaf4c93))

### test

* fix babel test transpilation ([2f1985b](2f1985b))
* fix test ([2e936c6](2e936c6))

### Breaking changes

* - moved to Node 16
* - moved to Node 16
…dates

Bumps the npm-updates group with 20 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [jsdoc](https://github.com/jsdoc/jsdoc) | `4.0.2` | `4.0.3` |
| [loglevel](https://github.com/pimterry/loglevel) | `1.8.1` | `1.9.1` |
| [@amanda-mitchell/semantic-release-npm-multiple](https://github.com/amanda-mitchell/semantic-release-npm-multiple) | `3.7.0` | `3.9.0` |
| [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) | `7.21.0` | `7.24.5` |
| [@babel/plugin-external-helpers](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-external-helpers) | `7.18.6` | `7.24.1` |
| [@babel/plugin-transform-runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-plugin-transform-runtime) | `7.21.0` | `7.24.3` |
| [@babel/preset-env](https://github.com/babel/babel/tree/HEAD/packages/babel-preset-env) | `7.20.2` | `7.24.5` |
| [@babel/register](https://github.com/babel/babel/tree/HEAD/packages/babel-register) | `7.21.0` | `7.23.7` |
| [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime) | `7.21.0` | `7.24.5` |
| [@rollup/plugin-babel](https://github.com/rollup/plugins/tree/HEAD/packages/babel) | `6.0.3` | `6.0.4` |
| [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) | `15.0.1` | `15.2.3` |
| [@rollup/plugin-strip](https://github.com/rollup/plugins/tree/HEAD/packages/strip) | `3.0.2` | `3.0.4` |
| [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser) | `0.4.0` | `0.4.4` |
| [babel-jest](https://github.com/jestjs/jest/tree/HEAD/packages/babel-jest) | `29.5.0` | `29.7.0` |
| [husky](https://github.com/typicode/husky) | `9.0.10` | `9.0.11` |
| [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) | `29.5.0` | `29.7.0` |
| [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) | `29.5.0` | `29.7.0` |
| [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown) | `8.0.0` | `8.0.1` |
| [regenerator-runtime](https://github.com/facebook/regenerator) | `0.13.11` | `0.14.1` |
| [rollup-plugin-license](https://github.com/mjeanroy/rollup-plugin-license) | `3.0.1` | `3.4.0` |



Updates `jsdoc` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/jsdoc/jsdoc/releases)
- [Changelog](https://github.com/jsdoc/jsdoc/blob/4.0.3/CHANGES.md)
- [Commits](jsdoc/jsdoc@4.0.2...4.0.3)

Updates `loglevel` from 1.8.1 to 1.9.1
- [Release notes](https://github.com/pimterry/loglevel/releases)
- [Commits](pimterry/loglevel@v1.8.1...v1.9.1)

Updates `@amanda-mitchell/semantic-release-npm-multiple` from 3.7.0 to 3.9.0
- [Release notes](https://github.com/amanda-mitchell/semantic-release-npm-multiple/releases)
- [Changelog](https://github.com/amanda-mitchell/semantic-release-npm-multiple/blob/main/release.config.js)
- [Commits](amanda-mitchell/semantic-release-npm-multiple@v3.7.0...v3.9.0)

Updates `@babel/core` from 7.21.0 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-core)

Updates `@babel/plugin-external-helpers` from 7.18.6 to 7.24.1
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.1/packages/babel-plugin-external-helpers)

Updates `@babel/plugin-transform-runtime` from 7.21.0 to 7.24.3
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.3/packages/babel-plugin-transform-runtime)

Updates `@babel/preset-env` from 7.20.2 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-preset-env)

Updates `@babel/register` from 7.21.0 to 7.23.7
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.7/packages/babel-register)

Updates `@babel/runtime` from 7.21.0 to 7.24.5
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.24.5/packages/babel-runtime)

Updates `@rollup/plugin-babel` from 6.0.3 to 6.0.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/babel/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/babel-v6.0.4/packages/babel)

Updates `@rollup/plugin-node-resolve` from 15.0.1 to 15.2.3
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)

Updates `@rollup/plugin-strip` from 3.0.2 to 3.0.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/strip/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/dsv-v3.0.4/packages/strip)

Updates `@rollup/plugin-terser` from 0.4.0 to 0.4.4
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.4/packages/terser)

Updates `babel-jest` from 29.5.0 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/babel-jest)

Updates `husky` from 9.0.10 to 9.0.11
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.0.10...v9.0.11)

Updates `jest` from 29.5.0 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest)

Updates `jest-environment-jsdom` from 29.5.0 to 29.7.0
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v29.7.0/packages/jest-environment-jsdom)

Updates `jsdoc-to-markdown` from 8.0.0 to 8.0.1
- [Release notes](https://github.com/jsdoc2md/jsdoc-to-markdown/releases)
- [Commits](jsdoc2md/jsdoc-to-markdown@v8.0.0...v8.0.1)

Updates `regenerator-runtime` from 0.13.11 to 0.14.1
- [Release notes](https://github.com/facebook/regenerator/releases)
- [Commits](https://github.com/facebook/regenerator/compare/regenerator-runtime@0.13.11...regenerator-runtime@0.14.1)

Updates `rollup-plugin-license` from 3.0.1 to 3.4.0
- [Changelog](https://github.com/mjeanroy/rollup-plugin-license/blob/master/CHANGELOG.md)
- [Commits](mjeanroy/rollup-plugin-license@v3.0.1...v3.4.0)

---
updated-dependencies:
- dependency-name: jsdoc
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: loglevel
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@amanda-mitchell/semantic-release-npm-multiple"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@babel/core"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@babel/plugin-external-helpers"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@babel/plugin-transform-runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@babel/preset-env"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@babel/register"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@babel/runtime"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-babel"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-strip"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: "@rollup/plugin-terser"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: babel-jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: jest
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: jest-environment-jsdom
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: jsdoc-to-markdown
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: npm-updates
- dependency-name: regenerator-runtime
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
- dependency-name: rollup-plugin-license
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: npm-updates
...

Signed-off-by: dependabot[bot] <support@github.com>
# [3.0.0-alpha.2](3.0.0-alpha.1...3.0.0-alpha.2) (2024-10-14)

### chore

* **deps-dev:** bump rollup from 3.29.4 to 4.21.0 ([4edc9cf](4edc9cf))
* **deps-dev:** bump rollup from 3.29.4 to 4.21.0 ([05b19b6](05b19b6))
* **deps:** bump braces from 3.0.2 to 3.0.3 ([d816fcb](d816fcb))
* **deps:** bump Staffbase/gha-workflows from 4.0.2 to 5.2.0 ([8c0adf6](8c0adf6))
* **deps:** bump Staffbase/gha-workflows from 5.2.0 to 5.5.0 ([9627af1](9627af1))
* **deps:** bump Staffbase/gha-workflows from 5.5.0 to 6.0.0 ([3d83de6](3d83de6))
* **deps:** bump tar from 6.1.11 to 6.2.1 ([579df8e](579df8e))
* **deps:** bump the npm-updates group across 1 directory with 20 updates ([356913b](356913b))
* **deps:** bump the npm-updates group across 1 directory with 20 updates ([75578e2](75578e2))
* **deps:** bump ws from 8.12.0 to 8.17.1 ([8fa5d6a](8fa5d6a))
* finish implementation ([c7cd832](c7cd832))
* fix ([36b97e5](36b97e5))
* fix typo ([0fc5f16](0fc5f16))
* fix typo ([816e564](816e564))
* fix typo ([5e44be1](5e44be1))
* try release workflow with the sb actions token ([c701170](c701170))
* try release workflow with the sb actions token ([faf9f39](faf9f39))
* update index.html ([53583c9](53583c9))
* update semver ([800a05a](800a05a))
* updated api.md ([1812b09](1812b09))
* updated docs ([377268d](377268d))
* updated docs ([bb1b8da](bb1b8da))
* updated method naming ([d649474](d649474))
* updated snapshot ([8ee0427](8ee0427))
* updated test & readme ([9a3ddd7](9a3ddd7))

### feat

* add getusercontentlanguage to client sdk ([f1ad989](f1ad989))

### refactor

* remove from error from doc ([8de8250](8de8250))
@Ninerian Ninerian closed this Nov 18, 2024
@Ninerian Ninerian deleted the beta branch November 18, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants