Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
".": "1.0.4",
"src/dashkit_table": "1.0.1",
".": "1.1.0",
"src/dashkit_table": "1.1.0",
"src/dashkit_shadcn": "1.0.1",
"src/dashkit_kiboui": "1.0.1"
}
32 changes: 32 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# Changelog

## [1.1.0](https://github.com/iamgp/dash_dashkit/compare/dash-dashkit-v1.0.4...dash-dashkit-v1.1.0) (2025-08-20)


### Features

* initial commit ([d70a726](https://github.com/iamgp/dash_dashkit/commit/d70a72641f9d98c7a101059ddb0efb3cbdd0011c))
* markdown ([562e141](https://github.com/iamgp/dash_dashkit/commit/562e14181f9b128f400fbf8228fe8ed55b8cf448))
* markdown page ([a47207f](https://github.com/iamgp/dash_dashkit/commit/a47207f600faf617754fa993e0070fe0b75ab424))
* progress ([496efd8](https://github.com/iamgp/dash_dashkit/commit/496efd8b914a33a2190ba461c200b4a10407eb0c))
* sidebar ([9b261ed](https://github.com/iamgp/dash_dashkit/commit/9b261ed6eab820cbbc5b1d4f01e3b9053e87f3d2))
* sidebar changes ([d5d6781](https://github.com/iamgp/dash_dashkit/commit/d5d6781f4a54cac66beef998b6595ed7a6622376))
* styling ([561e465](https://github.com/iamgp/dash_dashkit/commit/561e465509a796a95ada82f9a58315383b78d823))
* styling ([e8cf76d](https://github.com/iamgp/dash_dashkit/commit/e8cf76dba25b830a311bf8203ec6d47d1ba4e795))
* taskipy ([579e9cd](https://github.com/iamgp/dash_dashkit/commit/579e9cd58e83756c5076488b6ea82d2d5a775bb8))
* theme manager ([ead1508](https://github.com/iamgp/dash_dashkit/commit/ead15081a08cf7862a4b2e9139bbfa505a094dc1))
* updates ([bff0ced](https://github.com/iamgp/dash_dashkit/commit/bff0ced0b4f3b1a6bfa030025407b2571a03644b))
* updates ([395ef09](https://github.com/iamgp/dash_dashkit/commit/395ef0969b3df258fd033334ae4b77462bf49de2))


### Bug Fixes

* colours ([e382aa9](https://github.com/iamgp/dash_dashkit/commit/e382aa93c1d2acaa2d187c6aff6ab4334041e1fd))
* dark mode ([13b1a39](https://github.com/iamgp/dash_dashkit/commit/13b1a39d1880335704fe80985f06fa92f5f4d9b4))
* extract app data ([7496175](https://github.com/iamgp/dash_dashkit/commit/7496175f4591672e186a846745c3ee53db7ac37b))
* fixes ([7723fc0](https://github.com/iamgp/dash_dashkit/commit/7723fc0a3644855fd909657d9d3a3a9e95e344eb))
* **packaging:** include Python package files in wheel (remove restrictive include); bump dash-dashkit to 1.0.5 ([b23c05b](https://github.com/iamgp/dash_dashkit/commit/b23c05b8a5aaafefc40d849760002c1737a7e7ec))
* sidebar ([cf21adf](https://github.com/iamgp/dash_dashkit/commit/cf21adfcc118c2f0b57ec9df937c560f0120616e))
* styling ([ce54741](https://github.com/iamgp/dash_dashkit/commit/ce5474191cdf1d7b0a912fcd430dfe4f2565f611))
* table ([69301bb](https://github.com/iamgp/dash_dashkit/commit/69301bbab5fa3a9becffbcc1bfd960699d2f0fe9))
* themes ([653b25a](https://github.com/iamgp/dash_dashkit/commit/653b25a6c3aa12688a9d659bb823769b04571cdc))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "dash-dashkit"
version = "1.0.5"
version = "1.1.0"
description = "Modern dashboard components for Dash applications"
readme = "README.md"
requires-python = ">=3.10"
Expand Down
2 changes: 1 addition & 1 deletion src/dashkit_table/dashkit_table/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from importlib.metadata import version as _pkg_version
__version__ = _pkg_version("dashkit_table")
except Exception:
__version__ = "0.0.0"
__version__ = "1.1.0"

# Get the directory of this package
_current_dir = Path(__file__).parent
Expand Down
2 changes: 1 addition & 1 deletion src/dashkit_table/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "dashkit_table"
description = "Modern Handsontable component for Dash with native theming support"
readme = "README.md"
requires-python = ">=3.8"
version = "1.0.1"
version = "1.1.0"
dependencies = [
"dash>=2.0.0",
]
Expand Down
2 changes: 1 addition & 1 deletion src/dashkit_table/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="dashkit_table",
version="1.0.1",
version="1.1.0",
description="Modern Handsontable component for Dash with native theming support",
long_description=(Path(__file__).parent / "README.md").read_text(encoding="utf-8"),
long_description_content_type="text/markdown",
Expand Down
8 changes: 8 additions & 0 deletions src/dashkit_table/src/dashkit_table/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Changelog

## [1.1.0](https://github.com/iamgp/dash_dashkit/compare/dashkit_table-v1.0.1...dashkit_table-v1.1.0) (2025-08-20)


### Features

* taskipy ([579e9cd](https://github.com/iamgp/dash_dashkit/commit/579e9cd58e83756c5076488b6ea82d2d5a775bb8))