Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(develop): release 0.4.0 #1210

Closed
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
97 changes: 97 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,102 @@
# Changelog

## [0.4.0](https://github.com/deven-org/boiler/compare/v0.1.0...v0.4.0) (2025-01-13)


### Features

* **all:** [#1096](https://github.com/deven-org/boiler/issues/1096) ssr ([#1103](https://github.com/deven-org/boiler/issues/1103)) ([66d30ae](https://github.com/deven-org/boiler/commit/66d30ae644c55d60c9084ae5a0020bc26a2663e4))
* **chor:** package json version number needs to be correct for release-please to work ([86a3880](https://github.com/deven-org/boiler/commit/86a3880653711dcf9438fdaba5f5fa4d2e371373))
* **chor:** set up pre release setting ([106b220](https://github.com/deven-org/boiler/commit/106b220049ef2949ddab10c0daa091bc8c376ce4))
* **ci:** improving release process using release-please ([#1176](https://github.com/deven-org/boiler/issues/1176)) ([3240589](https://github.com/deven-org/boiler/commit/324058932387cdeedbefd47d741704d9a6cb828c))
* **ci:** minor version bump force ([ba7966e](https://github.com/deven-org/boiler/commit/ba7966edd35bd51ec3f91f1f769e6855cfc05e9f))
* **ci:** update release pipeline ([a25c940](https://github.com/deven-org/boiler/commit/a25c940046973df6a32fa8e4032e73ab401150d8))
* **release:** trigger release using release please bot on dev branch ([#1208](https://github.com/deven-org/boiler/issues/1208)) ([3597954](https://github.com/deven-org/boiler/commit/3597954daa6736cc84397c9484014961788cd3dd))
* **storybook:** add a11y config ([#1124](https://github.com/deven-org/boiler/issues/1124)) ([e3c94c4](https://github.com/deven-org/boiler/commit/e3c94c42c0e4a49f90c4987d1de7205a977936bf))
* **storybook:** remove hasIcon/Unit props ([#1092](https://github.com/deven-org/boiler/issues/1092)) ([b888cbc](https://github.com/deven-org/boiler/commit/b888cbc46ba6a8d77bd2d5497c3738c72cb1f738))
* **storybook:** select icon clickable ([#1133](https://github.com/deven-org/boiler/issues/1133)) ([60e24e3](https://github.com/deven-org/boiler/commit/60e24e3626dc6738edd4373a0191ea9c23db0755))
* **storybook:** use outline instead of border ([#1137](https://github.com/deven-org/boiler/issues/1137)) ([a20c43c](https://github.com/deven-org/boiler/commit/a20c43c0844d5980ed10c3322e8064ea6a9942e5))
* **tokens:** use dynamic imports generate-json-structure.mjs for new theme approach ([#1178](https://github.com/deven-org/boiler/issues/1178)) ([b8f8c3a](https://github.com/deven-org/boiler/commit/b8f8c3a48b560dd2e9b436c91af6663d8c110d5c))
* **ui-components:** implement events for number input ([#937](https://github.com/deven-org/boiler/issues/937)) ([85a5455](https://github.com/deven-org/boiler/commit/85a545591372ff5e20226cf33c33e18848e6973f))
* **ui-library:** [#985](https://github.com/deven-org/boiler/issues/985) added tests for range-legend-min-max-slider ([#993](https://github.com/deven-org/boiler/issues/993)) ([8cda0a0](https://github.com/deven-org/boiler/commit/8cda0a02623949ce7f327747e8592d986f316432))
* **ui-library:** [#985](https://github.com/deven-org/boiler/issues/985) additional test ([#1010](https://github.com/deven-org/boiler/issues/1010)) ([c8a0c7b](https://github.com/deven-org/boiler/commit/c8a0c7bad693d5c4fbe9a063441c8f4338e07347))
* **ui-library:** 938 update component names ([#968](https://github.com/deven-org/boiler/issues/968)) ([e316c85](https://github.com/deven-org/boiler/commit/e316c85c2438899ba6ee8176093929d2b5c39420))
* **ui-library:** introduce property sanitizer using preact and controller ([#1175](https://github.com/deven-org/boiler/issues/1175)) ([21856a3](https://github.com/deven-org/boiler/commit/21856a3203a41695c324c943ba56c3cb9ddc8573))
* **ui-library:** radio group - use slots instead of options array ([#1079](https://github.com/deven-org/boiler/issues/1079)) ([360d47f](https://github.com/deven-org/boiler/commit/360d47fed15454397152be8999e7266bee556f02))
* **ui-library:** tab bar - use slots for tab bar item ([#1136](https://github.com/deven-org/boiler/issues/1136)) ([8de1f59](https://github.com/deven-org/boiler/commit/8de1f59b72fac1a15e66ab3d187e2045a75d1b88))


### Bug Fixes

* **all:** [#1153](https://github.com/deven-org/boiler/issues/1153) switch to DTCG token format & migrate to latest styledictionary and ts-transform ([#1160](https://github.com/deven-org/boiler/issues/1160)) ([6f91b28](https://github.com/deven-org/boiler/commit/6f91b28e9cec26a14a4c2a1d9210dbda6d52fba3))
* **ci:** don't override yarn version defined in .yarnrc ([#1116](https://github.com/deven-org/boiler/issues/1116)) ([d978b88](https://github.com/deven-org/boiler/commit/d978b885cf39b32012cc192bf6910775e7a87a1b))
* **docs:** changed figma file url ([#1043](https://github.com/deven-org/boiler/issues/1043)) ([01c661b](https://github.com/deven-org/boiler/commit/01c661bd0f84a520197302d54634899e51f77b93))
* **docs:** marketing weekly ([#1146](https://github.com/deven-org/boiler/issues/1146)) ([4bb4d1f](https://github.com/deven-org/boiler/commit/4bb4d1f0082b794f929524c77c202d6788cd93d4))
* **icons:** removes icons ([#1035](https://github.com/deven-org/boiler/issues/1035)) ([7c0bf92](https://github.com/deven-org/boiler/commit/7c0bf929f8a735d3d027c560c91cadf2c43a024f))
* **js-example-app:** prod assets folder ([#964](https://github.com/deven-org/boiler/issues/964)) ([0ecf0d8](https://github.com/deven-org/boiler/commit/0ecf0d87b5832b85920e5bbb7c4d2cc0b0c81855))
* removes range slider files, tokens and references ([6d684ea](https://github.com/deven-org/boiler/commit/6d684ea93a04d768f80d0cd8f0ee4fd0b5dab5ef))
* **storybook:** add functionality ([#1147](https://github.com/deven-org/boiler/issues/1147)) ([d94e1a6](https://github.com/deven-org/boiler/commit/d94e1a66eb5e77c80bb2fc3b26c6a322f4c4ece8))
* **storybook:** checkbox size issue ([#1123](https://github.com/deven-org/boiler/issues/1123)) ([374dd0e](https://github.com/deven-org/boiler/commit/374dd0ef27e328d09897230350f13cdd90276e11))
* **storybook:** diable resize function ([#1149](https://github.com/deven-org/boiler/issues/1149)) ([bb8c18a](https://github.com/deven-org/boiler/commit/bb8c18a851e4f7f0be67ed1c8ad05817544f5255))
* **storybook:** increase clickable area ([#1130](https://github.com/deven-org/boiler/issues/1130)) ([35fc644](https://github.com/deven-org/boiler/commit/35fc644fdae30b6342c14309d099469357c56a33))
* **storybook:** Input field number adjustment ([#1152](https://github.com/deven-org/boiler/issues/1152)) ([fc5fa4a](https://github.com/deven-org/boiler/commit/fc5fa4ad5a7155934b7d96fe6faa3b71f07a2df7))
* **Storybook:** minior adjust ([#1025](https://github.com/deven-org/boiler/issues/1025)) ([8210c13](https://github.com/deven-org/boiler/commit/8210c131f8f8b567f84a4677d9ad3a5dbe9472d7))
* **storybook:** removee border css ([#1126](https://github.com/deven-org/boiler/issues/1126)) ([d1ee455](https://github.com/deven-org/boiler/commit/d1ee45592153e99900cb03a58f5edaf34bea409d))
* **tokens:** [#1032](https://github.com/deven-org/boiler/issues/1032) improve contrast ([#1110](https://github.com/deven-org/boiler/issues/1110)) ([97f0922](https://github.com/deven-org/boiler/commit/97f0922cd01f2a5e0902002e532cae7599cbc070))
* **tokens:** [#1168](https://github.com/deven-org/boiler/issues/1168) move typotokens into sym ([#1169](https://github.com/deven-org/boiler/issues/1169)) ([d5d5220](https://github.com/deven-org/boiler/commit/d5d52209bfcbfa0139af3fd5d4b23ec0a898a701))
* **tokens:** [#971](https://github.com/deven-org/boiler/issues/971) align casing of tokens pt2 ([#1132](https://github.com/deven-org/boiler/issues/1132)) ([35e3943](https://github.com/deven-org/boiler/commit/35e39437ad8a31d6302bcdc6ed049960c9102562))
* **ui-library, storybook:** [#823](https://github.com/deven-org/boiler/issues/823) radio - align prop names with design ([#962](https://github.com/deven-org/boiler/issues/962)) ([1f84b15](https://github.com/deven-org/boiler/commit/1f84b15401799d095b007a0cd9a0230fdfba123f))
* **ui-library, storybook:** [#835](https://github.com/deven-org/boiler/issues/835) align radio-group prop names with design [#1039](https://github.com/deven-org/boiler/issues/1039) ([f7c55d4](https://github.com/deven-org/boiler/commit/f7c55d49cfeb90df5077340bc39a72f6d5089d79))
* **ui-library, storybook:** [#875](https://github.com/deven-org/boiler/issues/875) align toggle prop names with design ([#1022](https://github.com/deven-org/boiler/issues/1022)) ([d6d7536](https://github.com/deven-org/boiler/commit/d6d7536532d4dede0e26a89336be6dba241c4ad7))
* **ui-library, storybook:** genericBlrComponentRenderer ([#976](https://github.com/deven-org/boiler/issues/976)) ([3d3955c](https://github.com/deven-org/boiler/commit/3d3955c55d8bad5fb8e22d5fd1958f315569d632))
* **ui-library, tokens:** [#1014](https://github.com/deven-org/boiler/issues/1014) create & use tokens for inputfield icon ([#1036](https://github.com/deven-org/boiler/issues/1036)) ([dc549f0](https://github.com/deven-org/boiler/commit/dc549f0f8a075de0afe3f39e4da38af37f43383a))
* **ui-library:** [#1120](https://github.com/deven-org/boiler/issues/1120) fix checkbox in js example app ([#1121](https://github.com/deven-org/boiler/issues/1121)) ([b94d018](https://github.com/deven-org/boiler/commit/b94d01806be21b778a68cd634650c443d4b35e9a))
* **ui-library:** [#800](https://github.com/deven-org/boiler/issues/800) align checkbox props with design ([#1058](https://github.com/deven-org/boiler/issues/1058)) ([d60fae2](https://github.com/deven-org/boiler/commit/d60fae27216a989e627994bd7e2d08c039146e68))
* **ui-library:** [#971](https://github.com/deven-org/boiler/issues/971) align casing of tokens (part 1) ([#1111](https://github.com/deven-org/boiler/issues/1111)) ([3a96182](https://github.com/deven-org/boiler/commit/3a961822f3d483e03f78bf89f66d9a159d008504))
* **ui-library:** accessibility issue for text area background color ([#1106](https://github.com/deven-org/boiler/issues/1106)) ([d96268c](https://github.com/deven-org/boiler/commit/d96268c6b4d37c384a02b59e24e789c293496a34))
* **ui-library:** accessibility of loading in text-button ([#1038](https://github.com/deven-org/boiler/issues/1038)) ([5335268](https://github.com/deven-org/boiler/commit/5335268dd7ca9297a8ccca745c562a19898b1699))
* **ui-library:** align counter to right for text area with or without error ([#1105](https://github.com/deven-org/boiler/issues/1105)) ([8b67318](https://github.com/deven-org/boiler/commit/8b67318b96d0fc3747ce18b7c4f4f4c58990b79b))
* **ui-library:** align hint and error message icons ([#1059](https://github.com/deven-org/boiler/issues/1059)) ([52929ca](https://github.com/deven-org/boiler/commit/52929ca293a4c6b10afb67e5d4bfad885b8de435))
* **ui-library:** changed default params of value ([#1173](https://github.com/deven-org/boiler/issues/1173)) ([0295e9e](https://github.com/deven-org/boiler/commit/0295e9efa4278d83dc3ec5034f8b3273466363a1))
* **ui-library:** checkbox component fixes ([#1148](https://github.com/deven-org/boiler/issues/1148)) ([a7057b1](https://github.com/deven-org/boiler/commit/a7057b171b71feb8a05551bd2bae9dc8f424aede))
* **ui-library:** component toggle-switch fixes ([#1151](https://github.com/deven-org/boiler/issues/1151)) ([d5b0bb7](https://github.com/deven-org/boiler/commit/d5b0bb7fe9f045fc434845a7379dec251473b012))
* **ui-library:** documenting prefixes ([#1009](https://github.com/deven-org/boiler/issues/1009)) ([d1883eb](https://github.com/deven-org/boiler/commit/d1883eba35374330b39f2ebfe06c6f5c98697717))
* **ui-library:** fix icon button events ([2ceb1bf](https://github.com/deven-org/boiler/commit/2ceb1bfdac5b05ee3e0bf157627df409de63d2dd))
* **ui-library:** fix icon button events ([#1018](https://github.com/deven-org/boiler/issues/1018)) ([2ceb1bf](https://github.com/deven-org/boiler/commit/2ceb1bfdac5b05ee3e0bf157627df409de63d2dd))
* **ui-library:** harmonised property names ([#980](https://github.com/deven-org/boiler/issues/980)) ([d9d8773](https://github.com/deven-org/boiler/commit/d9d8773551b0614d8ff15b08bf4211a3d128ae54))
* **ui-library:** harmonised property names ([#981](https://github.com/deven-org/boiler/issues/981)) ([2579111](https://github.com/deven-org/boiler/commit/25791118f04a7ab1309abeb2ed2069c803cc88e3))
* **ui-library:** harmonised text area property naming (865) ([#982](https://github.com/deven-org/boiler/issues/982)) ([0e9969d](https://github.com/deven-org/boiler/commit/0e9969d1c221a8ff6d153e0f9beaf22536bc01c0))
* **ui-library:** harmonize property naming ([#940](https://github.com/deven-org/boiler/issues/940)) ([d4ab9b7](https://github.com/deven-org/boiler/commit/d4ab9b72408feede321e84928f01f73840ba76f6))
* **ui-library:** harmonized property naming in loader and fixed missed sizeVariant in js example text-button ([#979](https://github.com/deven-org/boiler/issues/979)) ([7c92fac](https://github.com/deven-org/boiler/commit/7c92fac860465c957ee66701d6b331da5ca93399))
* **ui-library:** icon size behaviour (798) ([#969](https://github.com/deven-org/boiler/issues/969)) ([76506ea](https://github.com/deven-org/boiler/commit/76506eab0fc74584c99905f9288cc64f5028ba2a))
* **ui-library:** input field text ui fixes ([#1101](https://github.com/deven-org/boiler/issues/1101)) ([9394548](https://github.com/deven-org/boiler/commit/939454882f6ce3155b403cde445121981b5d9379))
* **ui-library:** pressed state removed and updated focus state for readonly ([#1172](https://github.com/deven-org/boiler/issues/1172)) ([c9d9ea5](https://github.com/deven-org/boiler/commit/c9d9ea57ec6aea5b6a85f0a2579eda9532e6e3b3))
* **ui-library:** prop alignment select (872) ([#983](https://github.com/deven-org/boiler/issues/983)) ([4c75d19](https://github.com/deven-org/boiler/commit/4c75d191cc3fa140dc7b10fde1a79a5d9df767f9))
* **ui-library:** props alignment form caption ([#1023](https://github.com/deven-org/boiler/issues/1023)) ([7cebbc1](https://github.com/deven-org/boiler/commit/7cebbc1ee9a1238498a84b511562d70c24ee8c70))
* **ui-library:** props alignment form label ([#949](https://github.com/deven-org/boiler/issues/949)) ([877556c](https://github.com/deven-org/boiler/commit/877556c070bdb605591b312bcd4dbe2a956e950e))
* **ui-library:** radio group size fix ([#1139](https://github.com/deven-org/boiler/issues/1139)) ([#1140](https://github.com/deven-org/boiler/issues/1140)) ([23aeaa4](https://github.com/deven-org/boiler/commit/23aeaa40c400aa7bb6082287f0d354edb58481c8))
* **ui-library:** remove margin in error state ([#945](https://github.com/deven-org/boiler/issues/945)) ([#1060](https://github.com/deven-org/boiler/issues/1060)) ([4539d09](https://github.com/deven-org/boiler/commit/4539d09bae302934bbf0282c40e826dae3fcb978))
* **ui-library:** remove slot from select component ([#1131](https://github.com/deven-org/boiler/issues/1131)) ([2f9be81](https://github.com/deven-org/boiler/commit/2f9be81656d160ee16626f1575ebd81463188ce7))
* **ui-library:** removed icon-link ([#997](https://github.com/deven-org/boiler/issues/997)) ([c3ab5f0](https://github.com/deven-org/boiler/commit/c3ab5f0458acbb213b3591c58a355cb1e231e079))
* **ui-library:** removed readonly state for checkbox radio radiogroup and toggle switch ([#1167](https://github.com/deven-org/boiler/issues/1167)) ([9f9585c](https://github.com/deven-org/boiler/commit/9f9585c13bbf12325fa417c6b99829b36e4624cb))
* **ui-library:** rename tooltip component ([#860](https://github.com/deven-org/boiler/issues/860)) ([#1076](https://github.com/deven-org/boiler/issues/1076)) ([c48ce41](https://github.com/deven-org/boiler/commit/c48ce41335364231ad86309fbf5cf19a63d79571))
* **ui-library:** select component size fixed ([#1102](https://github.com/deven-org/boiler/issues/1102)) ([a469625](https://github.com/deven-org/boiler/commit/a4696256d16f2c4106ad1b0024d857d115975863))
* **ui-library:** text input-ensure consistency between storybook documentation and property names ([#1017](https://github.com/deven-org/boiler/issues/1017)) ([e9747d8](https://github.com/deven-org/boiler/commit/e9747d8bcfd801e165b1280ade2b76784803ed7f))
* **ui-library:** type errors fixed for lint analyze pipeline ([#1171](https://github.com/deven-org/boiler/issues/1171)) ([ce01582](https://github.com/deven-org/boiler/commit/ce0158268f84c9df1e2074a178481c2f0a2c6ff8))
* **ui-library:** updated story badges ([#1040](https://github.com/deven-org/boiler/issues/1040)) ([90c08ad](https://github.com/deven-org/boiler/commit/90c08ad5442e79c637a3f579791f044537ff39e1))
* **ui-library:** updating js example app change events with values ([#1066](https://github.com/deven-org/boiler/issues/1066)) ([2ec6f73](https://github.com/deven-org/boiler/commit/2ec6f73aa6368ba297cd5acbedf918309f29efeb))
* **ui:** adjust links ([#1094](https://github.com/deven-org/boiler/issues/1094)) ([f284328](https://github.com/deven-org/boiler/commit/f2843285a7bb40c38237e02801ad46b3d624a78a))
* **ui:** camelCase to kebab-case ([#970](https://github.com/deven-org/boiler/issues/970)) ([#1013](https://github.com/deven-org/boiler/issues/1013)) ([5941f42](https://github.com/deven-org/boiler/commit/5941f42e010489268c14c6fd4c8ce198f4e04af4))
* **versioning:** no major bumps for now ([19878c6](https://github.com/deven-org/boiler/commit/19878c64bd9b70392c09bde98b1220f625e11dec))
* **versioning:** no major bumps for now ([d3d028a](https://github.com/deven-org/boiler/commit/d3d028ab9d108df21ecd4726da7cb5626abd8c76))
* **versioning:** no major bumps for now ([9d96a17](https://github.com/deven-org/boiler/commit/9d96a176d954b566171d2c5829e73ef0c430b5f9))
* **versioning:** no major bumps when under version 1.x ([e6d2027](https://github.com/deven-org/boiler/commit/e6d2027160641782e4419f7b7f433aaa86fbe2b2))


### Miscellaneous Chores

* release 0.4.0 ([5f61a45](https://github.com/deven-org/boiler/commit/5f61a45f8251f90d4c369c6418aa838747405b56))

## v0.3.0

### What's Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@boiler/boiler",
"version": "0.3.0",
"version": "0.4.0",
"description": "Monorepo for the B01LER Design System",
"main": "",
"types": "",
Expand Down