Skip to content

Releases: felix-bohlin/ui

1.2.2

18 Mar 16:14
f2b64d4
Compare
Choose a tag to compare

What's Changed

Docs

Chores

  • chore(deps-dev): bump lightningcss from 1.29.1 to 1.29.2 by @dependabot in #152
  • chore(deps): bump @vueuse/integrations from 12.7.0 to 13.0.0 by @dependabot in #151
  • chore(deps): bump @shikijs/transformers from 2.4.2 to 3.1.0 by @dependabot in #148
  • chore(deps): bump @vueuse/core from 12.7.0 to 13.0.0 by @dependabot in #150
  • chore(deps-dev): bump vite from 6.1.0 to 6.2.1 by @dependabot in #149
  • chore(deps-dev): bump prettier from 3.5.0 to 3.5.3 by @dependabot in #159
  • chore(deps-dev): bump @types/node from 22.13.8 to 22.13.10 by @dependabot in #158
  • chore(deps): bump shiki from 3.0.0 to 3.2.1 by @dependabot in #157
  • chore(deps-dev): bump typescript from 5.7.3 to 5.8.2 by @dependabot in #156
  • chore(deps): bump @shikijs/core from 3.1.0 to 3.2.1 by @dependabot in #162
  • chore(deps): bump @vitejs/plugin-vue from 5.2.1 to 5.2.3 by @dependabot in #155
  • chore(deps): bump @shikijs/transformers from 3.1.0 to 3.2.1 by @dependabot in #160
  • chore(deps): bump @docsearch/css from 3.8.3 to 3.9.0 by @dependabot in #161

Full Changelog: 1.2.1...1.2.2

1.2.1

07 Mar 08:19
1802f38
Compare
Choose a tag to compare

Minor fix

  • fix(switch): remove unused border color by @marpe in #147

Dep updates

New Contributors

Full Changelog: 1.2.0...1.2.1

1.2.0

18 Feb 16:05
662adcd
Compare
Choose a tag to compare

New component!

Full Changelog: 1.1.4...1.2.0

1.1.4

18 Feb 07:40
b744571
Compare
Choose a tag to compare

What's Changed

Chores

  • chore(deps-dev): bump @types/node from 22.13.1 to 22.13.4 by @dependabot in #135
  • chore(deps): bump @shikijs/transformers from 2.3.2 to 2.4.2 by @dependabot in #134
  • chore(deps): bump @vueuse/integrations from 12.5.0 to 12.7.0 by @dependabot in #133
  • chore(deps): bump @vue/devtools-api from 7.7.1 to 7.7.2 by @dependabot in #132
  • chore(deps-dev): bump vue-tsc from 2.2.0 to 2.2.2 by @dependabot in #131

Full Changelog: 1.1.3...1.1.4

1.1.3

11 Feb 14:57
df7a955
Compare
Choose a tag to compare

A potential critical fix for all field elements have been adressed. Take a look at #126 to see if this applies to you. Thanks @onokumus for raising this issue!

What's Changed

  • fix(field): fix issue where input was pushed down instead of label mo… by @felix-bohlin in #127

Full Changelog: 1.1.2...1.1.3

1.1.2

10 Feb 18:14
9041b1d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.1...1.1.2

1.1.1

26 Jan 09:50
Compare
Choose a tag to compare

What's Changed

Chores

  • chore(deps-dev): bump vite from 6.0.7 to 6.0.9 by @dependabot in #111
  • chore(deps): bump @shikijs/transformers from 1.26.2 to 2.0.3 by @dependabot in #108
  • chore(deps-dev): bump postcss from 8.4.49 to 8.5.1 by @dependabot in #107

Full Changelog: 1.1.0...1.1.1

1.1.0

19 Jan 20:03
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.1.0

1.0.2

17 Jan 21:49
a384c4d
Compare
Choose a tag to compare

Select and documentation fixes

Thanks for raising issues Cristiano and Krzysztof!

Full Changelog: 1.0.1...1.0.2

1.0.1

16 Jan 21:23
Compare
Choose a tag to compare

Bug fixes 🐛

  • Adjust for recently changed <select> API - <selectedoption> is now <selectedcontent>. 👈 make sure you caught that!
  • Adjust for recently changed <select> API - checkmark pseudo element changed from :before to :check 👈 and that!

Check out more about the select API changes in Una Kravets' blog post on the matter.

Docs

New Contributors

Full Changelog: 1.0...1.0.1