Skip to content

Releases: Denny09310/Shoelace.Style

[1.8.0] - 2024-10-18

18 Oct 14:09
Compare
Choose a tag to compare

πŸš€ Features

  • Added messageboxes

πŸ› Bug Fixes

  • Sl-on-request-close should give a DialogResult of cancel

[1.7.1] - 2024-10-16

16 Oct 13:51
Compare
Choose a tag to compare

πŸ› Bug Fixes

  • CloseAsync should be called only for dialogs instantiated by the provider

[1.7.0] - 2024-10-16

16 Oct 11:40
Compare
Choose a tag to compare

πŸš€ Features

  • Added tab group state, added programmatic tab navigation
  • Added sl-tag, added sl-remove event registration

βš™οΈ Miscellaneous Tasks

  • Reoredered events

[1.6.0] - 2024-10-16

16 Oct 09:06
Compare
Choose a tag to compare

πŸš€ Features

  • Added sl-tab, added sl-close event registration
  • Added sl-tab-group, added sl-tab-hide and sl-tab-show registration
  • Added closable behavior, moved components in one folder

πŸ› Bug Fixes

  • Invalid form styles, revert back to aria-invalid
  • Missing EventArgs inheritance on events
  • Wrong usage of lazy values

βš™οΈ Miscellaneous Tasks

  • Better naming for static files
  • Changed attributes to shoelace ones
  • Reordered attributes to better fit guidelines, cleanup
  • Added documentation for sl-tab-show/sl-tab-hidden

[1.5.0] - 2024-10-15

15 Oct 15:31
Compare
Choose a tag to compare

πŸš€ Features

  • Added sl-progress-bar
  • Added sl-progress-ring
  • Added sl-menu
  • Added sl-menu-item
  • Added sl-menu-label

πŸ› Bug Fixes

  • Revert sl-animated-image play state detection
  • Missing @attributes parameter on sl-drawer
  • Xml documentation typo

βš™οΈ Miscellaneous Tasks

  • Removed unusued documentation

[1.4.0] - 2024-10-15

15 Oct 14:22
Compare
Choose a tag to compare

πŸš€ Features

  • Added sl-drawer
  • Added ShoelaceDrawerProvider for global drawer injection

πŸ› Bug Fixes

  • Missing event handlers registration

[1.3.1] - 2024-10-15

15 Oct 12:34
Compare
Choose a tag to compare

🚜 Refactor

  • Removed shoelace cdn from inside the nuget package
  • Removed most of the Blazor.Javascript.Interop.Extensions method in favor of the native EventHandlers

[1.2.0] - 2024-10-07

07 Oct 06:37
Compare
Choose a tag to compare

πŸš€ 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

03 Oct 14:59
Compare
Choose a tag to compare

πŸš€ Features

  • Add sl-format-bytes
  • Add sl-format-date
  • Add sl-format-number

πŸ› Bug Fixes

  • Add missing attributes to sl-format-bytes

Rework

  • Change "Valid values are" in "Possible values are"

1.0.1 - 2024-10-03

03 Oct 14:29
Compare
Choose a tag to compare

πŸš€ 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

βš™οΈ Miscellaneous Tasks

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