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

chore: resolve conflicts between main and next #416

Merged
merged 24 commits into from
Feb 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
8022fcc
chore: dependency update
nlopin Aug 2, 2023
c67d40e
1.32.2
nlopin Aug 2, 2023
75243ec
fix: add border secondary (#355)
div-Leo Aug 17, 2023
510d918
chore(release): 1.32.2 [skip ci]
semantic-release-bot Aug 17, 2023
ed82e05
feat: add breadcrumbs component (#353)
div-Leo Aug 18, 2023
ac726a2
chore(release): 1.33.0 [skip ci]
semantic-release-bot Aug 18, 2023
e0eecdd
feat: add error Tag and SelectList variants (#372)
hackbnw Sep 1, 2023
205bb36
chore(release): 1.34.0 [skip ci]
semantic-release-bot Sep 1, 2023
8efebf7
refactor: replace deprecated weak prop for secondary in text usages (…
martimalek Sep 20, 2023
d305bf7
refactor: migrate Datepicker to popper positioning engine (#378)
martimalek Sep 26, 2023
dc45a4f
main: export Breadcrumbs component
JanHamara Sep 27, 2023
17dbbda
1.34.1
Sep 27, 2023
ec26782
fix(input): add aria-invalid when an input has an error (#379)
lloydaf Sep 29, 2023
2ee271d
chore(release): 1.34.1 [skip ci]
semantic-release-bot Sep 29, 2023
b9e7217
fix(deps): crossOrigin prop is not required for inputs (#386)
martimalek Oct 5, 2023
8edfd4d
chore(release): 1.34.2 [skip ci]
semantic-release-bot Oct 5, 2023
e364381
fix: enhanced breadcrumbs style (#390)
div-Leo Oct 11, 2023
58eeb7e
chore(release): 1.34.3 [skip ci]
semantic-release-bot Oct 11, 2023
8b1457e
fix(infobanner): allow to override attrs in InfoBannerCard (#393)
martimalek Nov 3, 2023
97aecda
chore(release): 1.34.4 [skip ci]
semantic-release-bot Nov 3, 2023
5271d47
chore: pull request template cleanup
Jan 9, 2024
47014c0
docs: correct changelog
Feb 1, 2024
81fc3ab
docs: minor typo fixes
Feb 1, 2024
ab5ce67
Merge branch 'main' into marge-main-into-next
Feb 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 10 additions & 20 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,38 +1,28 @@
<!--
Thanks for your interest in the project. Bugs filed and PRs submitted are appreciated!
Thanks for your interest in the project!

Also, please make sure you're familiar with and follow the instructions in the
contributing guidelines (found in the CONTRIBUTING.md file).

Please fill out the information below to expedite the review and (hopefully)
merge of your pull request!
Please fill out the information below to expedite the review and (hopefully) merge of your pull request!
-->

**What:**
## What

<!-- Declarative and short sentence of what this PR accomplishes. If the PR contains visual changes, please add the design-review label to the PR -->

**Why:**

<!-- A brief explanation over why this need arise alonside a sentence with keyword to close related issue "Closes #N" or "relates #X, relates #Y" -->
### Media

**How:**

<!-- Often a list of things to describe the process to accomplish this PR -->
<!-- _Optionally, but highly recommended_ Depending on the impact of the change or the complexity of the contribution, choose between and image to showcase the visual changes or a Loom video describing the work you have made. -->

**Media:**

<!-- _Optionally, but highly recommended_ Depending on the impact of the change or the complexity of the contribution, choose between and image to showcase the visual changes or a Loom video describing the work you have made. -->
## Why

**Checklist:**
<!-- A brief explanation over why this need arise alonside a sentence with keyword to close related issue "Closes #N" or "relates #X, relates #Y" -->

<!-- add "N/A" to the end of each line that's irrelevant to your changes -->
<!-- to check an item, place an "x" in the box like so: "- [x] Release notes added" -->

- [ ] Ready to be merged
<!-- In your opinion, is this ready to be merged as soon as it's reviewed? -->
## How

<!-- feel free to add additional comments -->
<!-- Often a list of things to describe the process to accomplish this PR -->
98 changes: 2 additions & 96 deletions docs/changelog.mdx

Large diffs are not rendered by default.

Loading
Loading