-
Notifications
You must be signed in to change notification settings - Fork 18
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
Release datepicker and new tab menu #521
Merged
Merged
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
…accessib…" (#5368) This reverts commit 685bc75b3ecfc2d4bfa43dce3777e17534e647d9.
* feat(1095): update design system subproject commit add styling for datepicker time select adjust margin for datepicker time select value * feat(1095): update design system subproject commit add styling for datepicker time select adjust margin for datepicker time select value * feat(1095): fix minute-range prop in SchedulePublishModal.vue * feat(1095): update main branch * feat(1095): yarn lock change * feat(1095): update design system and filter inner styles * chore: introduce datepicker changes from the design system * chore: add translation submodule * fix: remove old submodule mappings * refactor(int-1095): adding new props to show the timezone and to show as a disabled * feat(int 1095): fix unit test for fieldtypedatetime * feat(int 1095): fix unit test for fieldtypedatetime - Update path with translation package * feat(int 1095): fix unit test for ListStoriesReleasesModal - Update ReleaseFormContent.vue with new method * fix(int-1095): fix tests for datepicker * feat(int 1095): add data-cy attribute to Datepicker input - Fix AssetDetail tests * fix(int-1095): fix tests * fix(int-1095): fix name inside datepicker prop * test(int-1095): revert tests changes to use old date format removing wrong code added in merge actions * fix(int-1095): revert date format changes to use old date format removing logs * fix(int-1095): revert unit tests changes * fix(int-1095): revert component tests changes * fix(int-1095): update e2e tests to use new datepicker test id * style(int-1095): fix issue with borders * fix(int-1095): fix timezone update when the user cancel action * fix(int-1095): fix reference error when click on the timezone label * style(int-1095): removing unused styles * fix(int-1095): fix problem in time zone convertion * style(int-1095): fix scss variable names * refactor(int-1095): reverse date when the user add a second date before the first date * refactor(int-1095): refactor after code review * refactor(int-1095): refactor after code review * refactor(int-1095): fix suffix typo * feat(1095): refactor Datepicker component styles and add disabled state * feat(1095): add isEmpty check in DatepickerFakeInput.vue * feat(int 1095): fix disabledPast bug and improve Datepicker styling - Removed isEmpty from Datepicker component because storybook doesn't recognize it * refactor(int-1095): refactor after code review and fixing ts-errors * refactor(int-1095): adding new type for DyItem and add types for the methods * test(int-1095): revert changes in test files * refactor(int-1095): improve ts types * refactor(int-1095): creating computeds to fix TS erros * style(int-1095): fix styles * refactor(int-1095): fix style issues and solve problem with name of the constants and interfaces * refactor(int-1095): fix ts error * style(int-1095): adpting desing and fixing errors * refactor(int-1095): fixing ts-errors --------- Co-authored-by: Thiago Saife Rodrigues <[email protected]> Co-authored-by: Lisi Linhart <[email protected]> Co-authored-by: ademarCardoso <[email protected]> Co-authored-by: Ademar Cardoso <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
lisilinhart
changed the title
Release datepicker and new submenu
Release datepicker and new tab menu
Mar 13, 2024
🎉 This PR is included in version 3.25.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
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.
This releases the new tab menu and the refactored datepicker