fylgja

The modular highly customisable CSS framework. Powered by CSS Components, Utilities and Props for building your Web UI.

MIT License

Downloads
8.2K
Stars
90
Committers
5

Bot releases are hidden (Show)

fylgja - v1.3.4 Latest Release

Published by GrimLink about 1 year ago

Fixed

  • Import error for CSS Props packages with PostCSS, closes #191
  • Missing PostCSS export for Native Element for Button Component

Full Changelog: https://github.com/fylgja/fylgja/compare/1.3.3...1.3.4

fylgja - v1.3.3

Published by GrimLink about 1 year ago

Changed

  • Updated Base to v1.1.2, for small Sass bug fix
  • Updated Control to v1.3.0, for small improvements
  • Updated Dialog to v1.5.0
    • For issue #182, animation bug in firefox
    • Small improvements
  • Updated Form to v1.1.6, for small bug fix
  • Updated Gradient to v1.1.3, for small improvements
  • Updated Input Group to v1.3.0, for small improvements
  • Updated Menu to v1.3.2, for small bug fix
  • Updated Stretched Link to v1.2.0 for small improvements

Full Changelog: https://github.com/fylgja/fylgja/compare/1.3.2...1.3.3

fylgja - v1.3.2

Published by GrimLink over 1 year ago

Changed

  • Updated Form to v1.1.4, for small bug fix
  • Updated Colors to v1.1.1

Full Changelog: https://github.com/fylgja/fylgja/compare/1.3.1...1.3.2

fylgja - v1.3.1

Published by GrimLink over 1 year ago

Fixed

  • Missing fonts CSS props in tokens bundle
  • Missing border CSS props in tokens bundle

Full Changelog: https://github.com/fylgja/fylgja/compare/1.3.0...1.3.1

fylgja - v1.3.0

Published by GrimLink over 1 year ago

Added

  • bundle for native elements, use with: fylgja/fylgja-html.css
  • CSS props for border
  • CSS props for fonts
  • Marquee component (not part of the core install)
  • Tokens component (not part of the core install),
    for design systems

Changed

  • Full update of all core Fylgja components
  • All components (except CSS props) now support @layer with SCSS
  • All CSS props components now support :host as import option

Fixed

  • Missing import option for bundles and root index.scss

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.6...1.3.0

fylgja - v1.2.6

Published by GrimLink about 2 years ago

Changed

  • Updated Colors to v1.0.7

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.5...1.2.6

fylgja - v1.2.5

Published by GrimLink about 2 years ago

Fixed

  • Missing import option for JS hsl syntax in colors

Changed

  • Updated Colors to v1.0.6

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.4...1.2.5

fylgja - v1.2.4

Published by GrimLink about 2 years ago

Fixed

  • Quotes on scss variables for shadow

Changed

  • Updated Shadow to v1.0.3

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.3...1.2.4

fylgja - v1.2.3

Published by GrimLink about 2 years ago

Added

  • Added support for both CommonJS and ESM import syntax's

Changed

  • Updated Aspect Ratio to v1.1.1
  • Updated Colors to v1.0.5
  • Updated Easing to v1.0.3
  • Updated Mq to v1.1.2
  • Updated Shadow to v1.0.2
  • Updated Sizes to v1.0.2
  • Updated Z-Layer to v1.0.2

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.2...1.2.3

fylgja - v1.2.2

Published by GrimLink about 2 years ago

Changed

  • Updated Form to v1.0.8
  • Updated Input Group to v1.1.3

Fixes

  • form bugs see the form and input group components, for what

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.1...1.2.2

fylgja - v1.2.1

Published by GrimLink about 2 years ago

Added

  • Range component to main and slim bundle

Full Changelog: https://github.com/fylgja/fylgja/compare/1.2.0...1.2.1

fylgja - v1.2.0

Published by GrimLink about 2 years ago

Added

  • New components for Design Tokens (CSS props)
    • aspect-ratio
    • colors
    • easing
    • mq
    • shadow (will replace elevation in the next release)
    • sizes
    • z-layer
  • Add new bundle option specific for Design Tokens (CSS props)

Changed

  • Updated all packages,
    this contains too many changes to list here; instead,
    see each package to learn what has changed.

Fixed

Full Changelog: https://github.com/fylgja/fylgja/compare/1.1.5...1.2.0

fylgja - v1.1.5

Published by GrimLink over 2 years ago

Added

  • Form: scss option added, to set the $label-margin
  • Dialog: add variable support for backdrop
  • Dialog: add class support
  • Print: add option to disable media query print,
    In case you want to load the file separate from the main styles
  • Added slim version of full Fylgja package, thats without the utilities,
    which is only 30kb minified

Changed

  • Cleanup package.json for all components.
  • Button: Moved style logic to mixin
  • Print: Made link logic smaller with not syntax
  • Print: Moved style logic to mixin

Fixed

  • Auto Grid: [Possible Breaking Change] Also Scoped the gap variable,
    making all of the auto-grid variables scoped.
  • Auto Grid: Fixed relative PostCSS import
  • Menu: default auto-selector for use with Hyva (Tailwind @apply) with .btn
  • Fixed import order for full Fylgja package, by moving base styles to top

Full Changelog: https://github.com/fylgja/fylgja/compare/1.1.4...1.1.5

fylgja - v1.1.4

Published by GrimLink almost 3 years ago

Added

  • Transform: added rotate utility modifiers

Changed

  • Updated stylelint-config
  • Details: Removed Summary from details scope, making the css smaller and easier to edit
  • Form: [Possible Breaking Change] removed input prefix from type,
    Making it easier to edit the form styles with utility classes
  • Form: Removed form prefix from CSS imports for style versions
  • Input Group: Removed input-group prefix from CSS imports for style versions

Fixed

  • Auto Grid: [Possible Breaking Change] Scoped the variables

Full Changelog: https://github.com/fylgja/fylgja/compare/1.1.3...1.1.4

fylgja - v1.1.3

Published by GrimLink about 3 years ago

Changed

  • Updated dev dependencies

Fixed

  • Base: Corrected heading first child insistent margin-top unset
fylgja - v1.1.2

Published by GrimLink about 3 years ago

Fixed

  • Utilpack: Typo for visibility value
fylgja - v1.1.1

Published by GrimLink about 3 years ago

Added

  • Text gradients to gradient component.
fylgja - v1.1.0

Published by GrimLink about 3 years ago

Added

  • Aria Only: added breakpoint option, (enable this option with $enable-aria-only-mq)
  • Base: added accent-color option
  • Dialog: added support for custom dialogs via extends
  • New Mq helper package
  • Transform: More Transform translate utilities
  • Utilpack: Visibility utility class
  • Utilpack: index utility class

Changed

  • Menu: [Possible Breaking Change] Removed extra list layer from menu.
    This makes the CSS component smaller and easier to edit.
  • Pagination: Moved variables to helper for easier reuse
  • Scroll-Slider: Moved overflow fix to only effect Safari, Firefox and Chrome have fixed this issue
  • Transform: Make easier to edit via a separate variable
  • Utilpack: sizing utils like w-content have been replaced with w-max and w-min
    The util classes use the min/max-content values.
    Also adding more freedom for other max-w/h and min-w/h versions.

Fixed

  • Base: heading not inheriting the family-header CSS variable
  • Transform: [Breaking Change] translate naming inconsistency
    the -t(y/x)-half is now -t(y/x)-50 matching the naming used in the Utilpack.
  • Utilpack: text-break has wrong css value option
  • Utilpack: [Breaking Change] Fixed typo for $utilpack-separator was $utilpack-sepparator
  • Utilpack: space and divide utilities now also ignores template tags.
    Making it easier to work with loops in AlpineJS
    To unset this back to just the [hidden] attribute change the;
    • $utilpack-space-class-nested
    • $utilpack-divider-class-nested
fylgja - v1.0.2

Published by GrimLink about 3 years ago

Changed

  • Code moved SCSS variables to helper file

Fixed

  • Form input color radius var is empty when null
  • Form missing focus style var,
    and merged border width and style to keep supporting CSSNano
fylgja - v1.0.0

Published by GrimLink over 3 years ago

Initial Release 🎉