Releases: Trendyol/baklava
Releases · Trendyol/baklava
v3.5.0-beta.6
3.5.0-beta.6 (2026-03-02)
Features
v3.5.0-beta.5
3.5.0-beta.5 (2026-03-02)
Bug Fixes
v3.5.0-beta.4
v3.5.0-beta.3
3.5.0-beta.3 (2026-02-05)
Bug Fixes
v3.5.0-beta.2
v3.4.2
v3.4.1
v3.5.0-beta.1
3.5.0-beta.1 (2026-01-19)
Features
- add dark mode (e91ec88)
What's Changed
Full Changelog: v3.4.0...v3.5.0-beta.1
v3.4.0
3.4.0 (2026-01-19)
Bug Fixes
- accordion: smooth open close animation (84ed6db)
- bl-calendar: min-date max-date compare fix (a537c66)
- bl-select: clone nodes (dff623d)
- bl-select: clone nodes (1384a63)
- dropdown: dropdown group double hr (22773dc)
- input: rewrote clear test (cb6b400)
- input: use padding-inline for RTL support (4fa37a9)
- lang: support romanian and arabic (5f9e107)
- link: change default font family (9d9c9bd)
- link: make anchor attrs optional (9cf4ff2)
- link: remove unnecessary navigation handling (b957ebc)
- link: set default font (058bed3)
- select: only change bl-icon to bl-button on non-searchable selects (4198620)
- select: stop propagation added on click event to prevent unnecessary event bubbling (dc27907)
Features
- bl-calendar: add custom dayRenderer functionality (6bec9ce)
- bl-calendar: add custom dayRenderer functionality (811b97e)
- bl-calendar: clean up imports (365bc6d)
- bl-calendar: more clean up (3e95951)
- bl-calendar: remove unnecessary story items (8c47bc1)
- calendar: fix code coverage (3defde2)
- calendar: fix undefined case on formatToDateArrayFunction (27cf65d)
- calendar: fix undefined error (e287561)
- datepicker: add action log (b87cb37)
- datepicker: add month-year-only selection (1a13766)
- datepicker: make clear icon disabled (40ffce6)
- datepicker: remove some stories (fb0b2cd)
- dialog, drawer, progress-indicator: Add accessibility labels to close buttons and progress indicator (d8c6e81)
- dropdown: trigger release (63966bf)
- initial commit of component (b2ec168)
- input and textarea interaction tests #207 (3bb5222)
- input: increase design consistency of input (51339cb)
- lang: support for romanian and arabic (7e5ac6e)
- link: add all anchor attrs, non-standalone links support slotted icons (f1035cc)
- link: link component (d66f6d3)
- radio,radio-group: Enhance accessibility with arrow key navigation and aria attributes (527af16)
- select: add icon property (3b415c9)
- select: add icon property (9247dc3)
- select: add stories (f084f79)
- stepper: add adr (bf5f64b)
- stepper: increase code coverage (cec13d1)
- stepper: remove storybook content (a8d38a6)
- stepper: review updates (305659f)
- stepper: review updates (94997da)
- stepper: run linter (e0ea9b6)
- stepper: run prettier (352fd8a)
- stepper: run prettier for bl-stepper-item.css (c19eb6f)
- stepper: run prettier for bl-stepper-item.css (86b3d4c)
- stepper: stepper component completed (f5b3868)
- stepper: update stepper component to match Figma design (9703890)
- table: add table no data content area (5c259c3)
What's Changed
- feat(radio, radio-group): Enhance accessibility with arrow key navigation and aria attributes by @mryunt02 in #951
- chore(deps): bump actions/upload-artifact from 4.6.0 to 4.6.1 by @dependabot[bot] in #1035
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.1 by @dependabot[bot] in #1034
- chore(deps): bump axios and wait-on by @dependabot[bot] in #1046
- feat(datepicker): make clear icon disabled by @dilandoogan in #1043
- fix(bl-select): bl-select popover does not close in searchable bl-select components via dropdown icon by @omrumbakitemiz in #1052
- fix(dropdown): Dropdown Group Double hr by @phun333 in #1060
- bl-calendar custom day renderer feature by @omrumbakitemiz in #1066
- fix(bl-datepicker) fix the issue that causes min-date and max-date cannot be the same day by @omrumbakitemiz in #1064
- feat(calendar): fix undefined error by @dilandoogan in #1068
- feat(lang): support for romanian and arabic by @AykutSarac in #1069
- fix(lang): support romanian and arabic by @AykutSarac in #1070
- feat(table): add table no data content area by @AykutSarac in #1072
- refactor(deps): rewrite all type generations and support svelte types by @Enes5519 in #1075
- feat(link): add link component by @erbilnas in #972
- fix(input): increase design consistency of input by @erbilnas in #1086
- feat: Add security-gates and update README by @KaanAdas-TY in #1091
- feat(calendar): fix undefined case on formatToDateArrayFunction by @dilandoogan in #1102
- feat: Add security-gates and update README by @KaanAdas-TY in #1093
- feat(datepicker): add month-year-only selection by @mersanuzun in #1107
- fix(accordion): smooth open close animation by @Enes5519 in #1110
- fix(input): use padding-inline for RTL support by @Enes5519 in #1111
- #207 input intera...