3.3.0 (2025-02-20)
Bug Fixes
- calendar: Add RTL support for arrow icons to prevent visual s… (#998) (ef5cc6f)
- button: button min-width (#1030) (ce0773f)
- calendar: fix range days design issues (#1026) (87acb50)
- calendar/datepicker: calendar datepicker bugs (#973) (d5661c3)
- popover: fix event bubbling (#1019) (ea80786)
Features
- Add security-gates and update README (#1002) (17fcb02)
- calendar-component: fix calendar component test case (#977) (109ed0b)
- calendar: Enhance accessibility by adding visually hidden text … (#940) (aacd375), closes #939
- calendar: fix next month selection fix when current month is de… (#963) (23a3513)
- checkbox: Add keyboard handling for Enter and Space keys to tog… (#946) (dd096eb)
- datepicker: add request update for min and max date and adding … (#986) (c0bd9eb)
- datepicker: clear styles when value cleared (#1028) (c5f26a0)
- datepicker: developing datepicker component (#907) (7b0ddd5)
- datepicker: fix clear dates event bug (#982) (004e769)
- datepicker: fix disabled dates type (#979) (cda4b34)
- datepicker: fix selected date showing for all dates (#987) (d8ed355)
- datepicker: fix type issue (#1021) (6bf302b)
- datepicker: flexible width for datepicker (#989) (16d4dad)
- datepicker: improve calendar and datepicker components (#995) (92536ea)
- datepicker: pass label to input when its defined (#988) (a10f0bf)
- datepicker: when datepicker value updated datepicker input valu… (#983) (33dd9a4)
- dialog, drawer, progress-indicator: Add accessibility labels to… (#949) (c686e21)
- dropdown: add dropdown icon integration (#971) (63e0bcc)
- dropdown: add support for disabling dropdown items (#1018) (fdd277a), closes #1017
- input: add clear button for search input (#715) (#1008) (824557a)
- rtl-support: trigger beta release (#937) (9bcc33e)
- switch: update cursor style to not-allowed when disabled (#943) (9b9fa6c), closes #942
- tag-component: tag component (#955) (a59a00b)
What's Changed
- feature(rtl-support): add rtl support for baklava components by @erbilnas in #920
- feat(rtl-support): trigger beta release by @erbilnas in #937
- feat(switch): update cursor style to not-allowed when disabled by @mryunt02 in #943
- feat(calendar): Enhance accessibility by adding visually hidden text … by @mryunt02 in #940
- chore(input): improve type-safety by @AykutSarac in #954
- feat(dialog, drawer, progress-indicator): Add accessibility labels to… by @mryunt02 in #949
- feat(checkbox): Add keyboard handling for Enter and Space keys to tog… by @mryunt02 in #946
- docs: implement trendyol tool hedwig to collect feedback by @ogunb in #957
- docs: implement trendyol tool hedwig to collect feedback (#957) by @ogunb in #959
- feat(datepicker): developing datepicker component by @dilandoogan in #907
- feat(calendar): fix next month selection fix when current month is de… by @dilandoogan in #963
- feature(dropdown): add dropdown icon integration by @erbilnas in #969
- feat(dropdown): add dropdown icon integration by @erbilnas in #971
- docs: revamp contributing guidelines with visuals by @byigitt in #970
- Calendar datepicker bug fix by @dilandoogan in #966
- fix: fix calendar datepicker bugs by @erbilnas in #973
- feat(calendar-component): fix calendar component test case by @dilandoogan in #977
- feat(datepicker): fix disabled dates type by @dilandoogan in #979
- feat(datepicker): fix clear dates event bug by @dilandoogan in #982
- feat(datepicker): when datepicker value updated datepicker input valu… by @dilandoogan in #983
- docs(storybook): add new import type for nextjs by @erbilnas in #985
- feat(datepicker): add request update for min and max date and adding … by @dilandoogan in #986
- feat(datepicker): fix selected date showing for all dates by @dilandoogan in #987
- refactor: improve form validation by @Enes5519 in #962
- feat(datepicker): flexible width for datepicker by @dilandoogan in #989
- feat(datepicker): pass label to input when its defined by @dilandoogan in #988
- feat(datepicker): improve calendar and datepicker components by @dilandoogan in #995
- chore: undo playground template by @Enes5519 in #999
- fix(bl-calendar): Add RTL support for arrow icons to prevent visual s… by @mehmetranas in #998
- ci: update upload-artifact action to use master branch by @ogunb in #1012
- feat: Add security-gates and update README by @emrecanvurallll in #1002
- feat(input): add clear button for search input (#715) by @oguzergul in #1008
- feat(popover): update bl-popover for event bubbling by @AliYurtkulu in #1011
- fix(popover): fix event bubbling by @erbilnas in #1019
- feat(dropdown): add support for disabling dropdown items by @ogunb in #1018
- feat(datepicker): fix type issue by @dilandoogan in #1021
- ci: update securty gate artifact by @erbilnas in #1023
- docs: rtl support by @erbilnas in #1022
- fix(calendar): fix range days design issues by @erbilnas in #1026
- docs: improve rtl support examples by @erbilnas in #1027
- feat(tag-component): tag component by @dilandoogan in #955
- feat(datepicker): clear styles when value cleared by @dilandoogan in #1028
- fix(button): button min-width by @AykutSarac in #1030
- v3.3.0 by @erbilnas in #1020
New Contributors
- @mryunt02 made their first contribution in #943
- @byigitt made their first contribution in #970
- @emrecanvurallll made their first contribution in #1002
- @oguzergul made their first contribution in #1008
- @AliYurtkulu made their first contribution in #1011
Full Changelog: v3.2.0...v3.3.0
What's Changed
- feature(rtl-support): add rtl support for baklava components by @erbilnas in #920
- feat(rtl-support): trigger beta release by @erbilnas in #937
- feat(switch): update cursor style to not-allowed when disabled by @mryunt02 in #943
- feat(calendar): Enhance accessibility by adding visually hidden text … by @mryunt02 in #940
- chore(input): improve type-safety by @AykutSarac in #954
- feat(dialog, drawer, progress-indicator): Add accessibility labels to… by @mryunt02 in #949
- feat(checkbox): Add keyboard handling for Enter and Space keys to tog… by @mryunt02 in #946
- docs: implement trendyol tool hedwig to collect feedback by @ogunb in #957
- docs: implement trendyol tool hedwig to collect feedback (#957) by @ogunb in #959
- feat(datepicker): developing datepicker component by @dilandoogan in #907
- feat(calendar): fix next month selection fix when current month is de… by @dilandoogan in #963
- feature(dropdown): add dropdown icon integration by @erbilnas in #969
- feat(dropdown): add dropdown icon integration by @erbilnas in #971
- docs: revamp contributing guidelines with visuals by @byigitt in #970
- Calendar datepicker bug fix by @dilandoogan in #966
- fix: fix calendar datepicker bugs by @erbilnas in #973
- feat(calendar-component): fix calendar component test case by @dilandoogan in #977
- feat(datepicker): fix disabled dates type by @dilandoogan in #979
- feat(datepicker): fix clear dates event bug by @dilandoogan in #982
- feat(datepicker): when datepicker value updated datepicker input valu… by @dilandoogan in #983
- docs(storybook): add new import type for nextjs by @erbilnas in #985
- feat(datepicker): add request update for min and max date and adding … by @dilandoogan in #986
- feat(datepicker): fix selected date showing for all dates by @dilandoogan in #987
- refactor: improve form validation by @Enes5519 in #962
- feat(datepicker): flexible width for datepicker by @dilandoogan in #989
- feat(datepicker): pass label to input when its defined by @dilandoogan in #988
- feat(datepicker): improve calendar and datepicker components by @dilandoogan in #995
- chore: undo playground template by @Enes5519 in #999
- fix(bl-calendar): Add RTL support for arrow icons to prevent visual s… by @mehmetranas in #998
- ci: update upload-artifact action to use master branch by @ogunb in #1012
- feat: Add security-gates and update README by @emrecanvurallll in #1002
- feat(input): add clear button for search input (#715) by @oguzergul in #1008
- feat(popover): update bl-popover for event bubbling by @AliYurtkulu in #1011
- fix(popover): fix event bubbling by @erbilnas in #1019
- feat(dropdown): add support for disabling dropdown items by @ogunb in #1018
- feat(datepicker): fix type issue by @dilandoogan in #1021
- ci: update securty gate artifact by @erbilnas in #1023
- docs: rtl support by @erbilnas in #1022
- fix(calendar): fix range days design issues by @erbilnas in #1026
- docs: improve rtl support examples by @erbilnas in #1027
- feat(tag-component): tag component by @dilandoogan in #955
- feat(datepicker): clear styles when value cleared by @dilandoogan in #1028
- fix(button): button min-width by @AykutSarac in #1030
- v3.3.0 by @erbilnas in #1020
New Contributors
- @mryunt02 made their first contribution in #943
- @byigitt made their first contribution in #970
- @emrecanvurallll made their first contribution in #1002
- @oguzergul made their first contribution in #1008
- @AliYurtkulu made their first contribution in #1011
Full Changelog: v3.2.0...v3.3.0