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 v11.1.0 #1574

Merged
merged 21 commits into from
Mar 31, 2023
Merged

Release v11.1.0 #1574

merged 21 commits into from
Mar 31, 2023

Conversation

booc0mtaco
Copy link
Contributor

11.1.0 (2023-03-31)

Features

Bug Fixes

  • InputField: apply bottom margin only with fieldNote (#1573) (430522f)

booc0mtaco and others added 21 commits March 17, 2023 18:24
- replace the inline icon (loading) with our <LoadingIndicator />
- update snapshots to account for this
- don't use the visible prop, as this breaks ARIA for buttons
- marking prop as deprecated since it can be handled thru composition
  (like arrow)
- instead of throwing an error, use TypeScript to check for missing
  props
- add utility types to support this check in a generic way
- note: this also means that if the prop is missing, it will hint what
  to add
- note: this allows the page to load, but also generates appropriate build
  errors
- per team discussion, do this once a component has been used in a product
- this only affects documentation. fixes are applied as raised
- add new variant for "dragging" elevation
- define defaults for props
- improve documentation for props
- add recipe demonstrating hookup of props to state
- update story snapshots
- remove custom re-exports of recipe components
- icons and other items within .PlainButton should be centered
- add recipe showing use of menu with Avatar component
- update snapshots
- add interactive snapshot to show focus state
* chore: upgrade Tailwind from 3.2.7 to 3.3.0

* chore: use TS for Tailwind config

* chore: update Tailwind class ordering for 3.3
- small tweaks to the sytling of marker text
- several recipes to support examples in ZeroHeight
- integrate examples with some interactivity and animation
- includes update to existing component class name order
* feat(slider): add tooltip

* fix(lint): fix tw class order

* docs(slider): clarify comment

* refactor(slider): add slider specific t3 tokens

* refactor(slider): compute css var instead of building ts token

* refactor(slider): set style to initial over none
- move card example from skeleton state docs
- create separate recipe with example controls
* fix(InputField): apply bottom margin only with fieldNote

- add a class which selectively applies a bottom margin

* feat(InputField): add story without fieldnote

* fix(InputField): update snapshots

* refactor(Slider): adjust input labeling/position in story
@booc0mtaco booc0mtaco requested a review from a team March 31, 2023 19:49
@github-actions
Copy link

size-limit report 📦

Path Size
components 118.67 KB (-2.29% 🔽)
styles 3.12 KB (+0.79% 🔺)

@codecov
Copy link

codecov bot commented Mar 31, 2023

Codecov Report

Merging #1574 (fbfa863) into main (b52eace) will decrease coverage by 0.25%.
The diff coverage is 85.71%.

@@            Coverage Diff             @@
##             main    #1574      +/-   ##
==========================================
- Coverage   91.87%   91.63%   -0.25%     
==========================================
  Files         285      279       -6     
  Lines        4295     4267      -28     
  Branches      790      776      -14     
==========================================
- Hits         3946     3910      -36     
- Misses        324      331       +7     
- Partials       25       26       +1     
Impacted Files Coverage Δ
src/components/Avatar/Avatar.stories.ts 100.00% <ø> (ø)
src/components/Avatar/Avatar.tsx 88.00% <ø> (ø)
src/components/Checkbox/Checkbox.tsx 100.00% <ø> (ø)
...nents/LoadingIndicator/LoadingIndicator.stories.ts 100.00% <ø> (ø)
...c/components/LoadingIndicator/LoadingIndicator.tsx 100.00% <ø> (ø)
src/components/Menu/Menu.stories.tsx 63.63% <ø> (-3.04%) ⬇️
src/components/Menu/Menu.tsx 100.00% <ø> (ø)
...onents/PopoverListItem/PopoverListItem.stories.tsx 100.00% <ø> (ø)
src/components/PopoverListItem/PopoverListItem.tsx 100.00% <ø> (ø)
src/components/ProgressBar/ProgressBar.stories.tsx 52.17% <ø> (-2.00%) ⬇️
... and 33 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@booc0mtaco
Copy link
Contributor Author

size-limit report 📦

Path Size
components 118.67 KB (-2.29% 🔽)
styles 3.12 KB (+0.79% 🔺)

More with less ♥️

@booc0mtaco
Copy link
Contributor Author

Thanks!

@booc0mtaco booc0mtaco merged commit f1cd6cc into main Mar 31, 2023
@booc0mtaco booc0mtaco deleted the release-v11.1.0 branch March 31, 2023 20:26
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.

4 participants