Skip to content
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.2.0 #924

Merged
merged 48 commits into from
Oct 11, 2024
Merged

v3.2.0 #924

merged 48 commits into from
Oct 11, 2024

Conversation

erbilnas
Copy link
Collaborator

@erbilnas erbilnas commented Oct 10, 2024

What's Changed

New Contributors

Full Changelog: v3.1.0...3.2.0

leventozen and others added 30 commits May 2, 2024 15:05
Co-authored-by: Umit Kucuk <umit.kucuk@trendyol.com>
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mde/ejs/releases">ejs's
releases</a>.</em></p>
<blockquote>
<h2>v3.1.10</h2>
<p>Version 3.1.10</p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mde/ejs/commit/d3f807dea9ce904e20a47a661f2310ce9134dc2a"><code>d3f807d</code></a>
Version 3.1.10</li>
<li><a
href="https://github.com/mde/ejs/commit/9ee26dde5d7015d9c0e2ff87314cabeac5247c02"><code>9ee26dd</code></a>
Mocha TDD</li>
<li><a
href="https://github.com/mde/ejs/commit/e469741dca7df2eb400199e1cdb74621e3f89aa5"><code>e469741</code></a>
Basic pollution protection</li>
<li><a
href="https://github.com/mde/ejs/commit/715e9507fa3e6122dc6430fe0f25a6e6ded300c1"><code>715e950</code></a>
Merge pull request <a
href="https://github.com/mde/ejs/issues/756">#756</a> from
Jeffrey-mu/main</li>
<li><a
href="https://github.com/mde/ejs/commit/cabe3146ad964a1e98db7742abf435906ca79406"><code>cabe314</code></a>
Include advanced usage examples</li>
<li><a
href="https://github.com/mde/ejs/commit/29b076cdbbf3eb1b4323b33299ab6d79391b2c33"><code>29b076c</code></a>
Added header</li>
<li><a
href="https://github.com/mde/ejs/commit/11503c79af882e3635b513d57c7f1813792eb127"><code>11503c7</code></a>
Merge branch 'main' of github.com:mde/ejs into main</li>
<li><a
href="https://github.com/mde/ejs/commit/7690404e2fc1688756938e4d2fc19e0fac77d736"><code>7690404</code></a>
Added security banner to README</li>
<li><a
href="https://github.com/mde/ejs/commit/f47d7aedd51a983e4f73045f962b1209096b5800"><code>f47d7ae</code></a>
Update SECURITY.md</li>
<li><a
href="https://github.com/mde/ejs/commit/828cea1687e3db459ab09d2f405d2444c7580b90"><code>828cea1</code></a>
Update SECURITY.md</li>
<li>Additional commits viewable in <a
href="https://github.com/mde/ejs/compare/v3.1.9...v3.1.10">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ejs&package-manager=npm_and_yarn&previous-version=3.1.9&new-version=3.1.10)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/Trendyol/baklava/network/alerts).

</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This PR allows users to easily access target option based on their
keyboard input.

Closes [#686](#686)
Nested popover cause this issue, I added tagname control in
_handlePopoverShowEvent to prevent unnecessary hide for bl-tooltip

closes #801

Co-authored-by: mert.ozbudak <mert.ozbudak@trendyol.com>
Related to #853

Implements critical dialog functionality to prevent closing and hides
the close button for critical dialogs.

- Adds a `critical` property to `bl-dialog` to mark dialogs as critical,
which disables closing through keyboard, backdrop, and close button
interactions.
- Conditionally renders the close button in the dialog header based on
the `critical` property, effectively hiding it for critical dialogs.
- Updates event handling to prevent closing critical dialogs through
escape key presses and outside clicks.
- Includes a new story in `bl-dialog.stories.ts` to demonstrate a
critical dialog with the `critical` property set to `true`.
- Adds tests in `bl-dialog.test.ts` to verify that critical dialogs
cannot be closed through keyboard, backdrop, and close button
interactions, and to ensure the close button is hidden for critical
dialogs.
fix(split-button): fix event bubbling for buttons inside split button
)

This pr fixes navigating in the select options with the arrow keys,
disabled option can be selected with enter bug.

Closes [873](#873)

---------

Co-authored-by: Ahmet Ozan Tekin <ahmetozan.tekin@trendyol.com>
…button (#858)

fix search text is not clear bug when user click clear button 
case: single select / clearable

closes #845

Co-authored-by: mustafa.ozbatman <mustafa.ozbatman@trendyol.com>
Closes #391.

Co-authored-by: Doğan Öztürk <dogan.ozturk@trendyol.com>
style(dialog): tab-group inside dialog
…button (#885)

fix search text is not clear bug when user click clear button
case: single select / clearable

closes #845

Co-authored-by: mustafa.ozbatman <mustafa.ozbatman@trendyol.com>
Co-authored-by: Ogun Babacan <ogun.babacan@trendyol.com>
…#884)

Baklava needs to be imported as a module. Next <Script> does not take
"type" as a parameter so lowercase <script> should be used.

I am creating a new Next project with Baklava and this solved my issue.

Signed-off-by: Berkin AKKAYA <berkin_akkaya@hotmail.com>
Signed-off-by: Aykut Saraç <aykutsarac0@gmail.com>
Co-authored-by: Levent Anil Ozen <leventanilozen@gmail.com>
Co-authored-by: Buse Selvi <106681486+buseselvi@users.noreply.github.com>
Co-authored-by: Aykut Saraç <aykutsarac0@gmail.com>
Closes #864

Co-authored-by: Buse Selvi <106681486+buseselvi@users.noreply.github.com>
…896)

Closes #895

Co-authored-by: Erbil Nas <erbil.nas@trendyol.com>
Copy link

@prisma-cloud-devsecops prisma-cloud-devsecops bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Prisma Cloud has found errors in this PR ⬇️

},
"dependencies": {
"@trendyol/baklava": "^3.0.0",
"next": "14.1.3",
Copy link

@prisma-cloud-devsecops prisma-cloud-devsecops bot Oct 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

next / package.json

🎉   All vulnerabilities were fixed

Total vulnerabilities: 1

Critical: 0 High: 1 Medium: 0 Low: 0
Vulnerability IDSeverityCVSSFixed inStatus
CVE-2024-46982 HIGH HIGH 7.5 14.2.10 Fixed
Vulnerabilities scan results were updated by commit bb0d15e

@erbilnas erbilnas marked this pull request as draft October 10, 2024 12:28
@erbilnas erbilnas marked this pull request as ready for review October 10, 2024 12:28
@erbilnas erbilnas merged commit 4142f17 into main Oct 11, 2024
10 checks passed
Copy link

🎉 This PR is included in version 3.2.0-beta.2 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link

🎉 This PR is included in version 3.2.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.