Skip to content

Commit

Permalink
0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboveyunhai committed Apr 14, 2024
1 parent 9a7a95c commit 2348329
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.3.0] - 2024-04-13

### Changed

- breaking: default `<input>` -> `<button>` so it can't be editable, old `<input>` as varaint will have an addtional trigger to ensure the correct sementic

### Added

- add `variant` to fix input trigger (PR #73)
- fix position inside modal
- allow selected styling while being disabled (kudos @namolnad PR #77)

## [0.2.10] - 2023-09-13

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.2.10",
"version": "0.3.0",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
Expand Down

0 comments on commit 2348329

Please sign in to comment.