Skip to content

Releases: limbo-works/Limbo.Nuxt.ThemeConfiguration

v2.6.0

23 Sep 13:43
cdfb525
Compare
Choose a tag to compare

2.6.0 (2024-09-23)

Features

Bug Fixes

v2.5.1

05 Sep 09:02
bb6b3b0
Compare
Choose a tag to compare

2.5.1 (2024-09-05)

Bug Fixes

  • surround font family with quotes when containing special characters (8d6b1e0)
  • typo in ThemeConfiguration (b6564e3)

v2.5.0

04 Jun 15:51
ce1870b
Compare
Choose a tag to compare

2.5.0 (2024-06-04)

Features

  • added rounding to theme configuration capabilities (35f4e43)

v2.4.0

28 Mar 14:25
069a617
Compare
Choose a tag to compare

2.4.0 (2024-03-28)

Features

  • added getThemeConfiguration utility function (6892a47)

v2.3.0

07 Mar 15:59
726ee6d
Compare
Choose a tag to compare

2.3.0 (2024-03-07)

Features

  • handle quotes around font family (7ae7663)
  • working on the query setup (6440374)

v2.2.0

31 Jan 19:00
1e98729
Compare
Choose a tag to compare

2.2.0 (2024-01-31)

Features

  • made configs per media query possible (22c2d66)

v2.1.0

30 Jan 20:31
436f620
Compare
Choose a tag to compare

2.1.0 (2024-01-30)

Features

  • added getThemeConfiguraitons util function (4a7d171)
  • added posibility for print config (130c1a7)
  • added release please (2cb2e42)

2.0.1

01 Dec 14:33
Compare
Choose a tag to compare

Full Changelog: 2.0.0...2.0.1

2.0.0

30 Nov 14:53
Compare
Choose a tag to compare

Refactored ThemeConfiguration.vue such that all functionality is moved into the setup section.
The config export is now a ref and not a plain object, so adding .value is needed when migrating from v1.x.x.

Full Changelog: 1.0.1...2.0.0

1.0.1

21 Nov 08:59
e7e2f15
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.0...1.0.1