Skip to content

Latest commit

 

History

History
78 lines (59 loc) · 2.48 KB

RELEASE-NOTES.md

File metadata and controls

78 lines (59 loc) · 2.48 KB

Sotsera.Blazor.Toaster

Previous changes

__version 1.0.0

  • updated to Asp.Net Core 3.0.0

version 1.0.0-preview9.1

  • moved to 3.0.0-preview9.19424.4

version 1.0.0-preview.8.1

  • moved to 3.0.0-preview8.19405.7 and to SemVer 2.0.0
  • Breaking changes
    • the reference to the css file must be explicitly added also in client-side apps

version 0.11.0

  • moved to 3.0.0-preview7.19365.7
  • Breaking changes
    • repackaged as Razor Component Library: on server-side projects the css must be referenced explicitly by the host component
    • option NewestOnTop defaults to false

version 0.10.1

  • fix for bootstrap version >= 4.2
  • sample updated to boostrap v4.3.1 and fix for position initial value thanks to @peterblazejewicz

version 0.10.0

  • update to 3.0.0-preview6.19307.2
  • simplified transition management thanks to the @key binding in the toast container

version 0.9.0-preview-3

  • fixes issue #19 - exclude razor files from the nuget package

version 0.9.0-preview-2

  • update to 3.0.0-preview4-19216-03

  • updated instructions on how to include the ToastContainer component

  • version 0.9.0-preview-1

    • update to blazor 0.9.0-preview3-19154-02
  • version 0.8.0-preview-4

    • fix for razor components
  • version 0.8.0-preview-3

    • fix for razor components
    • OnClick method made async (breaking change)
  • version 0.8.0-preview-2 breaking changes

    • transitions handled with CSS animations
    • IToaster service registered as scoped service instead of singleton
    • options removed because only used by the old c# transitions
      • ShowStepDuration
      • HideStepDuration
      • ProgressBarStepDuration
  • version 0.8.0-preview-1

  • version 0.6.0

    • upgraded to blazor 0.6.0
  • version 0.6.0-preview1

    • upgraded to blazor 0.6.0-preview1-final
    • css cursor forced to pointer on toast's outer div in order to allow them to be tappable on safari (ios)
  • version 0.5.3

    • removed global.json files
    • the new RequireInteraction option disables the toast auto fade out
  • version 0.5.2

    • upgraded to blazor 0.5.1
  • version 0.5.1

    • upgraded to blazor 0.5.0
  • version 0.4.0

    • MaxDisplayedToasts is now an integer ranging from 0 to 100
    • The VisibleStepDuration option has been renamed to ProgressBarStepDuration