Skip to content

Releases: studiometa/ui

v0.2.18

27 Oct 15:06
Compare
Choose a tag to compare

Fixed

  • Figure: terminate component once the image is loaded (fix #64, #89)

New Contributors

v0.2.17

15 Oct 09:11
0.2.17
741ce9d
Compare
Choose a tag to compare

Fixed

  • Fix a bug where ticked hook return function was not executed (#87, 8ed6e9d)
  • Fix types (#87, a1152ae)

Changed

  • Update @studiometa/js-toolkit 2.6.1 → 2.6.3 (#87, 8ed6e9d)

v0.2.16

10 Oct 17:43
0.2.16
a8de08f
Compare
Choose a tag to compare

Fixed

  • Fix a bug where sliders in mode center/right would not be draggable (#85)

Added

  • Add a Dockerfile to deploy the doc on release (#84)

Changed

  • Update twig/twig: 3.4.0 → 3.4.3 (#83)

v0.2.15

29 Sep 09:40
0.2.15
2b0ef6e
Compare
Choose a tag to compare

Changed

v0.2.14

19 Sep 07:43
0.2.14
6cbccd5
Compare
Choose a tag to compare

Changed

  • Improve types (#75)

v0.2.13

14 Sep 06:51
0.2.13
d51c526
Compare
Choose a tag to compare

Fixed

  • Fix a bug where sliders would jump on touch devices (#73, 840623b)

v0.2.12

31 Aug 15:22
Compare
Choose a tag to compare

Fixed

  • Slider:

New Contributors

  • @Liax made their first contribution in #68

v0.2.11

01 Aug 21:12
0.2.11
59be110
Compare
Choose a tag to compare

Added

  • Add a ScrollReveal atom (#57)
  • Slider
    • Add a dropSensitivity option to configure the factor used to find the next active slide on drop (#56, 1a16160)
    • Add support for navigating through slides with arrow keys when the wrapper is focused (#56, f5d9962)
  • Transition
    • Add support for passing target to the enter and leave methods (#56, 228b61e)
    • Add support for multiple targets (#56, 6fd018f)
    • Add a withTransition decorator (#56, 9612fb9)
  • Figure
    • Add support for transition when using Figure with lazyload (#55)

Changed

  • SliderProgress

Fixed

v0.2.10

23 Jul 15:58
0.2.10
21e3f6b
Compare
Choose a tag to compare

Changed

  • Update VitePress to v1.0.0-alpha.x (#53)
  • Change documentation structure for easier navigation and discoverability (#53)

Fixed

v0.2.9

20 Jul 09:28
0.2.9
2518931
Compare
Choose a tag to compare

Added

  • Menu
    • Add support for multiple MenuBtn when in clickable mode (10d0de1)
  • Cursor
    • Add a scale option (#48)
  • Modal
    • Add a scrollLock option (#43)

Changed

  • Update @studiometa/js-toolkit package (#50)
  • LargeText
    • Improve scroll performance (dc6ce0e)
  • Modal
    • ⚠️ Update open an close refs to be multiple (#49)
  • Panel
    • ⚠️ Update open an close refs to be multiple (#49)

Fixed

  • Menu
    • Fix a bug where submenus could not be opened in clickable mode (#50)