Skip to content

Releases: bitrix24/b24jssdk

v0.4.9

12 Sep 05:13
Compare
Choose a tag to compare

[0.4.9]

v0.4.8

12 Sep 04:52
Compare
Choose a tag to compare

[0.4.8] (2025-09-12)

v0.4.7

12 Sep 04:50
Compare
Choose a tag to compare

0.4.7 (2025-09-12)

Bug Fixes

  • MessageManager: fix null value

v0.4.6

12 Sep 04:07
Compare
Choose a tag to compare

0.4.6 (2025-09-11)

Features

  • MessageManager: add param isRawValue MessageManager.send, PlacementManager.call('setValue', { value: 'some string' })
  • README: add AI usage guide for Bitrix24 SDK

Chore

  • deps: update

v0.4.5

07 Jul 11:10
Compare
Choose a tag to compare

0.4.5 (2025-07-07)

Features

  • Http: batch now can return AjaxResult in response
  • TypeManager: support for type casting in check functions

v0.4.4

01 Jul 14:49
Compare
Choose a tag to compare

0.4.4 (2025-07-01)

Features

  • B24Hook: add fromWebhookUrl
  • EventOnAppUnInstallHandlerParams: improve

v0.4.3

28 May 06:32
Compare
Choose a tag to compare

0.4.3 (2025-05-22)

⚠ BREAKING CHANGES

  • AuthHookManager: fix getTargetOrigin, getTargetOriginWithPath

Features

  • B24LocaleMap: add map for B24LangList and Locale
  • types/bizproc/activity: add some type for bizproc.activity
  • types/bizproc: add some type/functions for bizproc
  • types/crm: add convertor EnumCrmEntityTypeId to EnumCrmEntityTypeShort
  • types/events: add some interface for EventHandler
  • B24OAuth: add issuer for B24OAuthParams

Docs

v0.4.2

08 May 05:21
Compare
Choose a tag to compare

0.4.2 (2025-05-08)

⚠ BREAKING CHANGES

  • Node.js: support only Node.js >= 18.0.0
  • uuidv7: improve

Features

  • B24OAuth: add - not a stable implementation - not worth using for now

v0.4.1

07 May 11:14
Compare
Choose a tag to compare

0.4.1 (2025-05-07)

⚠ BREAKING CHANGES

  • Node.js: support only Node.js >= 20.0.0

Bug Fixes

  • uuidv7: improve

v0.4.0

07 May 09:42
Compare
Choose a tag to compare

0.4.0 (2025-05-07)

⚠ BREAKING CHANGES

  • commonjs: not support commonjs, only esm and umd
  • Node.js: support only Node.js >= 18.0.0

Bug Fixes

  • uuidv7: support Node.js (Issue #2)

Chore

  • pullClient: support Node.js types
  • browser: add for test UMD
  • esm: add for test ESM