Skip to content

Commit 1f9df43

Browse files
authored
Merge pull request #81 from codebridger/dev
Refactor Modal styling and update repository references
2 parents a6b05fd + 7350691 commit 1f9df43

6 files changed

Lines changed: 172 additions & 172 deletions

File tree

CHANGELOG-DEV.md

Lines changed: 41 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,106 +1,106 @@
1-
# [1.29.0-dev.1](https://github.com/codebridger/lib-vue-components/compare/v1.28.1...v1.29.0-dev.1) (2026-03-04)
1+
# [1.29.0-dev.1](https://github.com/codebridger/pilotui/compare/v1.28.1...v1.29.0-dev.1) (2026-03-04)
22

33

44
### Bug Fixes
55

6-
* modernization of readme and metadata ([c943183](https://github.com/codebridger/lib-vue-components/commit/c943183fa9b59e306083ea99f538cc7a15175a57))
6+
* modernization of readme and metadata ([c943183](https://github.com/codebridger/pilotui/commit/c943183fa9b59e306083ea99f538cc7a15175a57))
77

88

99
### Features
1010

11-
* Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC. ([f894c51](https://github.com/codebridger/lib-vue-components/commit/f894c519615e955487a0c19d2183562ffc57fbd8))
12-
* Register and mock Popper and PerfectScrollbar for testing, adjust Vitest function coverage, and enhance Storybook CI startup reliability. ([51bdbcd](https://github.com/codebridger/lib-vue-components/commit/51bdbcdba6134e22386578f1f2679b8c33c8a60b))
11+
* Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC. ([f894c51](https://github.com/codebridger/pilotui/commit/f894c519615e955487a0c19d2183562ffc57fbd8))
12+
* Register and mock Popper and PerfectScrollbar for testing, adjust Vitest function coverage, and enhance Storybook CI startup reliability. ([51bdbcd](https://github.com/codebridger/pilotui/commit/51bdbcdba6134e22386578f1f2679b8c33c8a60b))
1313

14-
# [1.17.0-dev.40](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.39...dev-1.17.0-dev.40) (2026-03-04)
14+
# [1.17.0-dev.40](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.39...dev-1.17.0-dev.40) (2026-03-04)
1515

1616

1717
### Bug Fixes
1818

19-
* modernization of readme and metadata ([c943183](https://github.com/codebridger/lib-vue-components/commit/c943183fa9b59e306083ea99f538cc7a15175a57))
19+
* modernization of readme and metadata ([c943183](https://github.com/codebridger/pilotui/commit/c943183fa9b59e306083ea99f538cc7a15175a57))
2020

21-
# [1.17.0-dev.39](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.38...dev-1.17.0-dev.39) (2026-03-04)
21+
# [1.17.0-dev.39](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.38...dev-1.17.0-dev.39) (2026-03-04)
2222

2323

2424
### Bug Fixes
2525

26-
* **Select:** Change v-show to v-if for improved rendering logic ([d0fb03e](https://github.com/codebridger/lib-vue-components/commit/d0fb03ef1685033f197918f99e06387a1573139e))
26+
* **Select:** Change v-show to v-if for improved rendering logic ([d0fb03e](https://github.com/codebridger/pilotui/commit/d0fb03ef1685033f197918f99e06387a1573139e))
2727

2828

2929
### Features
3030

31-
* Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC. ([f894c51](https://github.com/codebridger/lib-vue-components/commit/f894c519615e955487a0c19d2183562ffc57fbd8))
31+
* Enhance documentation generation with improved Puppeteer stability, 'Show code' button handling, and structured LLM-friendly output including a header, instructions, and TOC. ([f894c51](https://github.com/codebridger/pilotui/commit/f894c519615e955487a0c19d2183562ffc57fbd8))
3232

33-
# [1.17.0-dev.38](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.37...dev-1.17.0-dev.38) (2025-11-16)
33+
# [1.17.0-dev.38](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.37...dev-1.17.0-dev.38) (2025-11-16)
3434

3535

3636
### Features
3737

38-
* Add custom selected display slot to Select component ([79d98b7](https://github.com/codebridger/lib-vue-components/commit/79d98b7f55d44c269130d7d3a576f9e3600c2cc0))
38+
* Add custom selected display slot to Select component ([79d98b7](https://github.com/codebridger/pilotui/commit/79d98b7f55d44c269130d7d3a576f9e3600c2cc0))
3939

40-
# [1.17.0-dev.37](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.36...dev-1.17.0-dev.37) (2025-09-09)
40+
# [1.17.0-dev.37](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.36...dev-1.17.0-dev.37) (2025-09-09)
4141

4242

4343
### Bug Fixes
4444

45-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Improve error handling and styling in InputGroup and related components ([4df36d0](https://github.com/codebridger/lib-vue-components/commit/4df36d014f7aee577c32406daf84e25370b8536c))
46-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Update Button accessibility test and add InputGroup tests ([49a570a](https://github.com/codebridger/lib-vue-components/commit/49a570a351777c9165fa9ef4b0fda272b2e23331))
45+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Improve error handling and styling in InputGroup and related components ([4df36d0](https://github.com/codebridger/pilotui/commit/4df36d014f7aee577c32406daf84e25370b8536c))
46+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Update Button accessibility test and add InputGroup tests ([49a570a](https://github.com/codebridger/pilotui/commit/49a570a351777c9165fa9ef4b0fda272b2e23331))
4747

4848

4949
### Features
5050

51-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Enhance InputGroup and related components for improved styling and functionality ([40ee215](https://github.com/codebridger/lib-vue-components/commit/40ee215e904beacb2fdc36dafd74b624aeb398b7))
52-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Add InputGroup component with Storybook documentation ([41ccd32](https://github.com/codebridger/lib-vue-components/commit/41ccd326aeed2fbce0cb58853d21ffc66385d470))
53-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Enhance Button and Input components for InputGroup consistency ([dcb6d69](https://github.com/codebridger/lib-vue-components/commit/dcb6d69bf9234ea3f92b7869939eab80306eb91c))
54-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Enhance Button and InputGroup integration with new button styling ([abff417](https://github.com/codebridger/lib-vue-components/commit/abff417b5f4491ace084eda7e72780878c8fc1da))
55-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Enhance Input and TextArea components for InputGroup integration ([dc90f6f](https://github.com/codebridger/lib-vue-components/commit/dc90f6f4e01c6726cebb7cbf55ddab3254278d57))
56-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Enhance InputGroup and related components for improved styling and consistency ([0593109](https://github.com/codebridger/lib-vue-components/commit/05931096a7e87de5c55193328b741c9d911289d5))
57-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Enhance InputGroup and related components with focus management and border styling ([8029f74](https://github.com/codebridger/lib-vue-components/commit/8029f742c8499c60c82d19b2203436edb160f79c))
58-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgj Refactor InputGroup and Button components for improved styling and consistency ([dab9956](https://github.com/codebridger/lib-vue-components/commit/dab9956eecf59ab2b365e57b88e9e08d58d8e2e3))
59-
* Enhance Button component with focus styling and loading state handling ([9023937](https://github.com/codebridger/lib-vue-components/commit/9023937a494c30f5ee9f1f8ca89ecbc6913176ad))
60-
* Update Component Development Guidelines to include InputGroup integration requirements ([e50d144](https://github.com/codebridger/lib-vue-components/commit/e50d1448e4c1fce202c21af2732629e68c67a276))
51+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Enhance InputGroup and related components for improved styling and functionality ([40ee215](https://github.com/codebridger/pilotui/commit/40ee215e904beacb2fdc36dafd74b624aeb398b7))
52+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Add InputGroup component with Storybook documentation ([41ccd32](https://github.com/codebridger/pilotui/commit/41ccd326aeed2fbce0cb58853d21ffc66385d470))
53+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Enhance Button and Input components for InputGroup consistency ([dcb6d69](https://github.com/codebridger/pilotui/commit/dcb6d69bf9234ea3f92b7869939eab80306eb91c))
54+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Enhance Button and InputGroup integration with new button styling ([abff417](https://github.com/codebridger/pilotui/commit/abff417b5f4491ace084eda7e72780878c8fc1da))
55+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Enhance Input and TextArea components for InputGroup integration ([dc90f6f](https://github.com/codebridger/pilotui/commit/dc90f6f4e01c6726cebb7cbf55ddab3254278d57))
56+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Enhance InputGroup and related components for improved styling and consistency ([0593109](https://github.com/codebridger/pilotui/commit/05931096a7e87de5c55193328b741c9d911289d5))
57+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Enhance InputGroup and related components with focus management and border styling ([8029f74](https://github.com/codebridger/pilotui/commit/8029f742c8499c60c82d19b2203436edb160f79c))
58+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgj Refactor InputGroup and Button components for improved styling and consistency ([dab9956](https://github.com/codebridger/pilotui/commit/dab9956eecf59ab2b365e57b88e9e08d58d8e2e3))
59+
* Enhance Button component with focus styling and loading state handling ([9023937](https://github.com/codebridger/pilotui/commit/9023937a494c30f5ee9f1f8ca89ecbc6913176ad))
60+
* Update Component Development Guidelines to include InputGroup integration requirements ([e50d144](https://github.com/codebridger/pilotui/commit/e50d1448e4c1fce202c21af2732629e68c67a276))
6161

62-
# [1.17.0-dev.36](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.35...dev-1.17.0-dev.36) (2025-09-01)
62+
# [1.17.0-dev.36](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.35...dev-1.17.0-dev.36) (2025-09-01)
6363

6464

6565
### Features
6666

67-
* Add badge label support to IconButton component ([5084bce](https://github.com/codebridger/lib-vue-components/commit/5084bce5f7048beacbc1efee050864467b958155))
67+
* Add badge label support to IconButton component ([5084bce](https://github.com/codebridger/pilotui/commit/5084bce5f7048beacbc1efee050864467b958155))
6868

69-
# [1.17.0-dev.35](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.34...dev-1.17.0-dev.35) (2025-08-30)
69+
# [1.17.0-dev.35](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.34...dev-1.17.0-dev.35) (2025-08-30)
7070

7171

7272
### Bug Fixes
7373

74-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgw Update Select component snapshots to reflect changes in dropdown styling ([4c25aa6](https://github.com/codebridger/lib-vue-components/commit/4c25aa67576bd1d742f0f9c651c0e304736f10ed))
74+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgw Update Select component snapshots to reflect changes in dropdown styling ([4c25aa6](https://github.com/codebridger/pilotui/commit/4c25aa67576bd1d742f0f9c651c0e304736f10ed))
7575

7676

7777
### Features
7878

79-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgw Add Confirmation Mode to Select component for improved user experience ([136ff6b](https://github.com/codebridger/lib-vue-components/commit/136ff6b0ffa85934f5b00ce4cdd5ba3415b8a31e))
80-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgw Add form component to package.json and vite.config.ts ([b12b68c](https://github.com/codebridger/lib-vue-components/commit/b12b68c152d973f621cef3b3fce3cc2999635bc4))
81-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgw Add Select component with comprehensive Storybook documentation ([02e0195](https://github.com/codebridger/lib-vue-components/commit/02e0195b12ecf2ed97297ee2d3707fef86d264c9))
82-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgw Implement custom mode for Select component with enhanced slot functionality ([24a7105](https://github.com/codebridger/lib-vue-components/commit/24a710560e4b90a7053811dfcb387be6a557123b))
83-
* [#86](https://github.com/codebridger/lib-vue-components/issues/86)eunvbgw Update component imports and remove unused CheckboxInput and SwitchBall components ([8f37d8c](https://github.com/codebridger/lib-vue-components/commit/8f37d8c89e8dd79fac498687fbc4bb57e7fd3ac2))
79+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgw Add Confirmation Mode to Select component for improved user experience ([136ff6b](https://github.com/codebridger/pilotui/commit/136ff6b0ffa85934f5b00ce4cdd5ba3415b8a31e))
80+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgw Add form component to package.json and vite.config.ts ([b12b68c](https://github.com/codebridger/pilotui/commit/b12b68c152d973f621cef3b3fce3cc2999635bc4))
81+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgw Add Select component with comprehensive Storybook documentation ([02e0195](https://github.com/codebridger/pilotui/commit/02e0195b12ecf2ed97297ee2d3707fef86d264c9))
82+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgw Implement custom mode for Select component with enhanced slot functionality ([24a7105](https://github.com/codebridger/pilotui/commit/24a710560e4b90a7053811dfcb387be6a557123b))
83+
* [#86](https://github.com/codebridger/pilotui/issues/86)eunvbgw Update component imports and remove unused CheckboxInput and SwitchBall components ([8f37d8c](https://github.com/codebridger/pilotui/commit/8f37d8c89e8dd79fac498687fbc4bb57e7fd3ac2))
8484

85-
# [1.17.0-dev.34](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.33...dev-1.17.0-dev.34) (2025-08-26)
85+
# [1.17.0-dev.34](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.33...dev-1.17.0-dev.34) (2025-08-26)
8686

8787

8888
### Features
8989

90-
* Enhance Storybook server management and health checks ([5079f22](https://github.com/codebridger/lib-vue-components/commit/5079f228c3154954e91eb6fba2d0d245b5dc172b))
90+
* Enhance Storybook server management and health checks ([5079f22](https://github.com/codebridger/pilotui/commit/5079f228c3154954e91eb6fba2d0d245b5dc172b))
9191

92-
# [1.17.0-dev.33](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.32...dev-1.17.0-dev.33) (2025-08-26)
92+
# [1.17.0-dev.33](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.32...dev-1.17.0-dev.33) (2025-08-26)
9393

9494

9595
### Features
9696

97-
* Add detailed documentation for various components in Storybook ([3581e09](https://github.com/codebridger/lib-vue-components/commit/3581e097a526224ca49ad6c85077e077801db3a4))
98-
* Enhance IconButton component with badge mode and associated documentation ([c773bad](https://github.com/codebridger/lib-vue-components/commit/c773bad47d163d1d2b6e9fba0cf9a7940a6c2d89))
99-
* Introduce chip mode in Button component with enhanced functionality and documentation ([9d5effd](https://github.com/codebridger/lib-vue-components/commit/9d5effd3284012e5ba81ea8f7cc3edaf06b846fd))
97+
* Add detailed documentation for various components in Storybook ([3581e09](https://github.com/codebridger/pilotui/commit/3581e097a526224ca49ad6c85077e077801db3a4))
98+
* Enhance IconButton component with badge mode and associated documentation ([c773bad](https://github.com/codebridger/pilotui/commit/c773bad47d163d1d2b6e9fba0cf9a7940a6c2d89))
99+
* Introduce chip mode in Button component with enhanced functionality and documentation ([9d5effd](https://github.com/codebridger/pilotui/commit/9d5effd3284012e5ba81ea8f7cc3edaf06b846fd))
100100

101-
# [1.17.0-dev.32](https://github.com/codebridger/lib-vue-components/compare/dev-1.17.0-dev.31...dev-1.17.0-dev.32) (2025-08-26)
101+
# [1.17.0-dev.32](https://github.com/codebridger/pilotui/compare/dev-1.17.0-dev.31...dev-1.17.0-dev.32) (2025-08-26)
102102

103103

104104
### Features
105105

106-
* Add semantic release configuration for automated versioning and changelog generation ([3195606](https://github.com/codebridger/lib-vue-components/commit/3195606c497457e0c2544c10b9957090a1ed6c00))
106+
* Add semantic release configuration for automated versioning and changelog generation ([3195606](https://github.com/codebridger/pilotui/commit/3195606c497457e0c2544c10b9957090a1ed6c00))

0 commit comments

Comments
 (0)