Skip to content

Latest commit

 

History

History
63 lines (47 loc) · 1.88 KB

CHANGELOG.md

File metadata and controls

63 lines (47 loc) · 1.88 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

0.1.7 - 2024-05-20

Other

  • Fixed Issue with SSR By adding leptos_meta as dependency to ssr mode. Also rewrote Readme to signal it better how to use leptos_toaster when using ssr

0.1.6 - 2024-05-02

Other

  • fully go away from nightly
  • resolve merge conflict
  • Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
  • remove nightly, add feature flags, remove cfg_if

0.1.5 - 2024-05-02

Other

  • Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
  • more lean deps

0.1.4 - 2024-05-02

Other

  • include lock
  • stuff
  • Merge branch 'main' into styling
  • remove Cargo.lock

0.1.3 - 2024-03-09

Other

  • revert
  • bump version
  • remove thaw ids

0.1.2 - 2024-02-06

Other

  • Merge branch 'main' into styling
  • better examples
  • better styling

0.1.1 - 2024-02-06

Other

  • add close_button flag
  • release-plz workflow
  • exclude .github in release
  • add author
  • Merge branch 'main' of github.com:SorenHolstHansen/leptos_toaster
  • new line in README
  • clippy
  • remove stylesheet
  • include css with component
  • example setup
  • Initial commit