Releases: bitrix24/b24jssdk
Releases · bitrix24/b24jssdk
v0.4.7
0.4.7 (2025-09-12)
Bug Fixes
- MessageManager: fix null value
v0.4.6
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
v0.4.5
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
0.4.4 (2025-07-01)
Features
- B24Hook: add fromWebhookUrl
- EventOnAppUnInstallHandlerParams: improve
v0.4.3
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
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
0.4.1 (2025-05-07)
⚠ BREAKING CHANGES
- Node.js: support only Node.js >= 20.0.0
Bug Fixes
v0.4.0
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