Skip to content

Commit b8a7708

Browse files
committed
5.0.7
1 parent 87a797a commit b8a7708

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# [v5.0.7](https://github.com/konstaui/konsta/compare/v5.0.6...v5.0.7) (2026-02-23)
4+
5+
### Bug Fixes
6+
7+
- **react:** add import statement for React in SearchDisableIcon ([#265](https://github.com/konstaui/konsta/issues/265)) ([d8fbad9](https://github.com/konstaui/konsta/commit/d8fbad97150ed3d02c6c33e991f406862533e91b))
8+
- **svelte:** add HTML table element types to build script ([#264](https://github.com/konstaui/konsta/issues/264)) ([6dd3e70](https://github.com/konstaui/konsta/commit/6dd3e700258adf551a466d8ba4e330a4ec4e965b))
9+
- **svelte:** add missing component element types to build script ([87a797a](https://github.com/konstaui/konsta/commit/87a797a262b0a9540d52ca87bfc571da9fae0863))
10+
- **types:** avoid svelte type collisions between element and component props ([#266](https://github.com/konstaui/konsta/issues/266)) ([8768f45](https://github.com/konstaui/konsta/commit/8768f450e709ed3c68b8caed1a32cdd5cdb824cb))
11+
312
# [v5.0.6](https://github.com/konstaui/konsta/compare/v5.0.5...v5.0.6) (2025-11-27)
413

514
### Bug Fixes

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "konsta",
33
"description": "Mobile UI components made with Tailwind CSS",
4-
"version": "5.0.6",
4+
"version": "5.0.7",
55
"private": true,
66
"license": "MIT",
77
"author": "Vladimir Kharlampidi",

package/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "konsta",
3-
"version": "5.0.6",
3+
"version": "5.0.7",
44
"description": "Mobile UI components made with Tailwind CSS",
55
"repository": {
66
"type": "git",
@@ -16,7 +16,7 @@
1616
"engines": {
1717
"node": ">= 4.7.0"
1818
},
19-
"releaseDate": "November 27, 2025",
19+
"releaseDate": "February 23, 2026",
2020
"svelte": "./svelte/konsta-svelte.js",
2121
"dependencies": {
2222
"tailwind-merge": "^3.3.1"

0 commit comments

Comments
 (0)