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

resolve conflicts between next and main #380

Merged
merged 16 commits into from
Sep 29, 2023
Merged

Conversation

martimalek
Copy link
Contributor

What:

Resolve conflicts between next and main

Why:

We want to have next up to date with main

How:

  • Create new branch from next and merged main into it

  • Accepted all incoming changes except in the SelectList and Tag components, where the migration to css variables had already been done, so I accepted kept that (new variants for those components lack css vars, I'll open a PR soon)

  • Ready to be merged

Be aware! There are build and test issues, but those will get resolved when taking care of migrating to css variables the Tag, SelectList and Breadcrumbs components (issues #373 and #361). I'll open a PR for that before EOD.
Alternatively, I can do those changes in this MR to keep next clean, let me know if you prefer that.

Thanks to having next up to date I'll be able to update #374, removing the weak prop altogether and merging the PR.

nlopin and others added 12 commits August 2, 2023 09:13
Co-authored-by: Leonardo Di Vittorio <leonardo.divittorio@Leonardos-MacBook-Pro.local>
### [1.32.2](v1.32.1...v1.32.2) (2023-08-17)

### Bug Fixes

* add border secondary ([#355](#355)) ([75243ec](75243ec))
* feat: add breadcrumbs component

* feat: add a11y properites

---------

Co-authored-by: Leonardo Di Vittorio <leonardo.divittorio@Leonardos-MacBook-Pro.local>
## [1.33.0](v1.32.2...v1.33.0) (2023-08-18)

### Features

* add breadcrumbs component ([#353](#353)) ([ed82e05](ed82e05))
* fix: add Open Sans font to storybook

* feat: add variants of tag component in Tag and SelectList (#354)

* feat: add variants of tag component, resolve comments

---------

Co-authored-by: Yurii Pavlovskyi <yurii.pavlovskyi@free-now.com>
## [1.34.0](v1.33.0...v1.34.0) (2023-09-01)

### Features

* add error Tag and SelectList variants ([#372](#372)) ([e0eecdd](e0eecdd)), closes [#354](#354)
* refactor: migrate Datepicker to popper positioning engine

* build: remove react-tether dependency

* chore: remove unnecessary prop types and use useState directly
docs/changelog.mdx Outdated Show resolved Hide resolved
lloydaf and others added 2 commits September 29, 2023 08:46
### [1.34.1](v1.34.0...v1.34.1) (2023-09-29)

### Bug Fixes

* **input:** add aria-invalid when an input has an error ([#379](#379)) ([ec26782](ec26782))
@martimalek martimalek force-pushed the main-into-next-conflicts branch from 9a64870 to e3f889c Compare September 29, 2023 10:58
@martimalek martimalek merged commit b011ab0 into next Sep 29, 2023
@martimalek martimalek deleted the main-into-next-conflicts branch September 29, 2023 11:13
@github-actions
Copy link
Contributor

🎉 This PR is included in version 3.0.0-next.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Copy link
Contributor

github-actions bot commented Feb 2, 2024

🎉 This PR is included in version 2.1.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
Development

Successfully merging this pull request may close these issues.

7 participants