Skip to content

Commit

Permalink
Loading modifier on Button is deprecated #14
Browse files Browse the repository at this point in the history
  • Loading branch information
Dzoukr committed Apr 25, 2024
1 parent ad52eab commit e576fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Feliz.DaisyUI/Feliz.DaisyUI.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<PackageIconUrl></PackageIconUrl>
<PackageTags>fsharp;fable;tailwindcss;feliz;daisy</PackageTags>
<Authors>Roman Provazník</Authors>
<Version>4.2.0</Version>
<PackageReleaseNotes>Add missing Link modifiers #11</PackageReleaseNotes>
<Version>4.2.1</Version>
<PackageReleaseNotes>Loading modifier on Button is deprecated #14</PackageReleaseNotes>
</PropertyGroup>
<ItemGroup>
<Compile Include="Modifiers.fs" />
Expand Down
1 change: 1 addition & 0 deletions src/Feliz.DaisyUI/Modifiers.fs
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ type button =
/// Button with a glass effect
static member inline glass = prop.className "glass"
/// Shows loading spinner
[<Obsolete("This modifier is deprecated and will be removed in the next major version. For loading please use Loading component. See https://dzoukr.github.io/Feliz.DaisyUI/#/loading")>]
static member inline loading = prop.className "loading"
/// Disables click animation
static member inline animation = prop.className "no-animation"
Expand Down

0 comments on commit e576fc9

Please sign in to comment.