Skip to content

Commit

Permalink
chore: versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Denny09310 committed Oct 7, 2024
1 parent 0e47e46 commit 774bb1b
Show file tree
Hide file tree
Showing 2 changed files with 78 additions and 1 deletion.
77 changes: 77 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

All notable changes to this project will be documented in this file.

## [1.2.0] - 2024-10-07

### 🚀 Features

- Add sl-icon
- Add sl-icon-button
- Add sl-option
- Add sl-input, add IClearable interface
- Add sl-radio
- Add sl-radio-group
- Add sl-radio-button
- Add sl-rating
- Add sl-relative-time
- Add sl-range

### 🐛 Bug Fixes

- Add documentation to sl-color-picker
- Wrong component name

### ⚙️ Miscellaneous Tasks

- Update README.md
- Change 'TValue' to only 'T'

## [1.1.0] - 2024-10-03

### 🚀 Features
Expand All @@ -14,8 +39,60 @@ All notable changes to this project will be documented in this file.

- Add missing attributes to sl-format-bytes

### ⚙️ Miscellaneous Tasks

- Versioning

### Rework

- Change "Valid values are" in "Possible values are"

## [1.0.1] - 2024-10-03

### 🚀 Features

- Add shoelace base component
- Setup shoelace in demo project
- Add initial shoelace button
- Add sl-input, add base input component, add sl-change event args
- Add sl-alert
- Add toast service, remove static sl-alert toast
- Add sl-dialog, fix presentable not changing the Open property value
- Add initial sl-dialog-provider
- Fix sl-dialog-provider, add DialogService, add DialogResult, add DilaogReference
- Add sl-spinner
- Add sl-animated-image
- Add sl-avatar, add css styling rule
- Add sl-badge
- Add sl-breadcrumb, add sl-breadcrumb-item
- Add sl-button-group
- Add sl-card
- Add sl-checkbox
- Add sl-copy-button
- Add sl-color-picker
- Add sl-details
- Add sl-divider
- Add sl-dropdown

### 🐛 Bug Fixes

- Fonts not showing
- Minor changes sl-dialog-provider
- Dialog flashing due to css rule missing
- Minor xml docs change
- Checkboax inherit made string cause that represent the value attribute
- Add missing attributes sl-details
- Correct version
- Correct nuget version

### ⚙️ Miscellaneous Tasks

- Nuget versioning
- Add xml docs
- Versioning
- Initialized git cliff
- Update README.md
- Rename folder fom 'examples' to 'samples'
- Versioning

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion src/Shoelace.Style/Shoelace.Style.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageTags>Blazor;Shoelace;UI;WebComponents</PackageTags>
<PackageReleaseNotes>Initial release wrapping Shoelace components for Blazor.</PackageReleaseNotes>
<PackageLicenseFile>LICENSE.txt</PackageLicenseFile>
<Version>1.1.0</Version>
<Version>1.2.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 774bb1b

Please sign in to comment.