From 37097642cc4d0f2ca5ba825b3063da57a4d3393d Mon Sep 17 00:00:00 2001 From: niunai Date: Mon, 28 Mar 2022 23:47:20 +0800 Subject: [PATCH] v2.3.0 --- packages/zent-compat/RELEASE_zh-CN.md | 9 +++++++++ packages/zent-compat/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/zent-compat/RELEASE_zh-CN.md b/packages/zent-compat/RELEASE_zh-CN.md index 73a74d9..ba570b7 100644 --- a/packages/zent-compat/RELEASE_zh-CN.md +++ b/packages/zent-compat/RELEASE_zh-CN.md @@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.0] - 2022-03-28 +### Changed +- 更新 zent 依赖到 10.0 版本 +- 组件支持样式隔离(form 除外,因为项目中会有直接挂 form 相关 class 的写法) + +## [2.2.1] - 2022-03-10 +### Changed +- 更新 select、cascader、table 样式,贴近新版设计语言 + ## [2.2.0] - 2022-02-09 ### Added - 增加 zent@9 的 `Tree` 和 `Link` 组件 diff --git a/packages/zent-compat/package.json b/packages/zent-compat/package.json index 4aac593..99fd6a1 100644 --- a/packages/zent-compat/package.json +++ b/packages/zent-compat/package.json @@ -1,6 +1,6 @@ { "name": "@zent/compat", - "version": "2.2.1", + "version": "2.3.0", "description": "一套前端设计语言和基于React的实现", "bugs": "https://github.com/zent-contrib/zent-compat/issues", "repository": {