Skip to content

Releases: bitrix24/b24ui

v0.2.5

12 Feb 07:19
Compare
Choose a tag to compare

Docs

  • Modal: improve

Chore

  • deps: update
  • test-vue: add content & prose folders
  • test-vue: add content & prose folders

Bug Fixes

  • SelectMenu: wrap content with FocusScope
  • DescriptionList: display description in the dark
  • RadioGroup: make RadioGroup.legend eq FormField.label

v0.2.4

11 Feb 10:06
Compare
Choose a tag to compare

Features

  • InputNumber: new component

Chore

  • module: fix some style, test & etc

Bug Fixes

  • Modal: addPlugin

v0.2.3

09 Feb 08:32
Compare
Choose a tag to compare

Features

  • Modal/ModalProvider/ModalDialogClose: new component
  • useModal: new composables

Chore

  • css: use new syntax for css variables

Bug Fixes

  • Button: px-0 for link color
  • Button/Checkbox/RadioGroup/Range/Switch: focus-visible state

v0.2.2

07 Feb 08:40
Compare
Choose a tag to compare

Features

  • module: fake generate tailwindcss theme colors (for compatibility only)
  • DropdownMenu: new component

v0.2.1

06 Feb 10:40
Compare
Choose a tag to compare

Features

  • Alert/Toast/DescriptionList: add orientation prop
  • Toast: handle vnodes in title and description
  • useToast: proxy emits
  • InputMenu: new component

Bug Fixes

  • Toast: rename click to onClick for consistency
  • useToast: don't return a promise on add

Docs

  • Install: improve
  • SelectMenu: improve
  • InputMenu: improve

v0.1.7

05 Feb 08:08
Compare
Choose a tag to compare

Features

  • SelectMenu: new component

Bug Fixes

  • Button: not render loaders if not loading
  • form: import types from @bitrix24/b24ui-nuxt
  • App: wrap ModalProvider / SlideoverProvider inside TooltipProvider

Chore

  • types: export utils
  • templates: import from @bitrix24/b24ui-nuxt
  • package: export utils

v0.1.6

04 Feb 13:15
Compare
Choose a tag to compare

Features

  • Select: improve
  • ButtonGroup: improve split mode
  • Badge: add support within button groups

Bug Fixes

  • Link: add import B24LinkBase

Docs

  • Tooltip: improve
  • Avatar: improve

v0.1.5

31 Jan 05:43
Compare
Choose a tag to compare

Features

  • unplugin: expose options for embedded plugins, throw warnings for duplication

Bug Fixes

  • test-vue: improve

Docs

  • Toast: improve
  • Progress: improve

0.1.4 (2025-01-30)

Docs

  • Advice: improve
  • Chip: improve

v0.1.4

30 Jan 08:59
Compare
Choose a tag to compare

Docs

  • Advice: improve
  • Chip: improve

Bug Fixes

  • Badge: missing B24Avatar import
  • Toast|Alert: if/else for Icons and Avatars
  • Select: remove from useFormField deferInputValidation
  • theme: Cast them slots types to string
  • Test: improve

v0.1.3

29 Jan 06:20
Compare
Choose a tag to compare

0.1.3 (2025-01-29)

Bug Fixes

  • Tooltip: bg-color

0.1.2 (2025-01-29)

Bug Fixes

  • icon: fixed typing of icons in components

0.1.1 (2025-01-28)

Features

  • components
    • Advice
    • Alert
    • App
    • Avatar
    • AvatarGroup
    • Badge
    • Button
    • ButtonGroup
    • Checkbox
    • Chip
    • Container
    • Countdown
    • Form
    • FormField
    • Input
    • Kbd
    • Link
    • LinkBase
    • Progress
    • RadioGroup
    • Range
    • Select
    • Separator
    • Skeleton
    • Switch
    • Tabs
    • Textarea
    • Toast
    • Toaster
    • Tooltip
  • components::content
    • DescriptionList
  • vue plugin
  • playground
  • docs