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

1.0.2 #3860

Merged
merged 6 commits into from
Jul 25, 2024
Merged

1.0.2 #3860

merged 6 commits into from
Jul 25, 2024

Conversation

jgthms
Copy link
Owner

@jgthms jgthms commented Jul 25, 2024

Improvements

  • Smart Grid is-col-min now goes up to 32 (Fixes Grid cells are too small #3829)
  • Remove need for is-variable modifier for Column gaps
  • You can have a list of radio buttons or checkboxes with the radios and checkboxes classes respectively
  • Add is-max-tablet modifier to the Container element
  • Add currentColor and inherit as possible values for the color and background helpers
  • The Section can now have a minimum height of 100vh with the is-fullheight modifier
  • Add more SCSS variables:
    • $input-border-style
    • $input-border-width
    • $label-spacing
    • $field-block-spacing
  • Add more CSS variables:
    • --bulma-input-border-style
    • --bulma-input-border-width
    • --bulma-label-color
    • --bulma-label-spacing
    • --bulma-label-weight
    • --bulma-help-size
    • --bulma-field-block-spacing

Bug fixes

@jgthms jgthms merged commit 0c05f28 into main Jul 25, 2024
1 check passed
@jgthms jgthms deleted the 1.0.2 branch July 25, 2024 15:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment