Skip to content

Releases: jdf2e/nutui

v4.3.9

25 May 02:53
Compare
Choose a tag to compare

v4.3.9

2024-05-25

Bug Fixes

  • textarea: 修复 slot 嵌套使用 textarea 时的输入失焦问题 (#3084) @eiinu
  • style: hidden scrollbar by default (#3085) @eiinu

CHANGELOG

v4.3.8

13 May 01:48
Compare
Choose a tag to compare

v4.3.8

2024-05-13

Bug Fixes

Refactors

  • overlay, watermark, badge: move to script setup @eiinu

Other Changes

CHANGELOG

v4.3.7

07 May 07:51
Compare
Choose a tag to compare

v4.3.7

2024-05-07

Features

Bug Fixes

Refactors

  • input, image: move to script setup @eiinu

Other Changes

CHANGELOG

v4.3.6

19 Apr 06:37
Compare
Choose a tag to compare

v4.3.6

2024-04-19

Bug Fixes

Refactors

Other Changes

  • chore: 优化组件 provide/inject 使用 (#3027) @eiinu

CHANGELOG

v4.3.5

10 Apr 02:16
Compare
Choose a tag to compare

v4.3.5

2024-04-10

Features

  • input-number: 支持透传属性至 input 元素 (#3008) @eiinu

Bug Fixes

  • tag: 修复图标引用问题 @eiinu

Refactors

  • move to script setup: skeleton, cell @eiinu

Other Changes

CHANGELOG

v4.3.4

01 Apr 03:20
Compare
Choose a tag to compare

v4.3.4

2024-04-01

Bug Fixes

  • tabs: 修复 vertical 方式 tab 数量过多时滚动定位不准确的问题 (#2996), close #2726 @eiinu

Refactors

  • move to script setup

Other Changes

CHANGELOG

v4.3.3

20 Mar 05:50
Compare
Choose a tag to compare

v4.3.3

2024-03-20

Bug Fixes

  • uploader: add stop on delete event (#2971) @subordon
  • calendar-card: 选择范围时支持仅选择单个日期 (#2963) @eiinu
  • navbar: remove unused css var @eiinu

Refactors

  • move to script setup
    • backtop, tag @subordon
    • input-number, rate, progress, circle-progress, swipe, navbar, invoice @eiinu

Other Changes

CHANGELOG

v4.3.2

11 Mar 06:18
Compare
Choose a tag to compare

v4.3.2

2024-03-11

Features

Bug Fixes

  • popup: 修复 update:visible 事件关闭时重复调用 (#2936) @yang1206
  • form: 修复 disabled 关联子组件收集问题 (#2958) @eiinu

Refactors

Other Changes

CHANGELOG

v4.3.1

29 Feb 09:37
Compare
Choose a tag to compare

v4.3.1

2024-02-29

Features

Bug Fixes

Refactors

Reverts

  • fix(textarea, taro): 修复 h5 下双向绑定失效的问题 (#2768) (#2935), close #2930

CHANGELOG

v4.3.0

05 Feb 06:41
Compare
Choose a tag to compare

v4.3.0

2024-02-05

New Components

  • 新增 CalendarCard 日历卡片组件 (#2694) @eiinu

Bug Fixes

  • avatar-cropper: 修复微信真机调试 canvas 层级错误 (#2865) @yi-boide
  • input-number: 修复输入时未触发 change 事件问题 (#2903) @yi-boide
  • input: 修复 slot 字体样式问题 (#2863) @eiinu
  • popover: 修复内部 popup 样式问题 (#2878) @eiinu
  • popover: 修复滑动后定位错乱问题 (#2913) @eiinu
  • noticebar: 移除 left-icon 空白占位元素 (#2916) @eiinu

Refactors

Other Changes

  • demo: 拆分演示代码 short-password, tabbar, cascader, backtop @yi-boide
  • test: 测试环境由 jsdom 迁移至 happy-dom (#2881) @eiinu