Releases: bitrix24/b24ui
Releases · bitrix24/b24ui
v2.5.3
v2.5.2
Features
- useDevice: new composables for detect the current platform (Bitrix24 mobile/desktop app or web) and screen size
- playgrounds: improve page shortcuts
Bug Fixes
- NavigationMenu: improve theme
- DashboardSidebar|Header: improve menu
Docs
- dashboard: improve
v2.5.1
v2.4.2
2.4.2 (2026-03-19)
Features
- platform added utilities for determining the execution environment
- DashboardToolbar improve theme
- NavigationMenu improve theme and colors for
light - DashboardNavbar improve theme
- DropdownMenu improve theme
- DashboardSidebar improve theme
- DashboardPanel improve theme
- Table improve theme
Bug Fixes
- Input|Textarea: padding for
noPadding+loading - components: improve
disabledstate - CommandPalette: improve
backbutton and divide color
Chore
- platform: improve
- air: mark
--air-theme-bg-image-blurredasdeprecate. Now we use something likebackdrop-blur-mdorbackdrop-blur-md
v2.4.1
2.4.1 (2026-03-04)
Features
- designSystem: add tw
scrollbar-both-edges - colorMode: add appConfig colorModeStorageKey
Bug Fixes
- Page: make slot presence reactive for variant computation
- useResizable: use function declaration to prevent false auto-import
- ContentToc: add relative positioning to content slot
- components: improve arrow styling with
stroke-defaultandfill-bg - components: improve slots return types and tests
Docs
- deprecated: mark components as deprecated
- navigation-menu: improve examples
- input: add phone number example
v2.4.0
2.4.0 (2026-02-26)
Features
- plugins\platform: detect
bitrixMobile - Theme: new component
- Toaster: prevent duplicate toasts and add pulse animation
- Form: add HTML5 validation to programmatic submit
- NavigationMenu: handle
chipin items - NavigationMenu: allow tooltip usage in
horizontalorientation - ScrollArea: add
skipMeasurementvirtualize option - dictionary: add menu icon
- dictionary: add panel icon
- Theme: new component
- Drawer: new component
- Header|Main|Footer|FooterColumns: new component
- Page|PageAside|PageBody|PageHeader|PageSection|PageFeature: new component
- DashboardNavbar|DashboardPanel|DashboardResizeHandle|DashboardSidebar|DashboardSidebarCollapse|DashboardSidebarToggle|DashboardToolbar: new component
- Header: add
autoCloseprop
Bug Fixes
- Prose.A: add prop
raw - ColorModeImage: add baseURL support for public paths
- Table: improve perfs with
shallowRefwhen watch deep is disabled - EditorMentionMenu: use
charprop as mention prefix instead of always@ - Checkbox/Switch: prevent
data-stateconflict when used inside Tooltip - defineShortcuts: add alt key guard
- ChatMessages: prevent flash at top before scrolling to bottom on mount
- InputMenu/Select/SelectMenu: exclude cosmetic items from model value type
- colorMode: improve
- InputMenu/SelectMenu: sort filtered items by match relevance
- Toast: allow
updateto keep toast open and reset duration - Toast: improve animation smoothness
- components: nullable and optional type support
- components: add
fixedprop to prevent responsive text size reduction - types: improve
DotPathKeysaccuracy andGetItemKeysperformance - NavigationMenu: allow clicking trailing slot in horizontal orientation
- NavigationMenu: unique auto-generated item values for grouped items
- defineShortcuts: allow shifted special character shortcuts
- types: resolve
isArrayOfArraytype return - NavigationMenu: prevent navigation when clicking trailing area in horizontal orientation
- components: prevent
transformUIfrom mutating cacheduseComponentUIvalue
v2.3.0
2.3.0 (2026-02-12)
⚠ BREAKING CHANGES
- component-meta:
B24UIMetaremove from dist. Processing of this data is transferred to the future mcp documentation server.
Features
- Calendar: add
weekNumbersprop - CommandPalette/InputMenu/SelectMenu: handle virtualizer
estimateSizeas function - CommandPalette: add
inputprop - CommandPalette: add
sizeprop - components: add
byprop - components: add
valueKeyprop - Editor: add
placeholder.modeprop - Editor: add
sizeprop in menus - Editor: add
taskListhandler - Editor: add support for code inside links
- Editor: handle boolean in
imageandmentionprops - EditorMentionMenu: handle async search with
ignoreFilterprop - EditorDragHandle: proxy
nested/nestedOptionsprops and emithoverevent - InputMenu/Select/SelectMenu: expose
viewportReffor infinite scroll - InputMenu/SelectMenu: add
clearprop - Link: support custom navigate function in vue
- ProseTd/ProseTh: handle
alignprop - Timeline/Stepper: add wrapper slot and fix dynamic slot conditions
- Timeline: add
selectevent
Bug Fixes
- Banner: isolate banner visibility using per-instance CSS variables
- Banner: prevent XSS via id prop injection
- CommandPalette/ContextMenu/DropdownMenu: keyboard selection on link items
- CommandPalette: prevent XSS in search highlight
- ContentSurround: align next link to right on tablet without prev
- defineShortcuts: check shift modifier for special character shortcuts
- Editor: set
contentTypewhen updating value - Editor: support all heading levels by default
- EditorToolbar: prevent
onClickfrom being called twice on items - EditorToolbar: prevent disabled dropdown when items have no kind
- EditorToolbar: proxy size prop to dropdown menu
- Error: render as
maininstead ofdiv - FileUpload: emit null when clearing file
- FileUpload: keep input visible when preview is disabled with multiple files
- useOverlay: refine close event argument extraction
- CheckboxGroup: update
update:modelValueemit type - InputMenu/InputNumber/SelectMenu: proxy
sizeto buttons - InputMenu: prevent focus on trailing button
- Modal/Popover/Slideover: prevent unexpected close on touch when interacting with other overlays
- ChatMessages: allow message props to override role defaults
- useEditorMenu: rank filtered results by relevance
- NavigationMenu: streamline linkLabelExternalIcon rendering by nesting component into linkLabel
- Skeleton: improve colors