Skip to content

Latest commit

 

History

History
110 lines (38 loc) · 3.69 KB

CHANGELOG.md

File metadata and controls

110 lines (38 loc) · 3.69 KB

2.0.1 (2022-03-05)

Features

  • pass retry method to error slot (f798b08)

1.5.1 (2020-12-17)

Bug Fixes

  • make onMount sync and suppress load event when un-mounted (#40) (50ff154)

1.5.0 (2020-05-12)

Features

  • create callback event after component loads (#28) (1b8609b)

1.4.0 (2020-01-18)

Features

  • add ability to unload component and optionally callback (#23) (086880c)

1.3.2 (2020-01-14)

Bug Fixes

1.3.1 (2019-12-10)

Bug Fixes

  • if no error slot provided throw error so an error is shown in console (#22) (d5d0139)

1.3.0 (2019-09-17)

Features

  • add loader cache (#15) (43d26cf)
  • only delay setting state to LOADING if delay is > 0, and reset defaults on reload (b5e70fe)

1.2.0 (2019-09-09)

Features

  • 🎸 make loading happen before onMount (5213bb0), closes #12

1.1.1 (2019-09-04)

Bug Fixes

  • 🐛 pass props to rendered component when not using slots (607b7a2)

Features

  • Pass props down to loaded component (09fefbd)

1.0.2 (2019-07-25)

Bug Fixes

  • check if SLOTS exists before checking for a specific slot (d3c82ba)

1.0.0 (2019-07-25)

Features

  • 🎸 Update to svelte v3 (7918ae2)

BREAKING CHANGES

  • 🧨 will not support svelte v2 anymore