wasm-theme 0.1.1

Change the data-theme CSS attribute on the html element with checkbox/toggle, radio-buttons, buttons, and/or select in WASM. The theme variable is saved in local storage. Compatible with tailwindcss and daisyUI.
Documentation
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.1.1] - 2026-02-09

### Added

- CHANGLOG.md
- examples/dioxus/.cargo/config.toml

### Changed

- Updated Cargo.toml crate meta info
- Updated dependencies
- Updated example dependencies
- Updated .cargo/config.toml for better optimization

### Removed

- rust-version lock in Cargo.toml

[unreleased]: https://github.com/justins-engineering/kratos-client-rust/compare/v0.1.1...master
[0.1.1]: https://github.com/justins-engineering/kratos-client-rust/compare/v0.1.0...v0.1.1