mirror of
https://github.com/HoshinoSuzumi/rayine-ui.git
synced 2025-04-10 21:38:51 +08:00
156 lines
5.3 KiB
Markdown
156 lines
5.3 KiB
Markdown
# Changelog
|
|
|
|
## [1.3.9](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.8...v1.3.9) (2024-11-27)
|
|
|
|
## [1.3.8](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.7...v1.3.8) (2024-11-27)
|
|
|
|
## [1.3.7](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.6...v1.3.7) (2024-11-26)
|
|
|
|
### Features
|
|
|
|
* **button:** add `icon` and `loadingIcon` prop support ([2996866](https://github.com/HoshinoSuzumi/rayine-ui/commit/2996866b9adfed79fa64afa8ccd7c1fbfa88d059))
|
|
|
|
## [1.3.6](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.5...v1.3.6) (2024-11-26)
|
|
|
|
## [1.3.5](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.4...v1.3.5) (2024-11-26)
|
|
|
|
## [1.3.4](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.3...v1.3.4) (2024-11-25)
|
|
|
|
## [1.3.3](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.3-beta.1...v1.3.3) (2024-11-24)
|
|
|
|
## [1.3.3-beta.1](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.2...v1.3.3-beta.1) (2024-11-24)
|
|
|
|
### Performance Improvements
|
|
|
|
* **input:** update InputType in input.d.ts ([e9b9b07](https://github.com/HoshinoSuzumi/rayine-ui/commit/e9b9b070f75bd4b1c401801986e3208bf5b6aa0c))
|
|
|
|
## [1.3.2](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.1...v1.3.2) (2024-11-23)
|
|
|
|
## v1.3.1
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.3.0...v1.3.1)
|
|
|
|
### 🩹 Fixes
|
|
|
|
- **docs:** Hydration mismatch ([d685aae](https://github.com/HoshinoSuzumi/rayine-ui/commit/d685aae))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- HoshinoSuzumi ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi))
|
|
|
|
## v1.3.0
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.2.0...v1.3.0)
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- **Button): add match and invert color mode refactor(docs:** Update docs ([0e070c8](https://github.com/HoshinoSuzumi/rayine-ui/commit/0e070c8))
|
|
|
|
### 💅 Refactors
|
|
|
|
- **button:** Export defineComponent instead of setup ([15aa231](https://github.com/HoshinoSuzumi/rayine-ui/commit/15aa231))
|
|
|
|
### 📖 Documentation
|
|
|
|
- **message:** Fix typo ([f68fa2f](https://github.com/HoshinoSuzumi/rayine-ui/commit/f68fa2f))
|
|
|
|
### 🏡 Chore
|
|
|
|
- Show the version of rayine-ui in the header ([421de5a](https://github.com/HoshinoSuzumi/rayine-ui/commit/421de5a))
|
|
- Lint code ([69cbab8](https://github.com/HoshinoSuzumi/rayine-ui/commit/69cbab8))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- HoshinoSuzumi ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi))
|
|
|
|
## v1.2.0
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.1.0...v1.2.0)
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- **button:** Add disabled and loading state ([ed419ef](https://github.com/HoshinoSuzumi/rayine-ui/commit/ed419ef))
|
|
- **message:** New component `messages` and `message` ([4406130](https://github.com/HoshinoSuzumi/rayine-ui/commit/4406130))
|
|
|
|
### 🩹 Fixes
|
|
|
|
- **docs:** Some colors can not be rendered ([36818ce](https://github.com/HoshinoSuzumi/rayine-ui/commit/36818ce))
|
|
- **docs:** Interactive colors rendering and lint code ([e62f759](https://github.com/HoshinoSuzumi/rayine-ui/commit/e62f759))
|
|
- **docs:** Wrong import path ([6d95d9f](https://github.com/HoshinoSuzumi/rayine-ui/commit/6d95d9f))
|
|
|
|
### 💅 Refactors
|
|
|
|
- **message:** BREAKING redesign component props ([222d2e8](https://github.com/HoshinoSuzumi/rayine-ui/commit/222d2e8))
|
|
|
|
### 📖 Documentation
|
|
|
|
- **interactive:** Add interactive props ([355843b](https://github.com/HoshinoSuzumi/rayine-ui/commit/355843b))
|
|
- **ui:** Adjust the readability of page title ([ce52146](https://github.com/HoshinoSuzumi/rayine-ui/commit/ce52146))
|
|
- **message,button:** Update docs ([d9ad42d](https://github.com/HoshinoSuzumi/rayine-ui/commit/d9ad42d))
|
|
|
|
### 🏡 Chore
|
|
|
|
- **release:** V1.1.0 ([d3bd236](https://github.com/HoshinoSuzumi/rayine-ui/commit/d3bd236))
|
|
- Reformat code ([09a5faa](https://github.com/HoshinoSuzumi/rayine-ui/commit/09a5faa))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- HoshinoSuzumi <master@uniiem.com>
|
|
|
|
## v1.1.0
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.7...v1.1.0)
|
|
|
|
### 🚀 Enhancements
|
|
|
|
- **button:** Add disabled and loading state ([ed419ef](https://github.com/HoshinoSuzumi/rayine-ui/commit/ed419ef))
|
|
|
|
### 📖 Documentation
|
|
|
|
- Fix typo ([2b9e776](https://github.com/HoshinoSuzumi/rayine-ui/commit/2b9e776))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- HoshinoSuzumi ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi))
|
|
- Timothy Yin ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi))
|
|
|
|
## v1.0.7
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.7-beta.2...v1.0.7)
|
|
|
|
### 📖 Documentation
|
|
|
|
- Installation guide ([8cbef08](https://github.com/HoshinoSuzumi/rayine-ui/commit/8cbef08))
|
|
|
|
### 🏡 Chore
|
|
|
|
- Update tsconfig to exclude docs directory ([339cb86](https://github.com/HoshinoSuzumi/rayine-ui/commit/339cb86))
|
|
|
|
### ❤️ Contributors
|
|
|
|
- HoshinoSuzumi ([@HoshinoSuzumi](http://github.com/HoshinoSuzumi))
|
|
|
|
## v1.0.6
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.5...v1.0.6)
|
|
|
|
## v1.0.5
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.4...v1.0.5)
|
|
|
|
## v1.0.4
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.3...v1.0.4)
|
|
|
|
## v1.0.3
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.2...v1.0.3)
|
|
|
|
## v1.0.2
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.1...v1.0.2)
|
|
|
|
## v1.0.1
|
|
|
|
[compare changes](https://github.com/HoshinoSuzumi/rayine-ui/compare/v1.0.1-beta.1...v1.0.1)
|