Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

press-ui

novlan11.7kMIT5.0.11TypeScript support: included

简单、易用的跨端组件库,兼容 Vue2 和 Vue3,同时支持 uni-app和普通 Vue 项目

press-ui, uni-app, component-lib, vue3, vue2

readme


node downloads NPM Unpacked Size NPM Version NPM License GitHub last commit GitHub Created At

Press UI

易用、灵活、基于 uni-app 的跨端组件库

查看文档 | 查看示例

1. 介绍

Press UI是一套易用、灵活,基于uni-app的跨端组件库。

  • 🚀 70+ 基础组件,覆盖移动端主流场景
  • 🚀 支持基于uni-app的H5、微信小程序、QQ小程序、APP、支付宝小程序、抖音小程序等
  • 💪 支持普通H5项目
  • 💪 支持 Vue2 和 Vue3
  • 💪 零外部依赖,不依赖三方 npm 包
  • 📖 提供丰富的中英文文档和组件示例
  • 🍭 支持主题定制,内置 600+ 个主题变量
  • 🌍 支持国际化,内置 16+ 种语言包

2. 解决痛点

Press UI作为基础组件库,解决了以下痛点:

  1. 支持包含vant的H5项目平滑迁移至uni-app项目,仅需改下引用地址和组件名称
  2. 丰富的组件类型,以及易用的API,让uni-app开发变得简单
  3. 支持国际化、主题定制等,组件灵活性更强
  4. 支持普通Vue项目,达到一套代码n+1端复用

3. 应用场景

Press UI可应用于uni-app项目,或者普通的H5项目,同时支持 Vue2 和 Vue3。

目前已应用在王者赛宝、HoK Club、赛宝Pro、和平赛事、高能赛事、商户赛等项目中。



4. 如何使用

4.1. npm 方式

  1. 安装npm
npm i press-ui
  1. 在页面中正常引入并使用

比如 button 组件:

<template>
  <PressButton />
</template>
<script lang="ts" setup>
import PressButton from 'press-ui/press-button/press-button.vue'
</script>

4.2. uni_modules 方式

插件市场直接导入即可

5. 立即体验

下图是示例二维码,第一行分别为基于 uni-appVue2.x 版本的 H5、微信小程序、QQ小程序、支付宝小程序、安卓项目。

第二行分别为基于 uni-appVue3.x 版本的H5、微信小程序,及非 uni-app 环境的 Vue2.xVue3.x 版本的H5项目。

6. 示例项目

点击下方链接查看示例项目。

  1. Vue3 uni-app
  2. Vue2 uni-app
  3. Vue3 非 uni-app
  4. Vue2 非 uni-app

7. 加群交流

欢迎加入QQ群沟通。

changelog

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.0 (2025-06-01)

♻️ Code Refactoring | 代码重构

  • 修改导入语句,组件名称和引入路径一一对应 (e6f90d2)
  • 移动mixin位置 (144800b)
  • not use ?? (ba1c76e)
  • use object-type customStyle (7185dce)

✨ Features | 新功能

  • add turn plus script (4ef0ba7)
  • customStyle: customStyle support object type (1d500bf)
  • datetime-picker: 优化datetime-picker在抖音小程序的表现 (1068954)
  • datetime-picker: datetime-picker等组件兼容头条小程序 (4f061bd)
  • picker-plus: support toutiao mp (8864fe4)
  • relation: 优化relation (5b2546c)
  • relation: 优化relation (bb9118f)

3.0.13 (2025-05-22)

✨ Features | 新功能

  • virtualHost: 仅对微信小程序设置vitrualHost (8fae197)

3.0.12 (2025-05-16)

✨ Features | 新功能

  • select-component: 修改selector类型 (e972eb6)
  • storage: support pure vue3 (dfa71ce)

3.0.11 (2025-05-14)

✨ Features | 新功能

3.0.10 (2025-05-07)

✨ Features | 新功能

  • release: add release script (d6b8948)

3.0.9 (2025-04-28)

✨ Features | 新功能

  • vue3: Vue.set 等兼容不支持条件编译的环境 (7caee92)

3.0.8 (2025-04-27)

3.0.7 (2025-04-24)

✨ Features | 新功能

  • adapter: 先判断Vue.extend是否存在 (5ce9822)

3.0.6 (2025-04-15)

✨ Features | 新功能

  • 兼容不支持可选链的老项目 (df0e93f)

3.0.5 (2025-04-03)

3.0.4 (2025-04-03)

🐛 Bug Fixes | Bug 修复

  • picker-plus: 使用that,防止小程序获取不到 (2611b36)

3.0.3 (2025-03-29)

✨ Features | 新功能

3.0.2 (2025-03-29)

✨ Features | 新功能

  • generate-config: 支持多组件重名 (0c0bb62)
  • signature: 优化signature (7361e3a)
  • toast: 透传loadingPlus的color和size属性 (2f8b7fc)

3.0.1 (2025-03-19)

2.5.0 (2025-03-19)

2.4.1 (2025-03-19)

✨ Features | 新功能

  • signature: 兼容qq小程序 (1a8868d)

2.4.0 (2025-03-18)

✨ Features | 新功能

  • loading-plus: add circular-tdesign type (1d210c7)

3.0.0 (2025-03-16)

✨ Features | 新功能

  • popover: support closeOnClickOutside (a813800)

2.2.39 (2025-03-10)

✨ Features | 新功能

  • text-ellipsis: 优化小程序下表现 (0312d0d)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • tabs: 修复事件名错误 (cce4eee)

2.2.38 (2025-03-08)

✨ Features | 新功能

  • text-ellipsis: 防止意外空格 (0b6c088)

2.2.37 (2025-03-08)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • demo: 优化demo-title (66e9c24)
  • script-component-config: filter redirect demo (c4176b5)
  • signature: 兼容非uni-app等场景 (95be7a1)

2.2.36 (2025-03-08)

✨ Features | 新功能

  • add condition for pages.json (5c815f0)
  • image-preview/notify: add types (c544d90)
  • text-ellipsis: add text-ellipsis (faa5854)

2.2.35 (2025-03-08)

✨ Features | 新功能

  • add condition for pages.json (5c815f0)
  • image-preview/notify: add types (c544d90)
  • text-ellipsis: add text-ellipsis (faa5854)

2.2.34 (2025-03-05)

🚀 Chore | 构建/工程依赖/工具

2.2.33 (2025-03-05)

✨ Features | 新功能

  • barrage: add barrage (732e526)
  • dialog/toast: optimize exposed methods (2cd3581)
  • dialog: add showDialog (2b61924)
  • signature: add signature component (76cb853)
  • signature: prevent default when touchmove (3c1cf76)

2.2.32 (2025-03-03)

✨ Features | 新功能

  • rolling-text: add item-custom-class props (789b624)
  • search: add model-value (5640c7c)

2.2.31 (2025-03-01)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • rolling-text: add rolling text (621092c)

2.2.30 (2025-02-27)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • generate-config: update generate-config (49fe6fd)
  • press-ui-next: add build config (aebf705)

2.2.29 (2025-02-25)

♻️ Code Refactoring | 代码重构

2.2.28 (2025-02-25)

✨ Features | 新功能

2.2.27 (2025-02-25)

♻️ Code Refactoring | 代码重构

2.2.26 (2025-02-24)

✨ Features | 新功能

  • area-popup: 透传全部属性 (ebc34f4)

2.2.25 (2025-02-24)

✨ Features | 新功能

  • area-popup: 透传全部属性 (f0b6d05)

2.2.24 (2025-02-20)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • q-r-code: add type and color for vue-qrcode (f50d892)
  • tabs: add scroll-view raw props (0c6ff14)

2.2.23 (2025-01-27)

✨ Features | 新功能

  • 优化generate-component-config (d4cbc05)

2.2.22 (2025-01-25)

✏️ Documentation | 文档

✨ Features | 新功能

  • 优化generate-component-config (07f936e)
  • act-demo: 优化act-demo (45d3adb)
  • generate-component-config: 支持多demo合并 (6b47e44)

2.2.21 (2025-01-21)

✨ Features | 新功能

  • datetime-picker: 支持年月合并 (ecccc9e)

🚀 Chore | 构建/工程依赖/工具

2.2.20 (2025-01-08)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • q-r-code: add wx-mp-padding (6c13f53)

2.2.19 (2024-12-29)

✨ Features | 新功能

  • notice-bar: 分离 getScrollDurationAndWidth (c5b4f82)

2.2.18 (2024-12-26)

✨ Features | 新功能

  • button: update press-button--e-sport-secondary background (84e64ee)
  • component-config: 兼容边界情况 (2e78872)

2.2.17 (2024-12-20)

✨ Features | 新功能

  • 优化demo-lang,支持query (67a6ab7)

2.2.16 (2024-12-20)

✨ Features | 新功能

  • generate-component-config: 不重复显示demo page (9b6fe3d)

2.2.15 (2024-12-19)

✨ Features | 新功能

  • generate-component-config: 支持非组件名称的示例地址 (67035ae)

2.2.14 (2024-12-19)

✨ Features | 新功能

2.2.13 (2024-12-17)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

  • button: 消除hoverClass的警告 (ee9724e)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • dialog: add customClass (5ee6193)

2.2.12 (2024-12-12)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

✨ Features | 新功能

  • qrcode: 支持vue3下h5也使用vue-qrcode (a7b9be2)

2.2.11 (2024-12-05)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

2.2.10 (2024-12-02)

♻️ Code Refactoring | 代码重构

  • 不使用wx.getSystemInfoSync (0abefc0)

🚀 Chore | 构建/工程依赖/工具

2.2.9 (2024-11-28)

✨ Features | 新功能

  • functional-component: 支持selector为函数 (27d3dbb)

2.2.8 (2024-11-26)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • uploader: emit chooseFile (a085f4b)

2.2.7 (2024-11-18)

🚀 Chore | 构建/工程依赖/工具

  • cropper: init index.js/scss (7b235ef)
  • cropper: update demo (e04b4b3)

✨ Features | 新功能

  • cropper: 避免vue3时getImageInfo报错 (df80c00)
  • cropper: 支持vue3样式 (b94ecb9)

✏️ Documentation | 文档

  • cropper: h5下使用input动态上传 (2a03e7d)

2.2.6 (2024-11-18)

✨ Features | 新功能

2.2.5 (2024-11-18)

✨ Features | 新功能

2.2.4 (2024-11-18)

✨ Features | 新功能

2.2.3 (2024-11-13)

♻️ Code Refactoring | 代码重构

🚀 Chore | 构建/工程依赖/工具

2.2.2 (2024-11-07)

✨ Features | 新功能

  • vue3-: 给增加fullPath/route参数 (07f7eeb)

2.2.1 (2024-10-23)

✨ Features | 新功能

  • switch: emit必要事件,支持vue3 (61ed10a)

2.2.0 (2024-10-23)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • color-picker: 体验优化 (2106aea)
  • color-picker: 体验优化 (af13413)
  • qrcode: 支持vue3下转成image (86c06b4)

2.2.0-alpha.2 (2024-10-13)

✨ Features | 新功能

2.2.0-alpha.1 (2024-10-13)

✏️ Documentation | 文档

✨ Features | 新功能

  • index-bar: 支持getRect新模式 (5d974de)
  • rect: getReact 中 top 减去 windowTop (c81a33d)

🚀 Chore | 构建/工程依赖/工具

2.2.0-alpha.0 (2024-10-12)

♻️ Code Refactoring | 代码重构

  • color-picker: 兼容非uni-app (d47c80f)

✨ Features | 新功能

  • picker-plus: set useMementum false (6f6a6cc)
  • picker-plus: support momentum (2350275)
  • rect: windowTop全局处理 (1ec21d0)

2.1.31 (2024-10-11)

✏️ Documentation | 文档

✨ Features | 新功能

2.1.30 (2024-10-08)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • script: 适配press-next (5d0b9d9)

2.1.29 (2024-10-08)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • script: 沉淀 docs/demo dispatch 脚本 (dc2d3ae)
  • script: 沉淀 generate-new-component 逻辑 (73b2e64)
  • script: 优化component-config生成脚本 (1ed63aa)
  • update generate component config script (c244100)

🐛 Bug Fixes | Bug 修复

  • script: 脚本引入位置修复 (a3008ca)

2.1.28 (2024-10-08)

✏️ Documentation | 文档

✨ Features | 新功能

  • color-picker: 优化swatch (b05216a)
  • color-picker: add color-picker (9716e02)
  • color-picker: use px (11a41b4)
  • demo-index: update config (5f75816)
  • generate-component-config: 沉淀核心方法 (471b37e)
  • update demo-index style (8f42cc5)

2.1.27 (2024-09-30)

♻️ Code Refactoring | 代码重构

  • 补充工具函数类型 (b72c3c6)

🚀 Chore | 构建/工程依赖/工具

✅ Tests | 测试

2.1.26 (2024-09-30)

✨ Features | 新功能

2.1.25 (2024-09-30)

✨ Features | 新功能

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

2.1.23 (2024-09-23)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • picker-plus: 支持option为v-html (ddf9dec)
  • update init script (41625ca)

2.1.22 (2024-09-21)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

2.1.21 (2024-09-12)

✨ Features | 新功能

  • picker-plus: resetColumn增加value参数 (6846e3a)

2.1.20 (2024-09-12)

✨ Features | 新功能

  • picker-plus: 增加reset方法 (44759f8)

2.1.19 (2024-09-11)

🚀 Chore | 构建/工程依赖/工具

  • update dialog plus types (8b0c274)

2.1.18 (2024-09-09)

✨ Features | 新功能

  • update vue3 route query (8309d7f)

2.1.17 (2024-09-08)

♻️ Code Refactoring | 代码重构

🚀 Chore | 构建/工程依赖/工具

2.1.16 (2024-09-03)

✨ Features | 新功能

  • dialog-plus: support vue3 mp (1f6c254)

2.1.15 (2024-09-02)

✨ Features | 新功能

  • picker-plus-popup-plus: add title props (f0ee1af)

2.1.14 (2024-08-30)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • press-q-r-code: press-q-r-code-web 按需初始化参数 {size,margin} (2c92686)

2.1.13 (2024-08-29)

✨ Features | 新功能

  • button: update vue3 button (43ece7c)

2.1.12 (2024-08-28)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

2.1.11 (2024-08-28)

🚀 Chore | 构建/工程依赖/工具

2.1.10 (2024-08-28)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • button: 兼容vue3小程序 (fd97ac1)
  • q-r-code: watch size (1da0d15)

2.1.9 (2024-08-26)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • vue3 getRouteQuery 防止 page 为空 (9378ccf)

2.1.8 (2024-08-19)

✨ Features | 新功能

2.1.7 (2024-08-17)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • setAdapter: add set adapter (4f4d1a5)

2.1.6 (2024-08-13)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

2.1.5 (2024-08-10)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

2.1.1 (2024-08-07)

✏️ Documentation | 文档

✨ Features | 新功能

  • button: support vue3 (073e528)
  • keyboard: 兼容非uni-app及vue3 (9c384ee)

2.1.0 (2024-08-02)

✅ Tests | 测试

  • 更新 snapshot (18164bc)
  • checkbox: add test cases for events (4b7fc4a)
  • code-input: add test cases for events (68f970a)
  • picker-plus: add unit tests (90c8ef0)
  • picker-plus: update ts type (cad4c22)
  • radio: add test cases for events (a201b17)
  • rate: add test cases for events (b756804)
  • stepper: add test cases (af3408c)
  • stepper: add test cases for events (fe50a11)
  • switch: add test cases for events (bad9ee4)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • keyboard 按键 active 样式 (7ef9de5)
  • keyboard: 不缓存随机按键顺序 (f7fb5c9)
  • keyboard: 配合验证码输入使用时限制最大长度 (2e84192)
  • keyboard: 小程序样式 (1c8ca1e)
  • keyboard: 样式整理 (b65aaa0)
  • keyboard: close 事件重复触发 (2661872)
  • keyboard: input 事件触发 (560416a)

✨ Features | 新功能

  • code-input: 增加 click、click-input 事件,disabled 下增加 pointer-events:none (0519fa0)
  • field: disabled 和 readonly 下增加 pointer-events:none (81aa53f)
  • keyboard: 更换 backspace 图标 (ad62be0)
  • keyboard: 双向绑定 (05570c6)
  • keyboard: 优化 props 命名 (de33e1b)
  • keyboard: 增加 keyboard 组件 (22811a9)
  • keyboard: 增加update:modelValue emits (1fb0f0d)
  • keyboard: 支持maxlength (47c243e)
  • keyboard: rename prop and update docs (4e97892)

♻️ Code Refactoring | 代码重构

  • image: 优化image (e8b1505)
  • number-keyboard: rename keyboard (63c448b)

🚀 Chore | 构建/工程依赖/工具

2.0.22 (2024-07-31)

✨ Features | 新功能

  • image: 去掉默认宽高 (c7f3d6a)

2.0.21 (2024-07-31)

✨ Features | 新功能

  • not-uni: 补充not-uni判断 (cce46e4)

2.0.20 (2024-07-30)

✨ Features | 新功能

  • uploader: 支持pure项目 (0f82d29)

2.0.19 (2024-07-29)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

  • swiper-next: update docs (5639ab9)

✨ Features | 新功能

2.0.17 (2024-07-29)

🚀 Chore | 构建/工程依赖/工具

2.0.16 (2024-07-26)

♻️ Code Refactoring | 代码重构

  • cascader: 优化cascader (4b25513)

✨ Features | 新功能

  • popover-plus: 支持 vue3 pure (4216297)

2.0.15 (2024-07-26)

✨ Features | 新功能

  • hidekeyboard: 抽离hidekeyboard (4a0d4e3)

2.0.14 (2024-07-26)

🚀 Chore | 构建/工程依赖/工具

  • tree-select: update demo (b9a5d38)

🐛 Bug Fixes | Bug 修复

  • dialog-plus: 修复dialog-plus回调异常 (923442c)

✏️ Documentation | 文档

✨ Features | 新功能

  • cascader: 新增 cascader (17d44b9)
  • field: 增加click事件 (184c4f7)
  • style: add press-style (039991b)

2.0.13 (2024-07-24)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • 新增press-about (c506818)
  • section: add section component (d81e2ba)
  • utils: 沉淀utils和locale (26a462d)

🚀 Chore | 构建/工程依赖/工具

2.0.12 (2024-07-19)

✨ Features | 新功能

  • act-bem: 支持传入prefix (5da8c97)

2.0.11 (2024-07-19)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • teleport: vue3 H5下用原生teleport (d6ff400)

2.0.10 (2024-07-18)

🚀 Chore | 构建/工程依赖/工具

  • tab: 支持vue3 mp (01d9f33)
  • update back-top demo to support vue3 (c50c2f3)

♻️ Code Refactoring | 代码重构

  • form: form, form-item, back-top 支持 pure 项目 (9e4a22d)

2.0.9 (2024-07-18)

✅ Tests | 测试

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • cell: 兼容vue3打包 (2519724)
  • popover-plus: 兼容vue3打包 (1f18775)

✨ Features | 新功能

  • cell: h5下增加cursor: pointer, 优化collapse (524d341)
  • checkbox: 点击事件阻止冒泡 (061e732)
  • collapse: 增加 default-expand-all 属性 (56409c5)
  • pull-refresh: 支持vue3 (99f811d)
  • relation: 支持vue3,组件销毁时更新 (11bb0ae)

2.0.8 (2024-07-15)

✏️ Documentation | 文档

✨ Features | 新功能

🚀 Chore | 构建/工程依赖/工具

🐛 Bug Fixes | Bug 修复

  • scripts: 修复 windows 环境兼容性问题 (c9f79ad)

2.0.7 (2024-07-12)

✨ Features | 新功能

  • pull-refresh: 增加trackStyle (862a4fc)

2.0.6 (2024-07-12)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • pull-refresh: add pull refresh (947e0ea)

2.0.5 (2024-07-12)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • form: 增加validate (41a5c94)
  • popover: 支持getContainer (dd1c7bb)
  • popup: 增加条件编译,防止小程序打包报错 (405fc21)

2.0.4 (2024-07-11)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

✨ Features | 新功能

  • back-top: 使用props中的zIndex,增加 size 属性 (9d01f0f)
  • back-top: 优化back-top (d985119)
  • back-top: add back-top component (24ce183)
  • button: 增加cursor: pointer (a5af404)
  • form: add form component (c734de1)
  • link: add link component (f79e3c6)
  • link: underLine => underline (9dfd3c8)
  • tab: 取消scoped,业务改动太多 (f105441)
  • text: add text component (12465b0)

2.0.3 (2024-07-10)

✨ Features | 新功能

  • tab: 低版本uni-app不支持动态slot (1ff5a4f)

2.0.2 (2024-07-10)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • popover: 取消slot,业务改造成本大 (dfa17aa)

2.0.1 (2024-07-09)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

2.0.0 (2024-07-09)

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

1.3.40 (2024-07-01)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • swipe-cell: add default offset (c45d460)

1.3.39 (2024-06-24)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • swipe-cell: 增加类名 (1fe1cb5)

1.3.38 (2024-06-18)

✨ Features | 新功能

  • popup: revert lockScroll (887d221)

1.3.37 (2024-06-17)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

1.3.36 (2024-06-16)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • popup: 禁用滚动穿透优化 (9e14bd6)

✏️ Documentation | 文档

  • popup: update popup font-size (4a41ff7)

1.3.35 (2024-06-16)

✨ Features | 新功能

  • popup: add no lockScroll (6924f37)

1.3.34 (2024-06-16)

✨ Features | 新功能

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

✅ Tests | 测试

🚀 Chore | 构建/工程依赖/工具

1.3.32 (2024-05-31)

✨ Features | 新功能

  • selectComponent: 防止context为空 (0e4cccc)

1.3.31 (2024-05-27)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

1.3.30 (2024-04-19)

✨ Features | 新功能

  • calendar: 支持支付宝小程序的监听滚动 (30f25c4)
  • calendar: support customClass (e9cf997)
  • overlay: 增加touchmove.stop.prevent=noop (7f88d7e)
  • picker-plus: 支持mp-alipay (c87a875)
  • radio: 样式优化,支持支付宝小程序 (a94d0fc)
  • touch-action: dialog-plus, popup-plus, transition, dialog, popup 组件增加touch-action (8963c38)

✏️ Documentation | 文档

1.3.29 (2024-04-10)

🚀 Chore | 构建/工程依赖/工具

📦‍ Build System | 打包构建

✏️ Documentation | 文档

✨ Features | 新功能

1.3.28 (2024-04-09)

✨ Features | 新功能

  • scroll-view: 兼容vue3的废弃 (692f718)

1.3.27 (2024-04-09)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • image: image codeInput stepper 兼容非uni-app (347c96c)
  • picker-plus-popup-plus: support z-index (35ea8d5)

1.3.26 (2024-04-07)

✏️ Documentation | 文档

✨ Features | 新功能

  • add ipa bash (9585b26)
  • datetime-picker-popup-plus: support z-index prop (d0f9013)
  • popover-plus: support vue3 (2a4bc03)

1.3.25 (2024-04-07)

🚀 Chore | 构建/工程依赖/工具

🐛 Bug Fixes | Bug 修复

  • avatar: fix avatar default mode (87b012d)

✨ Features | 新功能

  • action-sheet: support mp-alipay (dc98add)
  • cell: support mp-alipay (19b20f8)
  • checkbox: support mp-alipay (a24560f)
  • checkbox: support mp-alipay (1249aa8)
  • circle: support mp-alipay (028124d)
  • collapse-item: support mp-alipay (5f5a8af)
  • dropdown-menu: support mp-alipay (a3c0f62)
  • field: support mp-alipay (cfccf34)
  • icon-plus: 图标组件不使用click.stop (efb062d)
  • image-preview: 支付宝小程序swiper-item高度只能由子元素高度,不能自主设置style (8b6e57e)
  • index-bar: support mp-alipay and mp-qq (28176cf)
  • list: add custom-style prop (a6657a9)
  • notice-bar: support mp-alipay (2fb8420)
  • picker-plus: support mp-alipay (fff2817)
  • popover-plus: support mp-alipay (b65c5fc)
  • popup-plus: 使用统一方式适配支付宝小程序 (1ba2508)
  • qrcode: support mp-alipay (8ba5841)
  • rate: support mp-alipay (27b1004)
  • search: support mp-alipay (e8ad288)
  • slider: add custom-style prop (5590aca)
  • tab: tab/cell支持支付宝小程序 (85b159d)
  • tree-select: support mp-alipay (de3c92d)

✏️ Documentation | 文档

  • dialog-plus: support mp-alipay (19cee5d)
  • mp-alipay: update demo style (e3f5659)
  • mp-alipay: update demo style (399a254)

✅ Tests | 测试

♻️ Code Refactoring | 代码重构

  • 类型优化 (732c86a)
  • cell: 收缩icon类名,防止污染其他组件 (e555f3d)
  • popover-plus: 优化样式 (6df3e22)

1.3.24 (2024-04-02)

🐛 Bug Fixes | Bug 修复

  • datetime-picker: filter five minutes (5939eaa)

1.3.23 (2024-04-02)

🐛 Bug Fixes | Bug 修复

  • datatime-picker: filter distance (c80e023)

1.3.22 (2024-04-02)

✨ Features | 新功能

  • datetime-picker: 支持filter传入任意distance (c0ae85f)

1.3.21 (2024-04-02)

✏️ Documentation | 文档

  • navigation: 支付宝小程序单独设置 (eda3fce)
  • picker: 增加从vant迁移指引 (3afb027)

✨ Features | 新功能

  • datetime-picker: 支持filter传入任意distance (a9d5639)
  • picker-view: support alipay (a4138cb)
  • popup-plus: 支持支付宝小程序 (dda2803)
  • select-component: select component 支持支付宝小程序 (9c4b5b4)
  • toast: 支持支付宝小程序 (48abe62)

1.3.20 (2024-03-25)

✏️ Documentation | 文档

✨ Features | 新功能

  • count-down: add props from default slot (08b2c41)

1.3.19 (2024-03-18)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

1.3.18 (2024-03-18)

🐛 Bug Fixes | Bug 修复

  • h5-handler: dialog.parentElement.removeChild (dd1025a)

🚀 Chore | 构建/工程依赖/工具

1.3.17 (2024-03-11)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • swiper: add swiper custom element defination (2408274)

1.3.16 (2024-02-26)

✨ Features | 新功能

  • ts: add toast ts defination (a605b4d)

1.3.15 (2024-02-23)

🐛 Bug Fixes | Bug 修复

  • handler: update toast notify handler to js (baf586a)

1.3.14 (2024-02-23)

✏️ Documentation | 文档

  • dialog-plus: update dialog plus dialog (16b086e)
  • dialog: update esport dialog demo pic (d24946b)
  • press: update toast docs (c48fa48)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • dialog: extract dialog mixin (0dbbf64)
  • dialog: extract init functional dialog method (9433bf9)
  • dialog: update dialog handler (956a365)
  • dialog: update functional dialog in mp (44cb2a3)
  • functional: toast notify dialog dialog-plus use same dialog mixin (abb339e)
  • pagination: update inner data name (4dfa249)

1.3.13 (2024-01-18)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • press-q-r-code: add width and height (272ee76)

1.3.12 (2024-01-17)

✏️ Documentation | 文档

  • teleport: update teleport docs (10e85f4)

💄 Styles | 风格

  • teleport: update teleport styles (c282381)

♻️ Code Refactoring | 代码重构

  • teleport: update teleport in web (d54ef47)

1.3.11 (2024-01-17)

✏️ Documentation | 文档

✅ Tests | 测试

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

1.3.10 (2024-01-16)

🚀 Chore | 构建/工程依赖/工具

  • update eslint-config-light (4ed0fe4)

✨ Features | 新功能

  • picker-plus-popup-plus: add picker plus in popup plus (260b42c)

1.3.9 (2024-01-15)

✅ Tests | 测试

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

  • adapter: update ts types of extendComponent (e8ecd75)

1.3.8 (2024-01-12)

✏️ Documentation | 文档

  • datetime-picker-popup-plus: add docs (81026d8)
  • datetime-picker: add popup docs (91f96f4)
  • pagination: update docs (30cdd8b)

✨ Features | 新功能

  • datetime-picker-popup-plus: add popup plus of datetime picker (d87d427)
  • datetime-picker-popup-plus: support close-on-click-overlay (9e91927)
  • datetime-picker-popup-plus: support mp (9cd78c7)
  • datetime-picker-popup-plus: support title (ede9751)

1.3.7 (2024-01-10)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

1.3.6 (2024-01-04)

✨ Features | 新功能

  • vue3: update extend component more (f8c7498)

1.3.5 (2024-01-04)

✨ Features | 新功能

  • vue3: add extend component more (904fa02)

1.3.4 (2024-01-03)

🚀 Chore | 构建/工程依赖/工具

1.3.3 (2023-12-29)

🚀 Chore | 构建/工程依赖/工具

  • add change root version (7487373)

1.3.2 (2023-12-29)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

✨ Features | 新功能

📦‍ Build System | 打包构建

  • update vue3 build config (9c36d08)
  • vue3: update build vue3 config (d5529fe)

♻️ Code Refactoring | 代码重构

🚀 Chore | 构建/工程依赖/工具

1.3.1 (2023-12-21)

♻️ Code Refactoring | 代码重构

1.3.0 (2023-12-21)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

1.2.57 (2023-12-20)

✏️ Documentation | 文档

  • show not uni link in mp (850dba7)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • list: add scroll top scroll left (b3af397)

1.2.56 (2023-12-09)

♻️ Code Refactoring | 代码重构

1.2.55 (2023-12-09)

✨ Features | 新功能

  • list: adapt pure vue project (788cb70)
  • list: add auto check scroller to adapt pure vue project (e5a5b86)

✏️ Documentation | 文档

1.2.54 (2023-12-07)

✨ Features | 新功能

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

  • add config dir (908cc71)
  • bem: update bem class (37e65fe)
  • classes: update button/picker-plus classes props (c8eb13f)
  • classes: update checkbox/rate/search/nav-bar classes props (3ab8e78)
  • classes: update col/collapse/collapse-item/datetime-picker/grid-item/sidebar-item/steps/switch/tabs/tree-select classes props (7fbf149)
  • classes: update popup-plus/checkbox/cell/area classes (db9ec26)
  • classes: update radio/progress/tabbar/tabbar-item classes props (510e687)
  • fab: update fab class (77f3b34)
  • scss: udpate scss div (b38fcf3)

1.2.53 (2023-11-30)

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

📦‍ Build System | 打包构建

✨ Features | 新功能

  • press-tabs: tab切换高度适配 (0188e12)

1.2.52 (2023-11-28)

✨ Features | 新功能

  • hor-owner-theme: add hor owner theme (7889173)

✏️ Documentation | 文档

1.2.51 (2023-11-27)

♻️ Code Refactoring | 代码重构

  • name: modify name for component (7e8938e)
  • remove extra comment (c399659)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • owner-match: add follow map (e3422b4)

1.2.50 (2023-11-27)

♻️ Code Refactoring | 代码重构

  • press-style: move press base style (056ea1a)
  • scss: move smoba scss (4cfaed5)

✨ Features | 新功能

  • press-hor-match-index: 首页样式更新 (70b2ed5)

1.2.49 (2023-11-27)

🚀 Chore | 构建/工程依赖/工具

  • update uni plugin light (2e4cbda)

✏️ Documentation | 文档

💄 Styles | 风格

🐛 Bug Fixes | Bug 修复

✨ Features | 新功能

  • 主理人赛事优化 (b1ef5b8)
  • hor-match-index: update button key (16000f1)

1.2.48 (2023-11-23)

✨ Features | 新功能

  • selct-award: add act select award (a7dee4e)

✏️ Documentation | 文档

  • hor-task: add types for task (c062384)
  • select-award: update docs (ec08ace)

🐛 Bug Fixes | Bug 修复

  • act-award: fix award style (7d6a98a)

1.2.47 (2023-11-23)

✨ Features | 新功能

  • hor-award-explain: add hor award explain (df6e1a2)
  • hor-popup: add hor popup (16f738e)
  • hor-rule: add hor rule (5553107)
  • hor-task: add hor task (e77dea9)

♻️ Code Refactoring | 代码重构

  • hor-dialog: use hor dialog (5426530)
  • hor-dialog: use press class (2fa0081)

✏️ Documentation | 文档

1.2.46 (2023-11-22)

💄 Styles | 风格

  • input-q-q: update style (e37fca0)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

  • hor-match-index: 兼容之前结构 (52c39ba)
  • input-qq: add hidden tip class (4358d8c)
  • remove display: box (28888dd)
  • use press class (e72581b)

✨ Features | 新功能

  • act-input-qq: add act input qq (7c0be59)
  • hor-match-index: add click report (2359fc0)
  • hor-match: add report (4e98dd6)

1.2.45 (2023-11-21)

🐛 Bug Fixes | Bug 修复

  • press-hor-owner-index: 优化主理人赛事样式 (6703f83)

1.2.44 (2023-11-21)

✏️ Documentation | 文档

  • hor-match-index: update docs (51f6a77)

💄 Styles | 风格

  • bind-login: update style (7fcc2af)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • hor-match-index: add treport (9eaf131)
  • mobile-login: watch current url (ce2cb9e)

1.2.43 (2023-11-20)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • ActLaunchDialog: 优化拉起弹窗和平样式 (5fc8622)

1.2.42 (2023-11-20)

✨ Features | 新功能

  • pc-scan-login: add pc scan login (10a0d30)

♻️ Code Refactoring | 代码重构

  • login: update props default value (09a63b7)
  • login: use bem (79dc68a)
  • update idndef (a1d3e46)
  • view 改为 div,兼容非 uni-app (2aba47b)

💄 Styles | 风格

  • act-award: update style (da0733b)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

  • update uni-plugin-light (e50bda8)

🐛 Bug Fixes | Bug 修复

  • ActLaunchDialog: 优化拉起弹窗和平样式 (6e538ae)

1.2.41 (2023-11-18)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • auth-login: add auth login dialog (d39721c)
  • bind-login: add bind login (c9bf13f)
  • mobile-login: add mobile login (2622653)
  • pc-login: add pc login (6c68d9e)
  • qrcode-popup: add qrcode popup (964018d)

✏️ Documentation | 文档

  • auth-login: update docs (3ed817b)
  • bind-login: update bind login docs and demo (5309e19)
  • mobile-login: update mobile login docs (56f538a)
  • qrcode-popup: update qrcode popup demo (694c2f5)
  • update docs (f75ee99)

🐛 Bug Fixes | Bug 修复

1.2.40 (2023-11-17)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • 主理人横版首页居中 (1cbc2ad)

1.2.39 (2023-11-16)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

1.2.38 (2023-11-15)

✨ Features | 新功能

  • hor-schedule-manage: 支持公布成绩禁用 (88da1a2)

1.2.37 (2023-11-15)

✨ Features | 新功能

  • hor-sche-manage: 支持传入title (ec5809b)

1.2.36 (2023-11-15)

♻️ Code Refactoring | 代码重构

  • hor-schedule-manage: 图标修改 (1f80b58)

✏️ Documentation | 文档

1.2.35 (2023-11-15)

1.2.34 (2023-11-15)

✨ Features | 新功能

  • hor-sche-manage: 支持加载更多 (f0acc83)

1.2.33 (2023-11-15)

✨ Features | 新功能

  • hor-sche-manage: 整轮开赛置灰 (8da7419)
  • image-preview: image preview支持动态插入 (0784d4d)

1.2.32 (2023-11-15)

✏️ Documentation | 文档

✨ Features | 新功能

1.2.31 (2023-11-14)

✨ Features | 新功能

  • protocol: 支持下划线 (02f823f)

1.2.30 (2023-11-14)

💄 Styles | 风格

  • hor-match-index: 优化首页样式 (eeff0a7)

✏️ Documentation | 文档

  • hor-match-index: update hor match index demo (ad5a5d9)

✨ Features | 新功能

1.2.29 (2023-11-14)

♻️ Code Refactoring | 代码重构

  • hor-sche-manage: 优化样式 (ca5fa74)

✨ Features | 新功能

  • 主理人首页去除特殊字体 (1d74b11)

1.2.28 (2023-11-14)

✨ Features | 新功能

  • 主理人首页样式优化 (d1f6bc0)

1.2.27 (2023-11-14)

✨ Features | 新功能

  • "主理人横版首页样式优化" (755f725)
  • 主理人首页样式优化 (3c54bb8)

🐛 Bug Fixes | Bug 修复

  • schedule-manage: 隐藏多个气泡 (c00737a)

✏️ Documentation | 文档

1.2.26 (2023-11-14)

🚀 Chore | 构建/工程依赖/工具

  • update uni-plugin-light (bb2d3d1)

✏️ Documentation | 文档

✨ Features | 新功能

  • hor-schedule-manage: add hor schedule manage (9a95597)

♻️ Code Refactoring | 代码重构

  • act: 兼容uni-app (05a8bf4)
  • hor-schedule-manage: 优化hor-schedule-manage (883335d)

1.2.25 (2023-11-11)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • act: 兼容小程序中无法动态获取component.name (5b9ac2e)

🐛 Bug Fixes | Bug 修复

  • act-award: 修复hlddz act award dialog样式 (8cca302)

1.2.24 (2023-11-10)

♻️ Code Refactoring | 代码重构

  • owner-index: 文案优化 (3e6f954)

1.2.23 (2023-11-10)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

  • act: 兼容小程序 (1b98b37)
  • act: 使用press前缀并兼容旧的 (3577236)
  • act: add getActClass (456f9e2)
  • act: batch replace act barcode dialog classes (6db90e7)
  • act: batch replace act classes (f8a7ae7)
  • act: batch replace act get award dialog classes (131d8c6)
  • act: batch replace act input address classes (72eb844)
  • act: batch replace act input phone dialog (1bd0f28)
  • act: batch replace act modify phone classes (234d18d)
  • act: batch replace act qrcode classes (510d8b3)
  • act: batch replace act store item classes (e584868)
  • act: getActClass兼容小程序 (a541d50)
  • act: replace act award dialog classes (c8d3741)
  • act: replace act benefit item classes (ccd1979)
  • act: replace act launch dialog (0e50895)
  • act: replace act not achieved dialog classes (b67f1ab)
  • act: replace act prompt dialog classes (be6d5b8)

🐛 Bug Fixes | Bug 修复

  • act-checkbox: fix checkbox checked style (690dfaf)
  • act: 修复样式问题 (75c400f)

1.2.22 (2023-11-08)

♻️ Code Refactoring | 代码重构

  • act-benefit-item: remove tip style (aefb7ce)

1.2.21 (2023-11-08)

✨ Features | 新功能

1.2.20 (2023-11-08)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

1.2.19 (2023-11-07)

✨ Features | 新功能

  • act-barcode-dialog: add act barcode dialog (7dc5412)
  • act-benefit-item: add act-benefit-item (39e54ca)
  • act-benefit-item: add act-benefit-item (1c1bae6)
  • act-explain-dialog: add act explain dialog (47bc76b)
  • act-input-address: add act input address (7139450)
  • act-input-phone: add act input phone (0c5ef3d)
  • act-launch: add act launch dialog (4060642)
  • act-modify-phone-dialog: add act modify phone dialog (6492dc7)
  • act-not-achieved: add act not achieved dialog (7d880a2)
  • act-prompt-dialog: add prompt dialog (fb76063)
  • act-q-r-cde: add q-r-code dialog (7c18a04)
  • act-store-item: add act-store-item (89d9240)
  • area-popup: update area popup (43bc07c)
  • award-dialog: add act award dialog (5499041)
  • get-award: add act get award dialog (89d5f98)
  • popover-plus: add popover-plus (6b5cb57)
  • sche-manage: add hor schedule manage (5b73987)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

  • act-award: award popover 样式修改 (f15e212)
  • act-explain-dialog: support mp and origin TIP_STYLE_NAME (4304e17)
  • act: 兼容小程序 (7fedd4d)
  • act: delete all display:box (c2d3635)
  • act: update act class (da66af3)

🐛 Bug Fixes | Bug 修复

  • owner-index: 使用更灵活的rank信息 (a235c50)

1.2.18 (2023-11-03)

♻️ Code Refactoring | 代码重构

  • owner-index: add rank empty text (4ecafe6)

✨ Features | 新功能

  • switch: add click event (f8b7773)

1.2.17 (2023-11-02)

♻️ Code Refactoring | 代码重构

  • owner-index: add rank num prefix (a4a081e)

1.2.16 (2023-11-02)

♻️ Code Refactoring | 代码重构

  • owner-index: add divider text (eff6f36)

1.2.15 (2023-11-02)

♻️ Code Refactoring | 代码重构

  • owner-index: margin样式 (b5642d5)

1.2.14 (2023-11-02)

♻️ Code Refactoring | 代码重构

  • hor-owner-index: add rank title (559c254)

1.2.13 (2023-11-02)

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • hor-owner-index: 切换tab (9562b1d)

1.2.12 (2023-11-01)

🐛 Bug Fixes | Bug 修复

  • uploader: 取消过滤属性 (18f8c0d)

✏️ Documentation | 文档

1.2.11 (2023-10-31)

✨ Features | 新功能

  • schedule-tree: 增加滚动到某个赛程组 (69496a0)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • avatar: 拆离randomColorList (605de2c)
  • uploader: 兼容普通vue项目 (2f5898b)
  • uploader: 兼容普通Vue项目 (300fbfe)

1.2.10 (2023-10-23)

✨ Features | 新功能

  • avatar: add avatar component (62a7e2f)
  • badge: add badge component (3b52697)
  • code-input: add code input component (23d8115)
  • count-to: 支持使用插槽 (f7ec851)
  • count-to: add count to component (5561ebd)
  • image: add image component (18ca7a6)
  • uploader: add uploder (7768936)

🚀 Chore | 构建/工程依赖/工具

  • add uni-app h5 raw image (2322ef8)
  • disable dispatch zebra-ui (5578543)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

  • 分类业务组件 (7637b6b)
  • 优化avatar小程序展示 (18677a5)
  • code-input: 防止undefined (7e000d9)
  • code-input: update template tag (8ddb36b)
  • hor-owner-index: 优化字段 (e542578)
  • remove swiper page (26478dc)

1.2.9 (2023-10-19)

✨ Features | 新功能

  • live-player: 支持小程序 (671c120)

♻️ Code Refactoring | 代码重构

  • live-player: 优化播放失败文案 (6ab755a)

1.2.8 (2023-10-18)

♻️ Code Refactoring | 代码重构

  • hor-swiper-light: 优化类名 (6c8add7)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

  • hor-swiper-light: update docs (bb58905)

✨ Features | 新功能

  • hor-swiper-light: add hor-swiper-light (496a20d)
  • live-player: 支持传入errorMessage (c8fa1ad)

1.2.7 (2023-10-17)

🚀 Chore | 构建/工程依赖/工具

  • live-player: 兼容小程序 (350e420)

✏️ Documentation | 文档

  • area-index-bar: add docs (38dc731)
  • live-player: 补充文档 (83968b7)

✨ Features | 新功能

  • live-player: 顺序加载js (066a71e)
  • live-player: add live player (f95df20)

💄 Styles | 风格

  • live-player: 优化样式 (229370a)

1.2.6 (2023-10-17)

✨ Features | 新功能

  • area-index-bar: add showIndexList prop (a19f7bd)

1.2.5 (2023-10-16)

♻️ Code Refactoring | 代码重构

  • index-bar: add window-top (c4b619e)

🐛 Bug Fixes | Bug 修复

  • index-bar: 滚动优化 (e3c994b)

1.2.4 (2023-10-16)

🚀 Chore | 构建/工程依赖/工具

  • area-index-bar: 优化滚动 (8e6e20c)

💄 Styles | 风格

  • index-bar: 样式优化 (7a77ec9)

♻️ Code Refactoring | 代码重构

1.2.3 (2023-10-16)

✏️ Documentation | 文档

  • hor-match-index: add more docs (e2c7b54)
  • hor-owner-index: add docs (5ba3edd)

♻️ Code Refactoring | 代码重构

  • hor-owner-index: 对象为空时不显示 (25e01fa)

✨ Features | 新功能

  • area-index-bar: add area-index-bar (3024a45)

1.2.2 (2023-10-13)

📦‍ Build System | 打包构建

✏️ Documentation | 文档

1.2.1 (2023-10-13)

♻️ Code Refactoring | 代码重构

  • hor-match-index: 拆离side-bar (3b27754)

✏️ Documentation | 文档

✨ Features | 新功能

  • empty: 支持hor模式 (ffb7eb2)
  • hor-owner-index: add hor-owner-index (5ca5188)

1.2.0 (2023-10-11)

🚀 Chore | 构建/工程依赖/工具

🐛 Bug Fixes | Bug 修复

  • set-data: 优先使用dialog (a14dbb3)

♻️ Code Refactoring | 代码重构

  • 兼容app (a4fd02a)
  • 兼容App,判断.setData (a341aa9)
  • app: 不再使用item.index作为key (aee7a14)
  • app: 不再使用item.index作为key (035a0fd)
  • circle: 兼容app (897da38)
  • sticky: app报错处理 (f120ec4)

✨ Features | 新功能

  • cell: support e-sport type (a537153)

1.1.40 (2023-10-09)

♻️ Code Refactoring | 代码重构

  • schedule-match-mode: update methods and props (436ebb7)

1.1.39 (2023-10-08)

♻️ Code Refactoring | 代码重构

  • schedule-match-mode: css重命名 (27db000)

1.1.38 (2023-10-08)

♻️ Code Refactoring | 代码重构

  • move schedule parse funcs (fadd932)

✨ Features | 新功能

  • schedule-match-mode: add schedule match mode (6db79f1)

✏️ Documentation | 文档

  • schedule-match-mode: 优化示例 (a4947e9)

1.1.37 (2023-10-08)

✏️ Documentation | 文档

✨ Features | 新功能

  • schedule-match-mode: add schedule match mode component (632c3d5)
  • schedule-tab: add schedule tab (f04dcac)

1.1.36 (2023-10-08)

🐛 Bug Fixes | Bug 修复

  • award-popup: no prize dialog can't remove with click mask (93553e4)
  • field: 小程序仅支持textarea的auto-height为boolean (9f606ba)

♻️ Code Refactoring | 代码重构

  • field: press-field supports vue3 (0d5193b)
  • schedule-card: add emits (58cc9cb)

✏️ Documentation | 文档

  • add launch game (2562d69)
  • add more launch game (a835042)
  • auto launch game (1b2607e)
  • clipboard: import clipboard from t-comm (44c5c38)
  • remove extra files (d854ec3)
  • remove extra launch-app share funcs (a40417a)
  • schedule-card: 优化demo (d7f9b7a)
  • schedule-tree: add mock data pure file (48363e9)

✨ Features | 新功能

  • schedule-tree: add match mode parse func (cb8c693)

1.1.35 (2023-10-04)

🐛 Bug Fixes | Bug 修复

  • schedule-card: fix siteId and childId (c0e2314)

1.1.34 (2023-10-03)

✏️ Documentation | 文档

  • 优化卡片数据处理 (34c4325)

✨ Features | 新功能

  • dialog: 没有confirmText时候不现实button (3e9419b)

1.1.33 (2023-10-02)

✏️ Documentation | 文档

  • schedule-card: 优化卡片demo (4e42650)

✨ Features | 新功能

  • schedule-card: add click event (dbadeea)

🐛 Bug Fixes | Bug 修复

  • field: fix textarea autosize (72d9500)
  • schedule-card: 处理倒计时时 (f9bbf57)

1.1.32 (2023-09-30)

🐛 Bug Fixes | Bug 修复

  • count-down: not reset if new value equals remain in seconds (710f873)

1.1.31 (2023-09-30)

🐛 Bug Fixes | Bug 修复

  • schedule-card: update count down (d0dcac5)

1.1.30 (2023-09-30)

🐛 Bug Fixes | Bug 修复

  • schedule-card: event playload (157da58)

1.1.29 (2023-09-30)

✏️ Documentation | 文档

  • resolve two kind of iconfont conflicts (96c8e7c)

🐛 Bug Fixes | Bug 修复

  • schedule-card: 防止触发太多finish (fb6e155)

1.1.28 (2023-09-30)

💄 Styles | 风格

  • schedule-card: update title font size (c0d2b7e)

1.1.27 (2023-09-30)

✏️ Documentation | 文档

💄 Styles | 风格

  • schedule-card: updaet style in mini phone (6002cc7)

🐛 Bug Fixes | Bug 修复

  • schedule-card: 兼容小程序及修复积分点击 (d06f5e4)

✨ Features | 新功能

  • 优化背景色 (5d97deb)
  • schedule-card: 兼容小程序 (78c8dc0)
  • schedule-card: 新增赛程卡片 (a88a51b)
  • schedule-card: add card state (864c448)
  • schedule-card: add card-iconfont (b4edb8a)

♻️ Code Refactoring | 代码重构

  • schedule-card: split to many files (2e7b3a0)
  • update css class name (c1dda55)
  • update schedule card class with bem (81b9edd)

1.1.26 (2023-09-27)

🐛 Bug Fixes | Bug 修复

  • tab: sort lazy tab in mp (428cde1)

1.1.25 (2023-09-25)

📦‍ Build System | 打包构建

  • use t-comm deploy tools (049be55)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

🐛 Bug Fixes | Bug 修复

  • picker: fix empty picker list in mp (3e8d07b)

1.1.24 (2023-09-22)

♻️ Code Refactoring | 代码重构

  • cell: update jump link in cell (1ac8641)
  • cell: update jump link in cell (db3343e)
  • field: use input not Input (93b568a)
  • remove app nvue in uni-list (c7bdad1)
  • this: change globalThis to null (e24c573)
  • update uni-list-item (fae2b7e)

✨ Features | 新功能

  • tab: 增加press-tab__text类 (b7a6d82)
  • team-search: 支持过滤特殊正则字符 (30531d3)

✏️ Documentation | 文档

  • remove stop modifier on uni-list-item (ec52fe3)
  • remove uni-icons and uni-list (2ee62d5)
  • stepper: use toast not uni.loading in stepper demo (6c0e0b3)
  • team-search: update team search demo (f7be750)
  • udpate quickstart (30b6241)
  • update demo of index (3a27b48)
  • update dropdown item toggle usage (c305f0f)
  • update index demo (feef9e1)
  • update index page (1a82bc2)
  • update index page (1604324)
  • update index page (b43902e)
  • update quickstart (0a52951)
  • update quickstart (5d843cd)
  • update stepper aync demo (e708fe7)

🚀 Chore | 构建/工程依赖/工具

1.1.23 (2023-09-20)

✨ Features | 新功能

  • 时间字段优化颜色 (fcc44bf)

1.1.22 (2023-09-20)

✨ Features | 新功能

  • team-search: 增加team-search组件 (a7ba2c7)

♻️ Code Refactoring | 代码重构

  • team-search: 修改事件名 (3a57987)
  • team-search: update css name (979cf40)

1.1.21 (2023-09-18)

🐛 Bug Fixes | Bug 修复

  • schedule-tree: 调整顶号字体 icon为svg,字体icon不满足涉及需求 (d2217ed)
  • schedule-tree: css class 命名规范化 (1583e2e)
  • schedule-tree: css class 命名规范化 (eb09f03)

1.1.20 (2023-09-18)

♻️ Code Refactoring | 代码重构

  • vue3: move vue3 apater file from ts to js (3fa33f3)

1.1.19 (2023-09-18)

💄 Styles | 风格

  • award-popup: remove repeated sefe area (012ae70)

🐛 Bug Fixes | Bug 修复

  • dropdown: remote native postfix in dropdown-item (de9314e)
  • fix area columns placeholder, add calender header default font size (4cab5b9)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • add emits for vue3 (84dd099)
  • calendar: fix calender height when position is right or left (ff7e53d)
  • update vue type (1aa542b)
  • vue type (f5ef466)
  • vue3: 不再使用require (74a2d7b)
  • vue3: 兼容vue3 (403f25d)
  • vue3: 适配vue3,消除所有导入Vue的地方 (b684e4f)
  • vue3: add emits for vue3 (62ec2d8)
  • vue3: add more emits for vue3 (eee031b)
  • vue3: add provide&inject adapter for vue3 (640550a)
  • vue3: add unmounted and beforeUnmount hooks for vue3 (0eaf5bb)
  • vue3: add v-model mixin to adpat vue3 (ea69745)
  • vue3: fix no ref in functional mode (f02cb2e)
  • vue3: functional components adapt vue3 (22ce744)
  • vue3: mixin适配vue3 (f8d0bb4)
  • vue3: remove stop modifier of icon-plus (d440013)
  • vue3: slot写法兼容 (2dbcebe)
  • vue: remove .native event (3e06dbc)

✨ Features | 新功能

1.1.18 (2023-09-15)

✨ Features | 新功能

  • award-popup: add not game prize status for award-poup (4900146)

1.1.17 (2023-09-14)

✨ Features | 新功能

1.1.16 (2023-09-14)

🚀 Chore | 构建/工程依赖/工具

1.1.15 (2023-09-13)

🚀 Chore | 构建/工程依赖/工具

  • update t-comm and uni-plugin-light (aa0edd9)

✨ Features | 新功能

  • hor-match-index: 赛事首页点击其他地方隐藏popover (5c06db4)

1.1.14 (2023-09-13)

✨ Features | 新功能

1.1.13 (2023-09-13)

🐛 Bug Fixes | Bug 修复

  • popup: 修复popup在qq小程序下按钮高度小的问题 (6ad1f94)

♻️ Code Refactoring | 代码重构

  • hor-match-index: 首页banner使用v-lazy (3f3a7e9)

1.1.12 (2023-09-12)

🐛 Bug Fixes | Bug 修复

  • schedule-tree: 赛程树增加加载中后样式修复 (52da02c)

✨ Features | 新功能

  • schedule-tree: 赛程树暴露滚动到顶部方法 (ead2445)

1.1.11 (2023-09-12)

✨ Features | 新功能

  • 首页标签适配 (ca4472a)
  • 首页测试 (81683af)
  • schedule-tree: 增加加载中和加载完成状态 (142254c)

1.1.10 (2023-09-12)

✨ Features | 新功能

  • 首页标签适配 (dedacf3)
  • schedule-tree: support hide one schedule pair (5f053cd)

1.1.9 (2023-09-12)

🚀 Chore | 构建/工程依赖/工具

🐛 Bug Fixes | Bug 修复

  • 隐藏轮次信息时优化展示 (4c5d147)

1.1.8 (2023-09-11)

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

✨ Features | 新功能

  • 横版首页优化 (2e58236)
  • schedule-tree: 增加scrollToLower (e0b7b64)

🚀 Chore | 构建/工程依赖/工具

1.1.7 (2023-09-08)

🐛 Bug Fixes | Bug 修复

  • schedule-tree: 调整顶号icon摆放位置 (e000279)

💄 Styles | 风格

  • award-popup: 横版奖励弹出层样式 (32658ae)

1.1.6 (2023-09-08)

✨ Features | 新功能

  • award-popup: 横版奖励弹出层 (05d0dc1)

✏️ Documentation | 文档

  • award-popup: 增加横版奖励弹出层文档 (cee58d6)

1.1.5 (2023-09-08)

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

  • award-popup: 优化奖励弹出层示例 (36d585a)
  • award-popup: 优化award-popup (8de5230)

1.1.4 (2023-09-07)

✨ Features | 新功能

1.1.3 (2023-09-07)

♻️ Code Refactoring | 代码重构

  • field: 使用原生Input和Textarea (3d7a401)

✨ Features | 新功能

  • popup: 支持icon/button slot (a555ae9)

✏️ Documentation | 文档

1.1.2 (2023-09-07)

✨ Features | 新功能

1.1.1 (2023-09-06)

♻️ Code Refactoring | 代码重构

1.1.0 (2023-09-06)

✨ Features | 新功能

  • award-popup: 增加奖励弹出层 (81d50ad)

♻️ Code Refactoring | 代码重构

1.0.44 (2023-09-06)

🐛 Bug Fixes | Bug 修复

  • slider: 双滑块web端修复 (eb731da)

✏️ Documentation | 文档

  • 优化赛程树展示 (9c73cba)
  • onTip兼容普通vue项目 (53b8458)
  • schedule-tree: 赛程树文档 (c1af7ee)

♻️ Code Refactoring | 代码重构

  • 类型优化 (97eb9dc)
  • cirlce: circle兼容普通Vue项目 (7853a13)
  • dialog兼容普通Vue项目 (e9926f5)
  • event.detail 兼容普通Vue项目 (863219a)
  • event.detail兼容普通Vue项目 (e6295ab)
  • fab: fab支持普通Vue项目 (0a7cd9f)
  • getStatusBar兼容普通Vue项目 (026899e)
  • icon: 编译问题修复 (8d0e81e)
  • message-detail: event.detail兼容普通Vue项目 (5c11e05)
  • setClipBoardData兼容普通Vue项目 (b8ac139)

✨ Features | 新功能

  • pagination: 兼容普通vue项目 (96c422e)
  • pagination: 适配普通Vue项目 (8b232e7)
  • schedule-tree: 支持传入avatarMap (43a6068)

1.0.43 (2023-09-04)

✨ Features | 新功能

1.0.42 (2023-09-04)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • field: 支持高度自适应 (83af804)
  • schedule-tree: 增加顶号异常tip显示 (82c908d)
  • system-info: getSystemInfo polyfill (599acb3)

🚀 Chore | 构建/工程依赖/工具

🐛 Bug Fixes | Bug 修复

  • 顶号异常的数据在业务逻辑中判断,不在组件中生成 (dd5657f)
  • dropdown-menu: 向上展示问题修复 (0109c3b)
  • schedule-tree: 顶号异常标志位在业务逻辑页面计算(包括管理员身份考虑) (91704f7)
  • schedule-tree: 修改顶号相关逻辑(调整传入sche-list解构) (9b75e25)
  • schedule-tree: 修改顶号相关提示图标 (7b00b60)
  • schedule-tree: 修正css class命名&使用对象形式绑定动态clss (78e9650)
  • schedule-tree: 注释掉无用props参数 (d9727f6)

💄 Styles | 风格

  • schedule-tree: 格式化 (6cfb9a6)

1.0.41 (2023-09-01)

🐛 Bug Fixes | Bug 修复

  • uni: 判断uni环境滞后 (307753d)

✨ Features | 新功能

  • intersection-ovserver: 兼容普通H5 (2416bdd)
  • 个人中心适配 (5d2e43a)
  • 个人中心适配 (d5055f0)

1.0.40 (2023-08-31)

🐛 Bug Fixes | Bug 修复

  • hor-match-index: tab记住当前位置 (2a27f74)

✨ Features | 新功能

1.0.39 (2023-08-31)

💄 Styles | 风格

  • hor-match-index: 线上赛空状态 (0a99091)

1.0.38 (2023-08-31)

✨ Features | 新功能

  • hor-match-index: tab使用hor模式 (ac868c0)
  • 首页sidebar适配 (8145cb2)

1.0.37 (2023-08-31)

✨ Features | 新功能

1.0.36 (2023-08-31)

✏️ Documentation | 文档

✨ Features | 新功能

1.0.35 (2023-08-31)

✨ Features | 新功能

🐛 Bug Fixes | Bug 修复

  • message-detail: img样式 (6fd283e)
  • message-detail: 图片展示问题 (9706d14)

1.0.34 (2023-08-30)

✨ Features | 新功能

1.0.33 (2023-08-30)

✨ Features | 新功能

1.0.32 (2023-08-30)

🐛 Bug Fixes | Bug 修复

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

1.0.31 (2023-08-30)

✨ Features | 新功能

1.0.30 (2023-08-30)

✨ Features | 新功能

  • list: 增加loadingSize、finishedStyle等属性 (9bcf715)
  • 首页测试问题修复 (bd6d737)

💄 Styles | 风格

  • hor-match-index: 首页popover样式优化 (50d28ea)

1.0.29 (2023-08-29)

🚀 Chore | 构建/工程依赖/工具

  • update uni-plugin-light (d935e4c)

✨ Features | 新功能

1.0.26 (2023-08-29)

✨ Features | 新功能

  • message-detail: 修复qq小程序下列表少问题 (6b21323)

1.0.25 (2023-08-29)

♻️ Code Refactoring | 代码重构

  • dialog: dialog-handler改为js (16c3cea)

1.0.24 (2023-08-29)

✏️ Documentation | 文档

  • toast: toast示例引入 (89d4afd)

✨ Features | 新功能

♻️ Code Refactoring | 代码重构

  • hor-match-index: 赛事首页命名优化 (364c724)

🚀 Chore | 构建/工程依赖/工具

  • update condition compiler (2599f30)

1.0.23 (2023-08-28)

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • list: 优化小程序横向滚动 (77dfe0c)

✨ Features | 新功能

  • 优化首页sidebar (26245eb)
  • hor-match-index: 兼容无品牌赛事 (ba25585)
  • list: 横向滚动 (fe1fd03)
  • list: 增加loading/finished slot (cd5e7a0)
  • schedule-tree: 优化赛程树参数,冠军列数据从props中取 (6a6696b)

1.0.22 (2023-08-24)

📦‍ Build System | 打包构建

💄 Styles | 风格

  • hor-match-index: 横版赛事首页红点样式 (dea40ae)

🚀 Chore | 构建/工程依赖/工具

  • 删除重复数据,降低重复率 (273b5c3)
  • lint support passive (bd063f7)
  • update pnpm-lock (b04959f)
  • use more t-comm color methods (bc1175c)

✨ Features | 新功能

  • 增加match-item-mixin,降低重复率 (7e8ed9c)
  • 增加showPopupCellAndClose (f21430f)
  • hor-match-index: 横版赛事加载更多 (ba267a9)
  • hor-match-index: 横版赛事首页增加空状态 (9425f29)
  • hor-match-index: 横版首页增加loadMore (b3e6c1b)
  • hor-match-index: 优化popover,保证同一时间只显示一个 (c872629)

✏️ Documentation | 文档

♻️ Code Refactoring | 代码重构

1.0.21 (2023-08-11)

💄 Styles | 风格

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • dialog: 支持dialog嵌套input (a6fffd6)
  • pagination: 支持hor模式 (96012bd)
  • tab: 支持hor模式 (1d827b1)
  • visibility-change: add visibility change mixin (0adfaca)

🐛 Bug Fixes | Bug 修复

  • index-bar: H5锚点修复 (600ff46)
  • index-bar: replace page scroll with scroll-view (6b02e62)

1.0.20 (2023-08-04)

✨ Features | 新功能

  • popupcell: popupcell支持多选 (b0aa65c)

🐛 Bug Fixes | Bug 修复

  • popupcell: popupcell兼容小程序 (c41b4ef)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

💄 Styles | 风格

  • popupcell: 样式优化 (13f5d14)
  • schedule-tree: 优化赛程样式 (6f33e14)
  • switch: loading状态优化 (5121fde)

1.0.19 (2023-08-01)

🐛 Bug Fixes | Bug 修复

  • datetimePicker: 优化当前时间被filter后直接点击确定场景 (7f71510)

✅ Tests | 测试

  • launch-app: test page url (c367ddc)

✨ Features | 新功能

  • 分页优化 (0a3a2aa)
  • hor-match-header: 优化横版赛事组件 (7d9e660)
  • launch-app: 校验权限 (c8d707a)
  • launch-app: 增加toast、dialog (93eb730)
  • launch-app: launch app (6992a02)
  • launch-app: optimize test case (8d884e5)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

1.0.18 (2023-07-28)

🐛 Bug Fixes | Bug 修复

1.0.17 (2023-07-28)

💄 Styles | 风格

✏️ Documentation | 文档

  • switch: 优化switch相关用例 (48be5d6)
  • transition: 优化示例 (d064b77)

✨ Features | 新功能

  • 单个赛程修改vs类名 (4c72c02)
  • 时间选择器处理开始数据 (0190a0e)
  • 优化calendar (f82e39d)
  • 优化e-sport-button伪元素样式 (d5000d5)

1.0.16 (2023-07-26)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

1.0.15 (2023-07-26)

✨ Features | 新功能

1.0.14 (2023-07-26)

💄 Styles | 风格

  • tree-select: 样式修复 (ff1e103)

✨ Features | 新功能

1.0.13 (2023-07-26)

🐛 Bug Fixes | Bug 修复

  • pagination: 分页tip消失 (c8f91fb)

1.0.12 (2023-07-26)

💄 Styles | 风格

1.0.11 (2023-07-25)

✨ Features | 新功能

  • 增加横版赛事相关组件 (f9d5d62)
  • schedule-tree: 当分页变化时,重置页面(滚动高度重置) (73bc042)

💄 Styles | 风格

  • 样式都改成scoped (9830ca8)
  • hor-match-index: 优化横版赛事首页样式 (741e5f2)
  • hor-match-index: 优化横版赛事首页样式 (96041d7)
  • tab: 优化tab样式 (f143eae)
  • turntable: 优化img (adfb9c5)

♻️ Code Refactoring | 代码重构

1.0.10 (2023-07-25)

✏️ Documentation | 文档

  • pagination: 优化pagination (679f647)

✨ Features | 新功能

  • 赛程树width支持自定义 (847529b)
  • pagination: 兼容qq小程序 (3309fa9)

1.0.9 (2023-07-25)

✨ Features | 新功能

  • pagination: 兼容qq小程序 (6c794f0)

1.0.8 (2023-07-24)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • turntable: 增加turntable (a974a93)

♻️ Code Refactoring | 代码重构

  • 抽离turntable滑动角度核心逻辑 (10b5d2c)
  • scroller: 重构scroller (dc5c595)
  • turntable: 优化class (bcdb378)
  • turntable: class命名优化 (fec6491)

💄 Styles | 风格

  • turntable: 样式优化 (ce991ad)

✏️ Documentation | 文档

  • message-detail: 兼容性说明 (318e25a)
  • message-detail: 英文文档同步 (279dfe9)
  • turntable: 补充文档 (b843ee2)
  • turntable: 示例居中 (48fccba)
  • turntable: 示例优化 (6a9c2e4)

1.0.7 (2023-07-17)

✨ Features | 新功能

  • schedule-tree: 支持pc拖动 (b8cb178)

1.0.6 (2023-07-17)

✨ Features | 新功能

  • scroll-view: 增加uni-app中h5的scroll-view (33127a4)

1.0.5 (2023-07-17)

✨ Features | 新功能

  • scroll-view: 增加uni-app中h5的scroll-view (33127a4)

1.0.4 (2023-07-14)

🐛 Bug Fixes | Bug 修复

1.0.3 (2023-07-14)

✏️ Documentation | 文档

  • pagination: 文档优化 (8f34450)

✨ Features | 新功能

  • pagination: 优化分页、popover (438664a)

💄 Styles | 风格

  • pagination: 增加底部安全区距离 (3f9a705)

♻️ Code Refactoring | 代码重构

🐛 Bug Fixes | Bug 修复

  • pagination: 边界优化 (bce5af2)

1.0.2 (2023-07-13)

♻️ Code Refactoring | 代码重构

  • act-dialog: 去掉页面的virtualHost,防止渲染错误 (94083d3)

✨ Features | 新功能

  • 新增活动提示弹窗 (51196d8)
  • act-dialog: 字段优化 (f7838ff)
  • pagination: 新增分页组件 (84aab8a)

✏️ Documentation | 文档

  • pagination: 优化文档 (268d951)

🐛 Bug Fixes | Bug 修复

  • pagination: 分页点击事件参数优化 (fdf3288)

1.0.1 (2023-07-12)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

✨ Features | 新功能

  • popover: popover增加自定义样式 (483d83b)

1.0.0 (2023-07-11)

0.8.33 (2023-07-11)

🐛 Bug Fixes | Bug 修复

  • schedule-tree: 赛程树隐藏冠军tab (471595f)

0.8.32 (2023-07-10)

✨ Features | 新功能

  • schedule-tree: 增加是否隐藏赛程树等参数 (7793cbf)

0.8.31 (2023-07-10)

✨ Features | 新功能

0.8.30 (2023-07-10)

♻️ Code Refactoring | 代码重构

  • im: 事件监听不用匿名函数 (ebe21a4)

0.8.29 (2023-07-10)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • message-detail: 防止消息中心time为空 (08361ee)

0.8.28 (2023-07-10)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

🐛 Bug Fixes | Bug 修复

  • message-detail: 防止消息中心time为空 (08361ee)

0.8.27 (2023-07-03)

♻️ Code Refactoring | 代码重构

0.8.26 (2023-07-01)

♻️ Code Refactoring | 代码重构

✏️ Documentation | 文档

0.8.25 (2023-06-29)

🚀 Chore | 构建/工程依赖/工具

  • 发布时删除demo-helper (265131d)

✏️ Documentation | 文档

  • protocol: 优化协议示例样式 (7afcd88)

0.8.24 (2023-06-29)

✨ Features | 新功能

  • protocol: 增加通用协议组件及解析协议方法 (4181a40)

✏️ Documentation | 文档

  • protocol: 协议样式更新 (4af55f1)

0.8.23 (2023-06-29)

✨ Features | 新功能

  • schedule-tree: 赛程树增加resumePosition (6d2899a)

0.8.22 (2023-06-28)

💄 Styles | 风格

  • message-list: 优化红点样式 (09c420f)

♻️ Code Refactoring | 代码重构

  • image-preview: 重构image-preview (9c0544a)
  • schedule-tree: qq小程序兼容 (ca7ecab)
  • schedule-tree: qq小程序兼容 (4aef54d)

✏️ Documentation | 文档

✨ Features | 新功能

  • image-preview: 增加图片预览 (ea52de6)
  • schedule-tree: 赛程树增加左右滚动事件 (381ec94)

0.8.21 (2023-06-26)

✨ Features | 新功能

  • message-list: 红点逻辑 (fc5e810)

💄 Styles | 风格

  • message-detail: 消息详情样式优化 (5f8f7b7)
  • message-list: 优化红点样式 (50733ac)

0.8.20 (2023-06-26)

✏️ Documentation | 文档

  • message-detail: 拨打功能 (bdc9c28)
  • message-detail: 拨打功能 (b66b2fb)

💄 Styles | 风格

  • message-detail: 消息详情样式优化 (eab12fd)

0.8.19 (2023-06-26)

✨ Features | 新功能

  • clipboard: 复制功能 (126afdd)
  • clipboard: 兼容数字类型 (7bff5b2)

0.8.18 (2023-06-26)

✨ Features | 新功能

  • message-detail: 增加格式化消息详情逻辑 (7891031)

✏️ Documentation | 文档

0.8.17 (2023-06-26)

✏️ Documentation | 文档

  • message-detail: scrollToBottom文档 (e18f9cf)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • timestampFormat: lookbehind断言兼容性修改 (4bf5cf0)

✨ Features | 新功能

  • message-detail: 增加offset设置 (e861245)

0.8.16 (2023-06-25)

✨ Features | 新功能

  • message-detail: 兼容消息列表不满一屏的情况 (bd3c6c2)

0.8.15 (2023-06-25)

✏️ Documentation | 文档

💄 Styles | 风格

  • message-detail: 隐藏scrollbar (a800e75)
  • message-detail: 隐藏scrollbar (5b4c7c1)

✨ Features | 新功能

  • messag-list: unread-icon优化 (5c2104f)
  • message-detail: 加载更多优化 (4aaa8df)
  • message-detail: 加载更多优化 (a57a465)
  • message-detail: 加载更多优化 (19aaed0)
  • message-detail: 加载更多优化 (e5a2f1e)
  • message-detail: 加载更多优化 (990c155)
  • message-detail: 加载更多优化 (7d74b9a)
  • message-detail: 加载更多优化 (72f079a)
  • message-detail: 加载更多优化 (94627b3)
  • message-detail: 加载更多优化 (c47daab)
  • message-detail: 加载更多优化 (fcd76a6)
  • message-detail: 加载更多优化 (622b762)

♻️ Code Refactoring | 代码重构

  • message-list: avatar改为src (c083af9)

0.8.14 (2023-06-22)

♻️ Code Refactoring | 代码重构

  • message-detail: 消息详情重构 (fe629cc)
  • message-detail: 样式规范化 (cd7cc1b)
  • message-list: 消息列表重构 (a818c92)

✏️ Documentation | 文档

✨ Features | 新功能

  • message-detail: 增加图片消息 (a880fa9)

0.8.13 (2023-06-20)

✏️ Documentation | 文档

  • list: 示例允许自定义请求时间 (0c6680a)
  • list: 文档更新 (545b522)
  • list: 虚拟列表的示例 (2859b6f)
  • list: 优化虚拟列表示例 (81d5b88)
  • list: list示例优化 (62de2e2)
  • share: 分享当前路径 (1551164)

0.8.12 (2023-06-20)

♻️ Code Refactoring | 代码重构

  • schedule-list: schedule-item分离业务逻辑,支持国际化 (422b852)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • press-list: 增加press-list (cea3e66)
  • timestampFormat: 时间戳格式化兼容文案中包含关键字 (d54cb29)

✏️ Documentation | 文档

  • icon-music: 文档更新 (10b5932)
  • list: 文档地址更新 (cdb3018)
  • list: 文档更新 (6784a54)
  • message-detail: 屏蔽im (40e63df)
  • popup-cell: 优化示例,增加点击提示 (6834f1a)
  • press-dialog: 更新文档 (cd15daf)
  • schedule-list: 优化示例,支持自定义状态 (0eca646)

0.8.11 (2023-06-17)

✏️ Documentation | 文档

✨ Features | 新功能

  • picker: 增加virtualListThreshold属性 (61fa757)

0.8.10 (2023-06-16)

♻️ Code Refactoring | 代码重构

  • picker: 实现重构 (8a1944c)
  • picker: 优化虚拟列表实现 (b66ddaa)

✏️ Documentation | 文档

0.8.9 (2023-06-16)

✨ Features | 新功能

  • picker: picker支持虚拟列表 (2dc0b8c)

0.8.8 (2023-06-16)

✨ Features | 新功能

  • schedule-tree: onClickSche重命名为clickSche (c5ca46f)

0.8.7 (2023-06-15)

💄 Styles | 风格

  • schedule-list: schedule-item样式优化 (9de3a07)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • schedule-tree: 规范命名,selectedScheId改为selectedSchId (474f27b)
  • schedule-tree: 去掉prop roundList,从schelist计算,优化事件命名 (ee205c2)

0.8.6 (2023-06-14)

✏️ Documentation | 文档

  • schedule-tree: 英文文档 (c4c4cce)
  • schedule-tree: 优化文档 (fbd6a69)

✨ Features | 新功能

  • schedule-list: 新增schedule-list (582bd71)
  • schedule-tree: 赛程树国际化 (ebe46fa)
  • schedule-tree: 赛程树国际化 (8913ab3)

0.8.5 (2023-06-13)

♻️ Code Refactoring | 代码重构

  • schedule-tree: 优化命名 (ea28f3c)

✨ Features | 新功能

  • popup: asyncCancel代替asyncClose,优先级高于parent.asyncFunc (310f80e)
  • schedule-tree: 定位到我的队伍优化 (d063dc2)
  • schedule-tree: 定位到自己队伍时无动画,防止抖动 (044d87d)

✏️ Documentation | 文档

  • popup: 小程序popup异步关闭的示例优化 (d07c3bb)

0.8.4 (2023-06-12)

♻️ Code Refactoring | 代码重构

  • schedule-tree: refacgtor mock data (d440665)

✏️ Documentation | 文档

  • schedule-tree: 点击事件提示 (6671c41)

0.8.3 (2023-06-12)

✨ Features | 新功能

  • schedule-tree: emit clickVideoIcon event (85e2ddf)

0.8.2 (2023-06-12)

✏️ Documentation | 文档

  • schedule-tree: scheList结构描述 (ce24f28)

♻️ Code Refactoring | 代码重构

  • schedule-tree: 优化类名、增加赛制选择 (6823249)
  • schedule-tree: 优化样式单位 (0574acc)

💄 Styles | 风格

  • schedule-tree: 单位改为px (2342f0d)
  • schedule-tree: 循环赛阴影样式优化 (8fa3330)
  • schedule-tree: 循环赛阴影样式优化 (e4d4f35)

0.8.1 (2023-06-09)

♻️ Code Refactoring | 代码重构

  • schedule-tree: 命名优化 (6c67f01)

✨ Features | 新功能

  • schedule-tree: 点击轮次tab事件 (2ff731e)
  • schedule-tree: 滚动优化 (6865d68)
  • schedule-tree: 支持pc滑动 (592660b)

0.8.0 (2023-06-08)

✨ Features | 新功能

  • schedule-tree: 增加赛程树 (3f55936)

♻️ Code Refactoring | 代码重构

  • schedule-tree: 小程序兼容性 (09880b3)

💄 Styles | 风格

  • schedule-tree: 小程序样式优化 (b421c90)

✏️ Documentation | 文档

  • 优化popup-cell示例 (d3235fc)
  • popup-cell: 优化文档 (b448178)
  • popup-cell: 优化文档和示例 (dfe3450)
  • schedule-tree: 优化示例 (c76207f)
  • schedule-tree: 优化示例样式 (5cec1a1)
  • schedule-tree: 优化文档 (1c7c58f)
  • schedule-tree: 增加自定义配置 (2744744)

0.7.43 (2023-06-06)

♻️ Code Refactoring | 代码重构

  • popup-cell demo 优化 (3355e11)
  • popup-cell: popup-cell单独目录 (fe4ed18)

0.7.42 (2023-06-06)

✨ Features | 新功能

  • functional: picker函数调用优化 (ab72e0d)

0.7.41 (2023-06-06)

♻️ Code Refactoring | 代码重构

  • functional mixin add props (3b08eea)

0.7.40 (2023-06-06)

♻️ Code Refactoring | 代码重构

  • 优化picker函数调用参数 (1d722d0)

0.7.39 (2023-06-05)

✨ Features | 新功能

  • datetime-picker: 增加常用formatter/filter方法 (d2dc8c6)
  • datetime-picker: filter/fomatter暴露innervalue参数 (2825537)
  • popup-cell: popup-cell增加tab类型 (1f9834b)

✏️ Documentation | 文档

  • 更新popup-cell示例 (5ba7e5d)
  • icon-music: 增加引入路径 (3a096f0)

0.7.38 (2023-06-05)

✨ Features | 新功能

  • popup-cell: 增加button类型 (ac905ca)

0.7.37 (2023-06-04)

✨ Features | 新功能

  • popup-cell: 支持description分片并点击 (1da774d)

🐛 Bug Fixes | Bug 修复

  • popup-cell: popup-cell每次都使用默认值,不是上一次的值 (a8d3d47)

0.7.36 (2023-06-04)

✨ Features | 新功能

  • popup-cell: 优化popupcell,增加checkbox类型 (c905959)
  • popup-cell: 增加tip (240e97c)
  • popup: 优化popup (f5beb18)

0.7.35 (2023-06-03)

✨ Features | 新功能

  • icon-music: 增加press-icon-music (72ae2c1)
  • popup: 增加异步方法 (5635e2c)
  • popup: innerShow判断优化 (67e0683)

0.7.34 (2023-06-02)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • datetime-picker-popup: 支持函数式调用 (8049413)
  • popup-cell: 增加popup-cell (396eb2b)
  • popup-cell: 支持switch类型 (07ed75a)

0.7.33 (2023-06-01)

✏️ Documentation | 文档

  • message-board: optimize demo (822eebd)
  • picker: 属性废弃文档 (a09132c)
  • picker: 属性废弃文档 (5fd5e28)

✨ Features | 新功能

  • message-board-input: 输入框高度监听 (2831240)

🐛 Bug Fixes | Bug 修复

  • message-board-input: 失去焦点后高度为0 (f792f94)
  • message-board: remove extra colon (c56c948)

🚀 Chore | 构建/工程依赖/工具

  • 删除无用代码 (80d3d74)
  • message-board-input: 更新日志打印 (d791570)
  • message-board-input: 更新日志打印 (42904da)

💄 Styles | 风格

  • message-board-input: 队长标签对齐 (8dfa0dd)

0.7.32 (2023-06-01)

💄 Styles | 风格

  • datetime-picker: 样式优化 (fe07e0b)

✨ Features | 新功能

  • picker: 字段命名规范化并向后兼容 (edbbda6)
  • popup: 字段规范化 (eeac2a5)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

  • 滚动优化 (46796bf)
  • 示例样式优化 (a674276)
  • 示例优化 (7ed2a15)
  • 优化示例 (71f1cee)
  • fab: 国际化支持 (38b7c57)
  • field: 优化field小程序端示例表现 (36e2587)
  • message-board: 优化示例 (626e05c)
  • Show toast when change form component value (9aed165)
  • transition: 优化transition/notify示例和icon文档 (1b29199)
  • update demo from button to cell (dd1190f)

0.7.31 (2023-05-31)

♻️ Code Refactoring | 代码重构

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • close-webview: 增加closeWebview (54dbb00)
  • picker: 优化picker小程序下函数式调用 (af5d29a)
  • picker: picker支持函数式调用 (9ec4bba)
  • popup: popup支持函数式调用 (c3bad16)
  • popup: popup支持customStyle (2eab951)

💄 Styles | 风格

  • transition: 动画function修改为ease (b684c49)

✏️ Documentation | 文档

  • datetime-picker: 示例样式优化 (b8d26f4)
  • datetime-picker: datetime-picker增加函数式调用示例 (b747c2c)

0.7.30 (2023-05-25)

♻️ Code Refactoring | 代码重构

0.7.28 (2023-05-24)

✨ Features | 新功能

  • dialog: 增加长按图片 (147ffcf)

🐛 Bug Fixes | Bug 修复

  • 优化dialog方法命名 (81085c7)
  • dialog: 方法命名修改 (055d740)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

0.7.27 (2023-05-16)

🐛 Bug Fixes | Bug 修复

  • tab: 样式问题修复 (4f3b91e)

0.7.26 (2023-05-12)

🐛 Bug Fixes | Bug 修复

0.7.25 (2023-05-12)

♻️ Code Refactoring | 代码重构

  • 统一删除作者信息,git记录可查看 (0b3a06c)

✏️ Documentation | 文档

  • 优化文档上报 (db1fefe)
  • dialog: 优化文档 (35390fc)
  • message-board: 优化留言板demo (18e292c)
  • message-board: 优化留言板demo样式 (64230e5)
  • tabs: 更新文档 (9a51fae)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

0.7.24 (2023-05-06)

♻️ Code Refactoring | 代码重构

  • tab: 增加一些老的类名 (ebfc915)

🚀 Chore | 构建/工程依赖/工具

  • 文档构建推送到docs分支 (b97d8d9)
  • 小程序开发时也监听packages (d2b3845)

0.7.24-alpha.5 (2023-05-05)

🚀 Chore | 构建/工程依赖/工具

  • 删除默认样式文件 (96980db)
  • 文档readme自动生成 (8c9c506)
  • 优化部署、派发等脚本 (697689f)
  • 增加额外的部署命令 (7551e87)
  • 增加husky、更新测试用例 (11e7d5c)

0.7.24-alpha.4 (2023-05-05)

🚀 Chore | 构建/工程依赖/工具

  • 打包产物保留readme (7cf60bf)

0.7.24-alpha.3 (2023-05-05)

🚀 Chore | 构建/工程依赖/工具

✏️ Documentation | 文档

✨ Features | 新功能

  • 优化icon-plus demo效果 (64aaec9)

♻️ Code Refactoring | 代码重构

0.7.24-alpha.0 (2023-05-04)

✨ Features | 新功能

♻️ Code Refactoring | 代码重构

  • 更新press-icon-plus (38a28fb)
  • 更新steps命名 (17cf5c0)
  • 去掉vant (9108c0f)
  • 删除无用的文件 (1956620)
  • 优化文件位置 (fb2a04b)
  • 优化样式路径 (82b6ebb)
  • 整理utils (f293e59)
  • area、circle、datetime-picker、divider、empty、field命名更新 (37741cc)
  • icon-plus命名更新 (e4325e2)
  • info、sticky命名更新 (6c73627)
  • radio、rate、search、toolbar、picker-plus命名更新 (80a1438)
  • sidebar命名更新 (e442486)
  • stepper命名更新 (b1393aa)

🚀 Chore | 构建/工程依赖/工具

  • 写法兼容小程序 (10fcf80)
  • loading-plus、notice-bar、overlay样式更新 (e1e3306)
  • release: 0.7.23 (4eba716)
  • share-sheet、nav-bar、notify命名更新 (99f0705)
  • slider命名更新 (e97a5e7)

0.7.23 (2023-04-28)

✨ Features | 新功能

0.7.22 (2023-04-21)

🐛 Bug Fixes | Bug 修复

  • dialog: 关闭弹窗后loading置为false (d6ab29d)

0.7.21 (2023-04-21)

🐛 Bug Fixes | Bug 修复

  • dialog: 重新打开弹窗后重置props (3b8c5af)

0.7.20 (2023-04-19)

🐛 Bug Fixes | Bug 修复

0.7.19 (2023-04-17)

✨ Features | 新功能

🚀 Chore | 构建/工程依赖/工具

  • 删除打印,解决序列化时无限循环问题 (6a05d0d)
  • release: 0.7.17 (8c681e7)
  • release: 0.7.18 (147a6a9)

0.7.18 (2023-04-12)

✨ Features | 新功能

0.7.17 (2023-04-12)

🐛 Bug Fixes | Bug 修复

  • 优化input的高度变化 (82c9c5f)

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

0.7.16 (2023-04-08)

🐛 Bug Fixes | Bug 修复

  • 优化input的高度变化 (82c9c5f)

0.7.15 (2023-04-08)

✨ Features | 新功能

  • input监听高度变化事件 (fd46980)

0.7.14 (2023-04-07)

✨ Features | 新功能

  • scroll-view: scroll-view的id从外层传入 (1183857)

🐛 Bug Fixes | Bug 修复

  • h5多个组件名嵌套会自动合并属性——去掉id (da69206)

🚀 Chore | 构建/工程依赖/工具

♻️ Code Refactoring | 代码重构

  • 去掉input中输入框的高度监听 (4aa2bc4)

0.7.13 (2023-04-07)

🐛 Bug Fixes | Bug 修复

  • h5多个组件名嵌套会自动合并属性——去掉id (da69206)

0.7.12 (2023-04-07)

✨ Features | 新功能

  • scroll-view: scroll-view的id从外层传入 (1183857)

0.7.11 (2023-04-07)

✨ Features | 新功能

  • scroll-view: 优化scroll-view,增加更多参数 (03a19ab)

0.7.10 (2023-04-07)

🐛 Bug Fixes | Bug 修复

  • TIM类型只在h5中显示 (70f8816)

♻️ Code Refactoring | 代码重构

✨ Features | 新功能

  • message-board-input: 优化input (8bf7f28)

0.7.9 (2023-04-04)

✨ Features | 新功能

0.7.8 (2023-04-04)

✨ Features | 新功能

0.7.7 (2023-04-04)

✨ Features | 新功能

0.7.6 (2023-04-03)

✨ Features | 新功能

0.7.5 (2023-04-03)

✨ Features | 新功能

  • 支持拦截取消操作 (6af70c7)

0.7.4 (2023-03-16)

✏️ Documentation | 文档

✨ Features | 新功能

0.7.3 (2023-03-13)

✨ Features | 新功能

0.7.2 (2023-03-09)

0.7.1 (2023-03-09)

✨ Features | 新功能

0.7.0 (2023-03-08)

🐛 Bug Fixes | Bug 修复

  • 小程序模式下不引用vue (477e783)

0.6.6 (2023-03-08)

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

  • 赛宝更新 (0e1e7ed)
  • message-board: i18n (42b188c)
  • popup: popup支持异步promise确认后关闭 (ea424d9)

0.6.5 (2023-03-08)

✏️ Documentation | 文档

✨ Features | 新功能

0.6.4 (2023-03-06)

✨ Features | 新功能

  • popup: popup支持异步promise确认后关闭 (ea424d9)

0.6.3 (2023-03-02)

✨ Features | 新功能

0.6.2 (2023-03-02)

✨ Features | 新功能

0.6.1 (2023-03-02)

✨ Features | 新功能

0.6.0 (2023-03-02)

✏️ Documentation | 文档

  • 显示增加切换语言 (a31892d)

✨ Features | 新功能

  • 赛宝海外适配 (8d8fa71)
  • dialog: 优化命名 (cc402ff)
  • dialog: dialog支持组件调用和多例 (2d45e8b)
  • picker: picker点击切换优化 (7832d21)
  • popup: 支持title的slot (e8335a7)

🚀 Chore | 构建/工程依赖/工具

0.5.6 (2023-02-28)

✏️ Documentation | 文档

  • 显示增加切换语言 (a31892d)

✨ Features | 新功能

  • picker: picker点击切换优化 (7832d21)

0.5.5 (2023-02-28)

✨ Features | 新功能

0.5.4 (2023-02-28)

✨ Features | 新功能

  • dialog: dialog支持组件调用和多例 (2d45e8b)

0.5.3 (2023-02-24)

✨ Features | 新功能

0.5.2 (2023-02-24)

🚀 Chore | 构建/工程依赖/工具

0.5.1 (2023-02-24)

♻️ Code Refactoring | 代码重构

💄 Styles | 风格

✏️ Documentation | 文档

🚀 Chore | 构建/工程依赖/工具

✨ Features | 新功能

0.5.0 (2023-02-14)

0.4.0 (2023-02-14)

0.3.0 (2023-02-14)

0.2.0 (2023-02-14)

Features

Bug Fixes

  • 解决微信下没有wx (f573e4d)
  • 解决get问题 (7ca25a3)
  • 修复im列表滚动 (b753893)
  • 修复swipe-cell (5b2a968)
  • 用el.parentElement替换document.body.removeChild (5c5b288)
  • button: 修复button文字换行和背景图片遮挡问题 (072d1a1)
  • dialog: 弹窗优化 (ffe0dae)
  • field: 解决cell中title问题 (4090c9e)
  • focus (9514e42)
  • loading-plus: 修复loading样式问题 (cb6963d)
  • loading-plus: 优化sass写法,解决一些项目编译问题 (c37f852)
  • picker: 级联选择与其他返回相同 (cdd6223)
  • popup找不到parent (6d410a7)
  • sticky: 修复h5下sticky失效问题 (bd5f719)
  • swipe-cell: 修复swipe-cell问题 (d9ddc61)
  • toast动态提示 (e9abee0)

0.1.53 (2023-02-14)

Features

Bug Fixes

  • 解决微信下没有wx (f573e4d)
  • 解决get问题 (7ca25a3)
  • 修复im列表滚动 (b753893)
  • 修复swipe-cell (5b2a968)
  • 用el.parentElement替换document.body.removeChild (5c5b288)
  • button: 修复button文字换行和背景图片遮挡问题 (072d1a1)
  • dialog: 弹窗优化 (ffe0dae)
  • field: 解决cell中title问题 (4090c9e)
  • focus (9514e42)
  • loading-plus: 修复loading样式问题 (cb6963d)
  • loading-plus: 优化sass写法,解决一些项目编译问题 (c37f852)
  • picker: 级联选择与其他返回相同 (cdd6223)
  • popup找不到parent (6d410a7)
  • sticky: 修复h5下sticky失效问题 (bd5f719)
  • swipe-cell: 修复swipe-cell问题 (d9ddc61)
  • toast动态提示 (e9abee0)

0.1.52 (2023-02-14)

Features

Bug Fixes

  • 解决微信下没有wx (f573e4d)
  • 解决get问题 (7ca25a3)
  • 修复im列表滚动 (b753893)
  • 修复swipe-cell (5b2a968)
  • 用el.parentElement替换document.body.removeChild (5c5b288)
  • button: 修复button文字换行和背景图片遮挡问题 (072d1a1)
  • dialog: 弹窗优化 (ffe0dae)
  • field: 解决cell中title问题 (4090c9e)
  • focus (9514e42)
  • loading-plus: 修复loading样式问题 (cb6963d)
  • loading-plus: 优化sass写法,解决一些项目编译问题 (c37f852)
  • picker: 级联选择与其他返回相同 (cdd6223)
  • popup找不到parent (6d410a7)
  • sticky: 修复h5下sticky失效问题 (bd5f719)
  • swipe-cell: 修复swipe-cell问题 (d9ddc61)
  • toast动态提示 (e9abee0)

0.1.50 (2023-02-08)

Bug Fixes

  • loading-plus: 优化sass写法,解决一些项目编译问题 (c37f852)

0.1.49 (2023-02-03)

Features

0.1.46 (2023-01-16)

Features

0.1.45 (2023-01-13)

Bug Fixes

0.1.44 (2023-01-09)

Features

0.1.43 (2022-12-27)

Features

  • 运行时的isMp改成条件编译 (0535cae)

0.1.42 (2022-12-27)

Features

0.1.41 (2022-12-27)

0.1.40 (2022-12-27)

Features

  • 更新dialog (6b600db)
  • 强制更新 (12a9a2b)
  • 生成组件配置优化 (27ef1e0)
  • 优化排序脚本 (e1f1dc2)
  • 优化picker-view (0cbea86)
  • 增加上报 (71e7139)
  • 增加picker外点击事件 (717a866)
  • calendar: 优化样式 (b3bedd1)
  • calendar: 优化calendar (ceb2261)
  • calendar: 优化calendar命名 (89198b4)
  • calendar: 增加calendar (e0c2c15)
  • col: 增加row和col (071f6d2)
  • collapse: 优化collapse (6a0b80c)
  • collapse: 优化collapse-item (4e728e0)
  • collapse: 优化collapse动画 (1e21499)
  • color-picker: 增加color-picker (ca39cb2)
  • count-down: 增加count-down (42988a3)
  • dialog-plus: 增加dialog-plus (d77b07a)
  • dropdown-menu: 优化命名 (2a3eda8)
  • dropdown-menu: 优化dropdown-menu (34b3a13)
  • dropdown-menu: 增加dropdown-menu (b99563e)
  • grid: 优化命名 (5a68150)
  • grid: 增加grid (d08ef52)
  • notice-bar: 原生动画 (ee313eb)
  • progress: 增加progress (a548bbb)
  • skeleton: 优化skeleton (69e0c60)
  • skeleton: 增加skeleton (0a7c07e)
  • switch: 命名优化 (4361c90)
  • tag: 替换tag的一些命名 (86425b9)
  • transition: 优化组件命名 (3b1b941)
  • tree-select: 命名优化 (f90f8cc)
  • van-toast改为press-toast (ccab393)

Bug Fixes

0.1.39 (2022-12-19)

Features

0.1.38 (2022-12-19)

Features

0.1.37 (2022-12-16)

Features

  • picker: 优化picker在qq小程序滚动问题 (6e57cb8)

Bug Fixes

  • 用el.parentElement替换document.body.removeChild (5c5b288)

0.1.36 (2022-12-16)

Features

  • popover: 替换一些变量 (ffd3c0a)
  • popup: popup在show为false时销毁 (c6034fe)

0.1.35 (2022-12-15)

Features

Bug Fixes

  • button: 修复button文字换行和背景图片遮挡问题 (072d1a1)

0.1.34 (2022-12-14)

0.1.33 (2022-12-14)

0.1.32 (2022-12-14)

Features

Bug Fixes

  • 解决微信下没有wx (f573e4d)
  • 解决get问题 (7ca25a3)
  • 修复im列表滚动 (b753893)
  • 修复swipe-cell (5b2a968)
  • button: 修复button文字换行和背景图片遮挡问题 (072d1a1)
  • field: 解决cell中title问题 (4090c9e)
  • loading-plus: 修复loading样式问题 (cb6963d)
  • picker: 级联选择与其他返回相同 (cdd6223)
  • popup找不到parent (6d410a7)
  • sticky: 修复h5下sticky失效问题 (bd5f719)
  • swipe-cell: 修复swipe-cell问题 (d9ddc61)
  • toast动态提示 (e9abee0)

0.1.31 (2022-12-12)

Bug Fixes

0.1.30 (2022-12-12)

Features

Bug Fixes

  • loading-plus: 修复loading样式问题 (cb6963d)

0.1.29 (2022-12-12)

Bug Fixes

  • swipe-cell: 修复swipe-cell问题 (d9ddc61)

0.1.28 (2022-12-12)

Bug Fixes

  • swipe-cell: 修复swipe-cell问题 (d9ddc61)

0.1.27 (2022-12-12)

Bug Fixes

0.1.26 (2022-12-12)

Features

Bug Fixes

  • 修复swipe-cell (5b2a968)
  • field: 解决cell中title问题 (4090c9e)

0.1.25 (2022-12-08)

Features

  • message-board-list: 优化事件 (42dd195)

0.1.24 (2022-12-08)

Features

  • message-board: 优化message-board (cf32082)

0.1.23 (2022-12-08)

Features

  • message-board-input: 优化输入框 (e916ae7)

0.1.22 (2022-12-08)

Features

  • 设置分享图片 (5d20f5c)
  • 优化switch (b5e8878)
  • 增加actionSheet (9f65b30)
  • area: 增加area组件 (8a9f911)
  • cell: 改造cell (c43f38e)
  • circle: 增加circle组件 (648dd3f)
  • collapse: 增加collapse (1d55987)
  • demo标题优化 (a2e6ebc)
  • message-board: 增加留言板 (e3197ca)
  • message-detail: 增加消息详情组件 (6971cd0)
  • message-list: 优化消息列表 (15e2e3d)
  • nav-bar+popup-plus: 增加navBar和popupPlus (cd06970)
  • notify: 增加notify (8d71671)
  • share-sheet: 增加shareSheet (53c5719)
  • steps: 增加步骤条 (46c5b8d)
  • switch: 优化一些样式 (95a34bc)
  • toast: 优化toast (a624aa4)
  • toast: 优化toast-web (7a85aed)

0.1.21 (2022-12-05)

Features

  • 删除没有用到的press-picker-2和press-toolbar (8bebd88)
  • cell: 增加cell (aabefe9)
  • checkbox-group: 增加checkbox-group (55e9693)
  • dialog: 使用scroll-view包裹v-html (078115e)
  • dialog: 真机dialog的scroll-view优化 (06b9629)
  • empty: 增加空状态 (81ff008)
  • message-list: 优化message-list (1fa574a)
  • message-list: 增加业务组件message-list (98e27af)
  • tag+notice-bar+divider: 增加几个组件 (11b826e)

Bug Fixes

  • sticky: 修复h5下sticky失效问题 (bd5f719)

0.1.20 (2022-12-01)

0.1.19 (2022-12-01)

Features

  • 优化transition及文档 (ff7836f)

Bug Fixes

0.1.18 (2022-11-30)

Features

  • 获取到小程序对应页面路径 (ee14d73)

0.1.17 (2022-11-30)

Features

0.1.16 (2022-11-29)

Features

0.1.15 (2022-11-29)

0.1.14 (2022-11-29)

Features

0.1.13 (2022-11-25)

Features

  • 优化loading、tab样式 (f84abc6)

0.1.12 (2022-11-24)

Bug Fixes

  • 解决微信下没有wx (f573e4d)

0.1.11 (2022-11-24)

Features

0.1.10 (2022-11-23)

0.1.9 (2022-11-23)

0.1.8 (2022-11-23)

0.1.4 (2022-11-22)

Features

Bug Fixes

  • picker: 级联选择与其他返回相同 (cdd6223)
  • popup找不到parent (6d410a7)

0.1.3 (2022-11-22)

Features

Bug Fixes

  • picker: 级联选择与其他返回相同 (cdd6223)
  • popup找不到parent (6d410a7)