Releases: felix-bohlin/ui
Releases · felix-bohlin/ui
1.2.2
What's Changed
- Improve Select list animation and implement
::picker-icon
by @felix-bohlin in #163 - Change link colors in Alerts based on outline status by @felix-bohlin in #164
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
Minor fix
Dep updates
- chore(deps): bump shiki from 2.3.2 to 3.0.0 by @dependabot in #136
- chore(deps): bump @docsearch/js from 3.8.3 to 3.9.0 by @dependabot in #137
- chore(deps-dev): bump vue-tsc from 2.2.2 to 2.2.4 by @dependabot in #138
- chore(deps): bump @vueuse/core from 12.5.0 to 12.7.0 by @dependabot in #140
- chore(deps): bump minisearch from 7.1.1 to 7.1.2 by @dependabot in #139
- chore(deps-dev): bump postcss from 8.5.1 to 8.5.3 by @dependabot in #145
- chore(deps): bump @shikijs/core from 2.3.2 to 3.1.0 by @dependabot in #144
- chore(deps): bump baseline-status from 1.0.10 to 1.0.11 by @dependabot in #142
- chore(deps-dev): bump @types/node from 22.13.4 to 22.13.8 by @dependabot in #143
- chore(deps-dev): bump vue-tsc from 2.2.4 to 2.2.8 by @dependabot in #141
New Contributors
Full Changelog: 1.2.0...1.2.1
1.2.0
1.1.4
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
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
What's Changed
- Fix ::before of normalize by @tleperou in #116
- Refactor pseudo-elements to use double colons by @felix-bohlin in #125
- chore: upgrade packages by @felix-bohlin in #124
- fix outline offset clipping by @felix-bohlin in #123
- chore(deps): bump shiki from 1.29.1 to 2.1.0 by @dependabot in #115
- chore(deps): bump @shikijs/core from 1.29.1 to 2.1.0 by @dependabot in #114
- chore(deps): bump shiki from 2.1.0 to 2.2.0 by @dependabot in #121
- chore(deps): bump @shikijs/core from 2.1.0 to 2.2.0 by @dependabot in #118
- chore(deps-dev): bump @types/node from 22.10.10 to 22.13.0 by @dependabot in #119
- chore(deps): bump @shikijs/transformers from 2.1.0 to 2.2.0 by @dependabot in #120
New Contributors
Full Changelog: 1.1.1...1.1.2
1.1.1
What's Changed
- Box-decoration-clone-for-mark-elements by @felix-bohlin in #113
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
1.0.2
Select and documentation fixes
Thanks for raising issues Cristiano and Krzysztof!
- docs: fix wrong installation instruction by @felix-bohlin in #100
- fix/select-browser-spec-documentation by @felix-bohlin in #101
Full Changelog: 1.0.1...1.0.2
1.0.1
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