Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*

# lock
# lock 文件 请根据自身项目或团队需求选择具体的包管理工具 并移除具体的ignore的lock文件
yarn.lock
package-lock.json
pnpm-lock.yaml

# code editor setting
/.vscode
106 changes: 106 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,106 @@

# Changelog

## 0.3.1
### 🚀 Features

- 移除所有内置主题色相关代码,全部通过 tvision-color 计算获取 by @uyarn #144

- 卡片统一默认样式为无边框 by @uyarn #144

**Full Changelog**: https://github.com/Tencent/tdesign-react-starter/compare/0.3.0...0.3.1

## 0.3.0
❗ Breaking Changes

- 统一使用`.env`文件区分环境 生产环境改为`release` by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/136

🚀 Features

- 默认路由模式改为`history`路由 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/136

**Full Changelog**: https://github.com/Tencent/tdesign-react-starter/compare/0.2.0...0.3.0

## 0.2.0
### ❗ Breaking Changes

- 升级组件库依赖至 0.43+ 更新主题色配色方案 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/129

### 🚀 Features

- 新增自定义颜色面板选择 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/129

### 🐞 Bug Fixes

- 修复卡片面板的标题丢失的问题 by @uyarn https://github.com/Tencent/tdesign-react-starter/pull/129

**Full Changelog**: https://github.com/Tencent/tdesign-react-starter/compare/0.1.6...0.2.0

## 0.1.6
### Features

- 升级组件库依赖至0.42+ 版本

### Bug Fixes

- 修复部分页面样式展示的缺陷

- 优化顶部菜单布局

## 0.1.5
## Features

- 新增卡片列表页 by @xucz in https://github.com/Tencent/tdesign-react-starter/pull/91

- 菜单路由配置`hidden`和`single`功能 by @xucz in https://github.com/Tencent/tdesign-react-starter/pull/95

## Bug Fixes

- 同步DatePicker组件升级的改动 by @uyarn in https://github.com/Tencent/tdesign-react-starter/pull/87

**Full Changelog**: https://github.com/Tencent/tdesign-react-starter/compare/0.1.4...0.1.5

## 0.1.4
## Features

- 增加面包屑导航

- 搜索框样式优化

- Layout组件命名语义化

- 图表主题功能优化

## 0.1.3
1. 升级tdesign-react

2. 替换为tdesign-react Card 组件

3. table样式优化

## 0.1.2
- 升级axios、tdesign @xucz

- fix: loss css token @uyarn

- 修复图表文字重叠 @xucz

## 0.1.1
## Features

- 新增登录页 #42 by @uyarn

- Logo点击跳转首页 #45 by @aouos

## 0.1.0
## Bug Fixes

- 修复页面主题色 by @xucz

- 修复页面布局

- 修复版本图表渲染问题

## Features

- 增加数据Mock by @xucz
Loading
Loading