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

v2.1.0 RC #172

Merged
merged 37 commits into from
Jan 4, 2024
Merged

v2.1.0 RC #172

merged 37 commits into from
Jan 4, 2024

Conversation

jordanjones243
Copy link
Contributor

@jordanjones243 jordanjones243 commented Dec 6, 2023

Alaska Airlines Pull Request

Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.

Fixes: #128, #140, #147, #150, #151, #153, #154, #156, #159, #170, #173

Summary:

Please summarize the scope of the changes you have submitted, what the intent of the work is and anything that describes the before/after state of the project.

  • Create new slot that allows users to put content into each day cell in the calendar
  • Style the content within the day slot
  • Create examples to demonstrate all of our use cases for this slot (text and auro-icon)
  • Update repo to support node 20
  • Update design token prefixes from --auro to --ds
  • Add icon bundled script to demo page in order for icons to render in the datepicker examples
  • Update mobile gradient color to be able to see later calendars easily
  • Refactor mobile design to implement 320px breakpoint, which in turn:
    • Removes the back button from mobile header
    • Makes calendar size responsive
    • Updates spacing between calendars and it's items
    • Updates size and text of mobile calendar button
  • Add auro-popover to auro-calendar-cell with the ability to pass popover content from the auro-datepicker level
  • Fix centralDate attribute functionality
  • Refactor styles according to datepicker blueprint
  • Update to use latest dependencies
  • Add cssparts to datepicker components

Type of change:

Please delete options that are not relevant.

  • New capability
  • Revision of an existing capability
  • Infrastructure change (automation, etc.)
  • Other (please elaborate)

Checklist:

  • My update follows the CONTRIBUTING guidelines of this project
  • I have performed a self-review of my own update

By submitting this Pull Request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

Pull Requests will be evaluated by their quality of update and whether it is consistent with the goals and values of this project. Any submission is to be considered a conversation between the submitter and the maintainers of this project and may require changes to your submission.

Thank you for your submission!

-- Auro Design System Team

@jordanjones243 jordanjones243 self-assigned this Dec 6, 2023
Copy link

github-actions bot commented Dec 6, 2023

Surge demo deployment failed! 😭

@jordanjones243 jordanjones243 marked this pull request as ready for review December 30, 2023 00:47
@jordanjones243 jordanjones243 requested a review from a team as a code owner December 30, 2023 00:47
src/auro-calendar.js Outdated Show resolved Hide resolved
src/auro-datepicker.js Outdated Show resolved Hide resolved
src/style-auro-calendar-cell.scss Show resolved Hide resolved
leeejune
leeejune previously approved these changes Jan 3, 2024
@jordanjones243 jordanjones243 merged commit f50add4 into main Jan 4, 2024
4 of 5 checks passed
@jordanjones243 jordanjones243 deleted the jordanjones243/v2.1.0 branch January 4, 2024 21:23
@blackfalcon
Copy link
Member

🎉 This PR is included in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@blackfalcon blackfalcon added the released Completed work has been released label Jan 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment