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

[breaking] refactor: Datepicker simple/range/single #2823

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

klaascuvelier
Copy link
Contributor

Closes #2822

This MR refactors the way the datapicker and datepicker-input component work. It de-deduplicates DOM elements & classes by introducing a datePickerType input over the range input.
This is a breaking change, however it aligns the component better with the React implementation.

Changelog

Changed

  • datepicker and datepicker-input refactored

@klaascuvelier klaascuvelier requested a review from a team as a code owner March 18, 2024 19:15
Copy link

netlify bot commented Mar 18, 2024

Deploy Preview for carbon-components-angular ready!

Name Link
🔨 Latest commit 07d0a5f
🔍 Latest deploy log https://app.netlify.com/sites/carbon-components-angular/deploys/6616937b0632310008e659f4
😎 Deploy Preview https://deploy-preview-2823--carbon-components-angular.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@klaascuvelier klaascuvelier force-pushed the refactor-datepicker branch 2 times, most recently from df1790e to b660886 Compare March 19, 2024 10:13
@zvonimirfras zvonimirfras added the icebox We want to work on this in future label Apr 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
icebox We want to work on this in future
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DatePicker and DatePickerInput implementation duplicates too many classes
2 participants