Skip to content

Releases: studiometa/ui

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)

v0.2.8

30 Jun 20:56
0.2.8
77bc486
Compare
Choose a tag to compare

Fixed

  • Fix Frame when working with forms (311ddc1)

Changed

  • Improve ScrollAnimation performance (#46)
  • Improve LargeText performance (3106485)
  • Improve SliderProgress performance (ee4e186)
  • Improve Slider performance (66a7c95)

v0.2.7

16 Apr 12:37
0.2.7
206393c
Compare
Choose a tag to compare

Changed

  • Expose the origins of the Slider component (#41, c1a4316)
  • Refactor the SliderItem style update in one render method (#41, 7252839)

v0.2.6

14 Apr 18:08
0.2.6
76377b3
Compare
Choose a tag to compare

Fixed

  • Add missing Twig files to the NPM package (#39, 485263d)
  • Add missing organisms to the package exports (#39, a482a7c)
  • Fix history management for the Frame component (#39, 00774f4)
  • Fix FrameTarget enter transition not keeping styles (#39, 3436a5b)