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 #2018

Merged
merged 13 commits into from
Jul 15, 2024
Merged

Release v15.1.0 #2018

merged 13 commits into from
Jul 15, 2024

Conversation

booc0mtaco
Copy link
Contributor

@booc0mtaco booc0mtaco commented Jul 15, 2024

15.1.0 (2024-07-15)

Storybook

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

  • Icon: update pencil icon to latest design (#2016) (cb8d1a7)
  • Link: apply font weight to standalone sizes (#2015) (2e47271)
  • Select: expose generic types to allow by to pass type checks (#2008) (421c91b)

booc0mtaco and others added 13 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
- fix handling of size so it isn't applied where it can't be used
- add assert for using size with context=inline
- update tests and snapshots
* chore(deps): update all non-major dependencies
* fix: update types and theme import

---------

Co-authored-by: Renovate Bot <[email protected]>
Co-authored-by: Andrew Holloway <[email protected]>
@booc0mtaco booc0mtaco requested a review from a team as a code owner July 15, 2024 20:51
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

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

Project coverage is 97.40%. Comparing base (3eb9077) to head (582d628).

Files Patch % Lines
src/components/InputField/InputField.tsx 54.54% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2018      +/-   ##
==========================================
- Coverage   97.52%   97.40%   -0.13%     
==========================================
  Files         108      109       +1     
  Lines        2545     2579      +34     
  Branches      635      647      +12     
==========================================
+ Hits         2482     2512      +30     
- 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.78 KB (+1.49% 🔺)
styles 27.76 KB (+0.4% 🔺)

@booc0mtaco booc0mtaco merged commit d76d5bb into main Jul 15, 2024
15 checks passed
@booc0mtaco booc0mtaco deleted the release-v15.1.0 branch July 15, 2024 23:24
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.

3 participants