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

4.0.0 #72

Merged
merged 62 commits into from
Sep 15, 2024
Merged

4.0.0 #72

merged 62 commits into from
Sep 15, 2024

Conversation

awidener3
Copy link
Contributor

@awidener3 awidener3 commented Sep 10, 2024

  • Breaking: Overhauled entire codebase to drive it using mostly CSS grid instead of flexbox. This makes everything more flexible overall and fit more designs better. However the CSS and markup changes will likely cause breaking changes to previous integrations, so when upgrading make some time to visually test all your pages to alter any CSS overrides you had in place accordingly. You also might want to make some markup changes to make use of new available classes to tweak the fit of individual form fields on specific forms.
  • Altered fields to fit available space better at various screen sizes.
  • Added multiple utility classes that define how wide inputs will span in the responsive layout.
  • Added support for input type=image.
  • Added support for secondary labels.
  • Added styling for invalid form fields.
  • Added asterisk that appears on required inputs.
  • Improved accessibility considerably. Now has 100% Lighthouse score.
  • Added feature to progressively nest fieldsets with progressively darker/lighter background colors.
  • Fixed bug causing clear button appearing on disabled inputs.
  • Fixed bug causing clear button to overlap with scrollbars on textareas.
  • Fixed bug causing nested fieldset to have incorrect padding and margins.
  • Fixed various other small bugs.
  • Replaced the less CSS preprocessor with sass.
  • Updated various dependencies.

Issues closed:

@kethinov kethinov changed the title CSS Rewrite 4.0.0 Sep 15, 2024
@kethinov kethinov merged commit 4bdba3f into rooseveltframework:master Sep 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment