Skip to content

Latest commit

 

History

History
158 lines (80 loc) · 7.6 KB

CHANGELOG.md

File metadata and controls

158 lines (80 loc) · 7.6 KB

4.1.6 (2024-03-21)

Bug Fixes

  • calculation of offset left that works inside a relative container (5470071)

4.1.5 (2024-03-21)

Reverts

  • Revert "fix: tl-sequence-container does not need position relative, causes timeline to appear over modals in chrome" (bbba4dc)
  • Revert "fix: strange position: relative inline style issue, resolve with unsetting" (4e845a8)

4.1.4 (2024-03-21)

Bug Fixes

  • strange position: relative inline style issue, resolve with unsetting (7b090b3)

4.1.3 (2024-03-20)

Bug Fixes

  • tl-sequence-container does not need position relative, causes timeline to appear over modals in chrome (f7485f6)

4.1.2 (2024-01-24)

Bug Fixes

  • snaptimes should not be overwritten when interacting with new blocks (b9b6e61)

4.1.1 (2024-01-24)

Bug Fixes

  • cursor style precedence, and block snapping improvements (d70d233)

4.1.0 (2024-01-24)

Features

  • default dynamic snap threshold (d8fda87)
  • formattimefn and title for markers (45e3b38)

4.0.0 (2024-01-15)

Bug Fixes

  • dont spam console (2f6b539)
  • wrong type on sequence context store (58bf14f)

chore

  • cleanup context set and get (34ce238)

Features

  • allow to pass markers directly to block (aa575e0)
  • dark mode, example with custom colored blocks (25bea21)
  • improve marker rendering (df89181)

BREAKING CHANGES

  • removed setTime on context

3.0.0 (2024-01-10)

Bug Fixes

Chore

Features

  • allow snapping to handles and markers (466dbdc)
  • Update README.md, testing release workflow (b05362d)
  • upgrade to svelte 2.0 (7c87cb9)

BREAKING CHANGES

  • renamed some slots in components, now we have layers and layer, aswell as blocks and block. See new marker example for usage.
  • Timeline has been renamed Sequence, everywhere

2.0.2 (2023-11-24)

Bug Fixes

2.0.1 (2023-11-24)

Bug Fixes

  • duplicate code to check for errorHandler (8593c1e)
  • multiple type errors and more (10ab84c)
  • wrong name for import (427c6c9)

2.0.0 (2023-11-22)

Chore

BREAKING CHANGES

  • Timeline has been renamed Sequence, everywhere

1.0.6 (2023-11-22)

Bug Fixes

  • package: build and include dist (03ec611)

1.0.5 (2023-11-21)

Bug Fixes

1.0.4 (2023-11-21)

Bug Fixes

1.0.3 (2023-11-21)

1.0.2 (2023-11-21)

1.0.0 (2023-11-21)

Features

  • Update README.md, testing release workflow (2b5a12d)