Skip to content

Releases: altai-ui/qui-max

v0.13.0

26 Apr 14:11
Compare
Choose a tag to compare

Common:

  • refactor: use new prettier config by @ViZhe in #275
  • feat: make components treeshakeable by @ViZhe in #276

QForm:

QTabs

Full Changelog: v0.12.0...v0.13.0

v0.12.0

22 Apr 12:41
Compare
Choose a tag to compare

Common:

QTabs: ‼️ Breaking

QTable:

  • feat(QTable): allow to use path in column key (#272) (56b7696)

QInputNumber

  • feat(QInputNumber): format number on blur (#268) (c98539e)

v0.11.0

18 Apr 07:57
Compare
Choose a tag to compare

Common:

QInput:

  • feat(QInput): prioritize passwordSwitch visibility when used with clearable flag (#266) (5c60cc5)

QForm:

  • fix(QForm): return correct invalidFields in validate method (#267) (97866af)

QSlider:

QInputNumber:

  • feat(QInputNumber): add disabled icon (#261) (0c196ae)

Chore:

  • chore: add vitest (#257) (6e95b85)
  • build(deps-dev): bump @typescript-eslint/eslint-plugin (#262) (bda7784)
  • build(deps-dev): bump vue from 3.2.29 to 3.2.31 (#246) (146479e)
  • build(deps): bump prismjs from 1.26.0 to 1.27.0 in /vuepress-docs (#243) (e7f93d7)
  • build(deps): bump minimist from 1.2.5 to 1.2.6 (#258) (aa027ac)

v0.10.1

22 Mar 08:07
Compare
Choose a tag to compare
  • fix(QInputNumber): adjust internalValue conversion condition (#253) (f23ee6f)

v0.10.0

21 Mar 08:46
Compare
Choose a tag to compare

Breaking ‼️:

  • feat: add new input number component (#242) (7557791)

Docs:

Common:

v0.9.1

21 Feb 12:39
Compare
Choose a tag to compare
  • docs: QDatepicker (#239) (2c20afd)
  • fix(QDatepicker): max date calculation in range mode (#233) (60120a5)
  • fix(QOption): do not try to toggle disabled by limit option (#238) (70008dc)
  • fix(QTabPane): calculate correct tabWidthStyle (#241) (f943fff)
  • docs: deploy (#237) (380847a)
  • docs: QContextMenu (#235) (28a7f38)
  • fix(QTable): do not remount all rows on one row's change (#234) (0431714)

v0.9.0

09 Feb 09:06
Compare
Choose a tag to compare
  • fix(QSelect): added deep watch for modelValue (#232) (952cf82)
  • fix(QDatepicker): Error style (#231) (391adcc)
  • fix(QInputNumber): do not emit change event on input (#230) (c93f61d)
  • fix(QDatepicker): create popper only when panel element is exists (#229) (33cbdee)
  • fix: condition in handleDocumentFocus in qDrawerContainer and qDialogContainer (#226) (15b3a13)
  • fix: allow zero as value in QSelect and QInputNumber (#228) (7a23742)

v0.8.0

03 Feb 11:28
Compare
Choose a tag to compare

v0.7.0

28 Jan 13:10
Compare
Choose a tag to compare

Common:

QSlider (New)

v0.6.3

17 Jan 13:06
Compare
Choose a tag to compare
  • chore: update yarn lock (1580595)
  • chore: upgrade dependencies (#212) (192158d)
  • fix(QScrollbar): stop scrolling if the mouse is not pressed after clicking on the scrollbar (#211) (ac16c7e)
  • build(deps-dev): bump eslint-config-airbnb from 19.0.2 to 19.0.4 (#209) (32f8f86)
  • build(deps-dev): bump @vitejs/plugin-vue from 1.10.1 to 1.10.2 (#207) (4e15b11)
  • fix(QOption): dont try write to isSelected computed (#206) (b2e9c5e)
  • fix: add boolean type into cell value prop (#205) (35aa4fb)
  • fix(QTable): column value formatter usage (#204) (c3e9bbe)