Skip to content

Releases: studiometa/ui

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)

v0.2.5

06 Apr 13:43
0.2.5
dec7b21
Compare
Choose a tag to compare

Added

  • Add ScrollAnimation components (#31)
  • Add a FigureTwicPics component (#37, af28093)
  • Add support for not-lazy Figure components (#37, 46f0415)

v0.2.4

01 Apr 20:44
0.2.4
9e972d4
Compare
Choose a tag to compare

Added

  • Add a Menu component (#35)

Changed

  • Update @studiometa/js-toolkit package to v2.0.0
  • Update NPM dependencies

Fixed

  • Fix primitive Transition class merging (#34)
  • Fix accordion open state template (#32 by @notjb)
  • Prevent unnecessary image requests (#33 by @jverneaut)

New Contributors

v0.2.3

16 Mar 10:23
0.2.3
d9ae984
Compare
Choose a tag to compare

Added

  • JS: Add options to the LargeText component (#27)
  • Twig: Add a Twig template for the LargeText component (#27)
  • Doc: Add a demo for the LargeText component (#27)

v0.2.2

15 Mar 16:32
0.2.2
6eb57fa
Compare
Choose a tag to compare

Added

  • Twig: Add an ImageGrid organism (#20)
  • Doc: Add support for variants preview (#20)
  • Twig, JS: Add a Panel molecule (#20)
  • JS: add a ModalWithTransition class (#20)
  • JS: add a Transition primitive (#20)
  • JS: add an AnchorScrollTo atom (#20)
  • JS: add a LargeText atom (#20)
  • JS: add a LazyInclude atom (#20)
  • JS: add a Prefetch atom (#20)
  • JS: add a Slider molecule (#20)
  • JS: add a SliderItem molecule (#20)
  • JS: add a SliderBtn molecule (#20)
  • JS: add a SliderCount molecule (#20)
  • JS: add a SliderDots molecule (#20)
  • JS: add a SliderDrag molecule (#20)
  • JS: add a SliderProgress molecule (#20)
  • JS: add a TableOfContent molecule (#20)
  • JS: add a Frame organism (#20)

Fixed

  • Twig: Fix Button class attribute merging twice (#22)

New Contributors

v0.2.1

02 Feb 17:13
0.2.1
14afecc
Compare
Choose a tag to compare

Fixed

  • Fix default fit value for the Figure Twig template (dbcc06a, #18)
  • Fix infinite loop when overriding package Twig templates (624e1b1, #18)

Added

  • Add support for custom attributes for the Figure Twig template (b3d0302, #18)

v0.2.0

01 Feb 16:27
0.2.0
8f54d55
Compare
Choose a tag to compare

Added

  • Twig: Add Button atom (#13)
  • Twig: Add Icon atom (#13)
  • Twig: Add blocks to Accordion and Tabs templates (#13)
  • Twig,JS: Add a Sticky molecule (#14)
  • JS: Add a Sentinel primitive (#14)
  • Doc: Add PR preview with Gitpod (#14)
  • Twig: Add a studiometa/ui Twig extension (#15)

Changed

  • Doc: replace Storybook by VitePress (#13)
  • JS: Update components with the latest API from @studiometa/js-toolkit (#13)
  • Twig: Update studiometa/twig-toolkit extension to v1.2.0 (#17)
  • Twig: Standardize the Button Twig API (c7455e3, #17)
  • Twig: Standardize the Cursor Twig API (ab87a43, #17)
  • Twig: Standardize the Figure Twig API (6410c78, #17)
  • Twig: Standardize the Accordion Twig API (b56070d, #17)
  • Twig: Standardize the Modal Twig API (7e5bb51, #17)

v0.1.1

10 Jan 10:59
0.1.1
06c0524
Compare
Choose a tag to compare

Changed

  • Migrate usage of the get:refs event (b4809ea)
  • Configure components' emitted events (946e7aa)
  • Update NPM dependencies (38427ae)

v0.1.0

12 Oct 18:56
0.1.0
ab3d447
Compare
Choose a tag to compare

First release! 🎉

Added

Changed