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

Release v15.1.0 #2014

Closed
wants to merge 10 commits into from
Closed

Release v15.1.0 #2014

wants to merge 10 commits into from

Conversation

booc0mtaco
Copy link
Contributor

15.1.0 (2024-07-12)

Features

  • add runtime warning/errors to components (#2007) (661130b)
  • InputField: add show/hide button for password field type (#2006) (52d9ca0)
  • Modal: add height property to modal API (#2011) (8d0c68f)

Bug Fixes

  • Select: expose generic types to allow by to pass type checks (#2008) (421c91b)

booc0mtaco and others added 10 commits July 5, 2024 13:10
- toggle button label and icon based on current state
- implement show/hide button to appear after any inputWithin elements
- add tests and snapshots
- add utility function for doing the logging
- use in various components (Link, Button, util.s)
- fix violations in EDS identified by these checks
- add additional tests

* chore: address PR comments
)

- borrow type value determination from HeadlessUI internals
- add test to make sure types used map to params
- chore: address PR suggestion
- allow fixed (default), auto, and max
- add stories with doc.s
- change export for ModalContent to fix storybook
- update snapshots
- add EDS assert for prop misuse
- document ability with stories
- add snapshots for the UI icons generated by the browsers
- Grid and Section are only used within the design system
- move them out of the regular components directory to avoid analytics scans
- make sure no other usages change as a result
@booc0mtaco booc0mtaco requested a review from a team as a code owner July 12, 2024 01:21
Copy link

codecov bot commented Jul 12, 2024

Codecov Report

Attention: Patch coverage is 87.80488% with 5 lines in your changes missing coverage. Please review.

Project coverage is 97.40%. Comparing base (3eb9077) to head (00b105f).

Files Patch % Lines
src/components/InputField/InputField.tsx 54.54% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2014      +/-   ##
==========================================
- Coverage   97.52%   97.40%   -0.13%     
==========================================
  Files         108      109       +1     
  Lines        2545     2578      +33     
  Branches      635      647      +12     
==========================================
+ Hits         2482     2511      +29     
- Misses         61       65       +4     
  Partials        2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link

size-limit report 📦

Path Size
components 88.62 KB (+1.3% 🔺)
styles 27.75 KB (+0.36% 🔺)

@booc0mtaco
Copy link
Contributor Author

closing this to apply one mofe fix before release

@booc0mtaco booc0mtaco closed this Jul 12, 2024
@booc0mtaco booc0mtaco deleted the release-v15.1.0 branch July 12, 2024 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants