-
Notifications
You must be signed in to change notification settings - Fork 118
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
v3.0.0 #783
Merged
Merged
v3.0.0 #783
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Simplifies the logic of `generate-react-exports.js` as types are inferred, removing the need of generics * Simplifies the React export making it more readable ```tsx /** * @tag bl-textarea * @summary Baklava Textarea component */ export const BlTextarea = React.lazy(() => customElements.whenDefined("bl-textarea").then(() => ({ default: createComponent({ react: React, displayName: "BlTextarea", tagName: "bl-textarea", elementClass: customElements.get("bl-textarea") as Constructor<BlTextarea>, events: { onBlInput: "bl-input" as EventName<BlTextareaInput>, onBlChange: "bl-change" as EventName<BlTextareaChange>, onBlInvalid: "bl-invalid" as EventName<BlTextareaInvalid>, }, }), })) ); ``` --------- Co-authored-by: Aykut Saraç <[email protected]>
- camera_off - sound_off - photo_off - microphone - microphone_off - right_sided_arrow - left_sided_arrow icons added.
Fixes select causing the window to be frozen on choosing x amount of options. This is caused by running `_checkAdditionalItemCount` within updated for each update instead of listening for selected options only. Co-authored-by: Aykut Saraç <[email protected]>
Closes #141 --------- Signed-off-by: Ogun Babacan <[email protected]> Co-authored-by: Aykut Saraç <[email protected]>
Missing heading and body text font weights have been added. Closes #738
Closes #265 I've pushed the commit unverified as I'm facing operating system-related test errors on my local machine. Despite my efforts, I couldn't resolve the issue. I've opened an issue on [the relevant project](https://github.com/modernweb-dev/web) for further investigation. modernweb-dev/web#2589 --------- Co-authored-by: Erbil Nas <[email protected]> Co-authored-by: Ogun Babacan <[email protected]>
#760) …eaks input styling
Implement new color: Info. Uptadate alert and notification components info variant color with the new color and update radius to match design document. Also update tooltip component default background color to info. This change can be overridden by `--bl-popover-background-color` variable. Closes #685
fixes #675 Co-authored-by: Aykut Saraç <[email protected]> Co-authored-by: Levent Anil Ozen <[email protected]>
This PR does small refactor on Dropdown component. * Default text for dropdown button is removed. * `aria-label` for `bl-button` inside removed, since it's not needed when we have a text inside the button. --------- Co-authored-by: Levent Anil Ozen <[email protected]>
- badge - express - express_delivery - express_furniture - translation icons added—also, the "medal" icon's color issue is fixed.
No breaking change | Closes #774 Co-authored-by: Erbil Nas <[email protected]>
fix(pagination): fix the event of the single select
BREAKING CHANGE: bump version
erbilnas
approved these changes
Jan 25, 2024
AykutSarac
approved these changes
Jan 25, 2024
fatihhayri
approved these changes
Jan 25, 2024
🎉 This PR is included in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.0.0-beta.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |
leventozen
added a commit
that referenced
this pull request
May 2, 2024
Merged
erbilnas
added a commit
that referenced
this pull request
Oct 11, 2024
## What's Changed * Merge pull request #783 from Trendyol/next by @leventozen in #784 * docs: bump version in docs by @leventozen in #851 * docs: bump version by @leventozen in #852 * feat(icon): add door and credit_card icons by @umitkucuk in #855 * chore(deps-dev): bump ejs from 3.1.9 to 3.1.10 by @dependabot in #850 * feat(select): improve option navigation by key by @gokcecicek in #856 * fix(popover): Fix bl-tooltip trigger issue by @MertOzbudak in #871 * feat(tooltip): add target attribute by @Enes5519 in #848 * feat(dialog): implement critical variant by @AykutSarac in #870 * fix(drawer): fix drawer delay bug for removing from dom by @fatihkucuktry in #875 * fix(split-button): fix event bubbling for buttons inside split button by @ozkersemih in #879 * fix(select): fix disabled select option can be selected with enter by @ahmetozantekin in #874 * chore: update dependabot.yml configuration by @doganozturk in #882 * feat(select): Improve select search international character support by @fatihkucuktry in #857 * feat(select): fix search text is not clear bug when user click clear button by @mozbatman in #858 * story(input): add input masking documentation by @doganozturk in #883 * style(dialog): tab-group inside dialog by @ozkersemih in #872 * feat(select): fix search text is not clear bug when user click clear button by @mozbatman in #885 * fix: Use lowercase script import in using-baklava-in-next.stories.mdx by @BerkinAKKAYA in #884 * feat: calendar component by @dilandoogan in #823 * feat: spinner component by @MertOzbudak in #877 * docs(ADR): move ADRs under components directories by @AykutSarac in #865 * fix(checkbox): add relative value for position in checkbox container by @erbilnas in #896 * chore(deps): bump actions/configure-pages from 3 to 5 by @dependabot in #887 * chore(deps): bump actions/deploy-pages from 2 to 4 by @dependabot in #888 * refactor(icon): implement baklava-icons and remove icons folder by @ogunb in #898 * feat(input): prevent enter to submit form by @muratcorlu in #691 * fix(checkbox): fix validation state of checkbox by @Enes5519 in #904 * feat(dialog): add width and caption line clamp css property by @Enes5519 in #902 * fix(tooltip): use mouseenter as event listener by @ozkersemih in #909 * fix(table): multiple checkbox should only handle currently rendered rows by @ogunb in #913 * feat(datepicker): remove calendar border by @dilandoogan in #917 * feat(datepicker): fix selected date color bug by @dilandoogan in #922 * fix: upgrade next version to resolve vulnerability by @erbilnas in #929 * docs: resolve conflict in storybook by @erbilnas in #928 ## New Contributors * @gokcecicek made their first contribution in #856 * @MertOzbudak made their first contribution in #871 * @fatihkucuktry made their first contribution in #875 * @ahmetozantekin made their first contribution in #874 * @mozbatman made their first contribution in #858 * @dilandoogan made their first contribution in #823 **Full Changelog**: v3.1.0...3.2.0 --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Berkin AKKAYA <[email protected]> Signed-off-by: Aykut Saraç <[email protected]> Co-authored-by: Levent Anil Ozen <[email protected]> Co-authored-by: Ümit Küçük <[email protected]> Co-authored-by: Umit Kucuk <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Beril Gökçe Çiçek <[email protected]> Co-authored-by: ozkersemih <[email protected]> Co-authored-by: MertOzbudak <[email protected]> Co-authored-by: mert.ozbudak <[email protected]> Co-authored-by: Enes Yıldırım <[email protected]> Co-authored-by: Aykut Saraç <[email protected]> Co-authored-by: Fatih Küçük <[email protected]> Co-authored-by: Semih Ozker <[email protected]> Co-authored-by: ahmetozantekin <[email protected]> Co-authored-by: Ahmet Ozan Tekin <[email protected]> Co-authored-by: Doğan Öztürk <[email protected]> Co-authored-by: Mustafa Özbatman <[email protected]> Co-authored-by: mustafa.ozbatman <[email protected]> Co-authored-by: Doğan Öztürk <[email protected]> Co-authored-by: Ogun Babacan <[email protected]> Co-authored-by: Berkin AKKAYA <[email protected]> Co-authored-by: dilandoogan <[email protected]> Co-authored-by: Buse Selvi <[email protected]> Co-authored-by: Erbil Nas <[email protected]> Co-authored-by: Murat Çorlu <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Changed
New Contributors
Full Changelog: v2.3.0...v3.0.0