Oscar Hinton
ff7b625851
[CL-946] Migrate ToggleGroup to OnPush ( #17718 )
...
Migrates the ToggleGroup and Toggle components to use OnPush.
2025-12-05 13:06:03 +01:00
Oscar Hinton
9efc31534b
[PM-28231] Enable component-class-suffix ( #17384 )
...
* Enable component-class-suffix
* Rename file
2025-11-18 13:26:38 +01:00
Oscar Hinton
65da23feaa
UIF - Prefer signal & change detection ( #16940 )
2025-10-21 18:52:40 +02:00
Oscar Hinton
e8e2181252
Migrate remaining components to standalone in libs/components ( #15053 )
...
Migrates the remaining non standalone components from libs/components. Also resolved some linting ignores and applying strict typescript.
2025-06-05 09:52:53 +02:00
Oscar Hinton
2fbc4c1578
[CL-525] Upgrade angular to v19 ( #14815 )
...
Upgrade Angular to v19 using the update guide.
- Add `standalone: false` to any missed component in stories or tests.
- Update jest.config to follow the new best practices.
2025-06-02 13:13:31 -04:00
Matt Gibson
6132df395c
Add strict to missed components tsconfig ( #12429 )
2024-12-16 16:33:01 +00:00
Will Martin
cb8849c355
Add eslint rule no-floating-promises ( #7789 )
...
* add eslint rule no-floating-promises
* add eslint-disable comment to offending lines
2024-02-02 15:13:37 -05:00
Andreas Coroiu
cd5aef1757
[Cl-10] Button group ( #3031 )
...
* chore: setup initial bit-button-group using bitButton as template
* feat: working radio group with preliminary styling
* chore: cleanup
* feat: implement proper basic styling
* feat: implement focus handling and keyboard navigation
* feat: implement size support
* feat: add labeling support
* feat: add input for button selection
* feat: implement output handler on radio button interaction
* feat: implement internal input/output seletion handling
* feat: add external input support
* feat: add external output support
* chore: simplify storybook example a bit
* fix: module imports
* refactor: simplify both components
* feat: remove size
* chore: rename button-group to toggle-group
* chore: rename toggle-group-element to toggle-group-button
* chore: update story example
* fix: compatibility with web vault
* fix: imports in tests after rename
* fix: remove unnecessary inject decorator
* fix: clarify field names and html tags
* feat: add badge centering fix
* feat: set pointer cursor on label
* chore: comment on special css rules
* chore: remove focusable option from button
* Update libs/components/src/toggle-group/toggle-group-button.component.ts
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
* chore: rename to `bit-toggle`
* fix: remove unecessary aria label function
Co-authored-by: Oscar Hinton <Hinton@users.noreply.github.com >
2022-07-18 14:25:37 +02:00