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

v4 #32

Merged
merged 29 commits into from
Jun 9, 2023
Merged

v4 #32

merged 29 commits into from
Jun 9, 2023

Conversation

thagxt
Copy link
Collaborator

@thagxt thagxt commented Jun 9, 2023

Fixed

  • Fixed a problem where the text of the button did not align properly when using the --buttonAlign variable.
  • Fixed a bug in the .stack utility class.
  • Fixed a bug in the .has-icon utility class.
  • Fixed a bug in the .fullflex utility class.
  • Fixed a bug where children of the x-grid component were incorrectly displayed as display:block.
  • Fixed a bug in the iframe component that caused the margins of headings to be incorrect.
  • Fixed a bug in Firefox where the :hover and :focus pseudo-classes caused inputs to glitch.

Added

  • Added support for the :focus, :active, and :visited pseudo-classes for links.
  • Added the small-medium and medium-large utility classes.
  • Added an option to control the font size with a global font scale.
  • Added a new value of 1f for the span-y utility class.
  • Added variables for the height, width, text alignment, and font weight of inputs.
  • Added variables for the width and text alignment of buttons.

Changed

  • Replaced the clamp function with the minmax function for font size in headings and body.
  • Changed the primary color to a shade that works well in both dark and light themes.
  • Renamed the --buttonFontSize and --buttonFontWeight variables to --buttonSize and --buttonWeight.
  • Made a11y active by default.

Removed

  • Removed support for the .badge utility class.
  • Removed the normalize.css file.
  • Moved the tooltips to a separate file.

thagxt and others added 29 commits July 5, 2022 21:18
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ fixed a bug where children of x-grid were pre-defined display:block.

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ Button width, text align vars
+ Input height, width, text align, font weight vars

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ Fixed a Firefox problem where: hover and :focus glitched input.

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ using CLAMP for font size for headings and body
+ option to control the font size with a global font scale.

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
+ Fixed a problem where by --buttonAlign the text of the button didn't align properly.

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
- removed badges

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
- Removed normalize.css
- Changed primary color to fit both dark and light versions
- Renamed `buttonFontSize` + `buttonFontWeight`
- added support for `:focus`  `:active` `:visited` for links
- now a11y is active by default
- Removed support for `.badge`
- fixed `.stack`
- fixed `.has-icon`
- fixed `.fullflex`

Co-Authored-By: Sēlekkt. <14300778+Selekkt@users.noreply.github.com>
@thagxt thagxt merged commit 9358385 into master Jun 9, 2023
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.

1 participant