From 04716e0afc7ad611098d004336bf8b4c60df703a Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 27 May 2024 15:29:04 +0100 Subject: [PATCH] =?UTF-8?q?bump:=20version=200.1.0=20=E2=86=92=200.2.0a0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cz.toml | 2 +- CHANGELOG.md | 56 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 58 insertions(+), 2 deletions(-) diff --git a/.cz.toml b/.cz.toml index cd5807d..80505ea 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.1.0" +version = "0.2.0a0" version_files = [ ".cz.toml:version", "package.json:version", diff --git a/CHANGELOG.md b/CHANGELOG.md index 825c32f..d05d417 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1 +1,57 @@ # Changelog + +## 0.2.0a0 (2024-05-27) + +### Feat + +- extend composite components from shoelace web components +- move react wrappers to own package +- pull out common props to hot-element parent class +- add examples for svelte and vue +- add click event to hot-button element +- **docs/button**: add intent property to component props +- add unocss, button story args +- update json2md to work with Props subheading +- add HOT themed css vars +- **button,package**: add class-variance-authority lib, convert button component to use it +- **button**: add disabled prop, styling +- **stories**: add controls and type exports for card +- **stories/Button**: add children argType - initial control branch commit +- use react-docgen and json2md script for components docs +- init logo +- Popup +- dropdown +- toggle, toggle story +- **components**: init card +- **components**: button + +### Fix + +- add pnpm build to example app dev commands +- **define**: fix defining the custom component +- update consistent css for button primary/secondary +- button clicking stop propagation of original event +- dummy content for xliff i18n file +- create language specific i18n file +- add empty translations file for weblate +- **ci**: add style vars +- ui build +- add dist files +- **ci**: publishing +- **ci**: publishing +- **ui**: build +- **docs/button**: intent pipe escaping in table +- **tsconfig,components/Dropdown**: make build pass +- **ladle/styles**: add relative position to container + +### Refactor + +- update all refs to src --> components +- rename src dir to components +- remove old components +- remove code no longer required +- rename repo shared-ui-components --> ui +- update to use @ alias for src +- add path aliases for src & ladle +- update to js modules +- update package.json with latest info diff --git a/package.json b/package.json index a42fbe5..24b5b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hotosm/ui", - "version": "0.1.0", + "version": "0.2.0a0", "description": "Shared UI components with theming for use across HOTOSM tools.", "exports": { ".": "./dist/index.js"