Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

ezpz-grid

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ezpz-grid - npm Package Versions

23

5.0.0

Diff

Changelog

Source

5.0.0 (2024-12-19)

  • Removed all deprecated Dart Sass features.
  • Is a Sass Module which needs to be imported using the Node.js Package Importer.
ba55ie
published 5.0.0-0 •

svensigmond
published 4.0.1 •

Changelog

Source

4.0.1 (2021-05-21)

  • Fixed: The / should not be used as a division operation anymore, all division should use math.div() instead.
svensigmond
published 4.0.0 •

Changelog

Source

4.0.0 (2017-04-12)

  • Removed: The column grid type is no longer supported, fractions is the only remaining grid type. The last version to support columns is 3.0.1
svensigmond
published 3.0.1 •

Changelog

Source

3.0.1 (2017-03-24)

  • Fixed: Cells within unstretched grid sections now behave properly in IE10.
svensigmond
published 3.0.0 •

Changelog

Source

3.0.0 (2017-03-06)

  • Changed: Direct child elements of a grid cell no longer automatically stretch to occupy the full width and height of the cell.
  • Added: grid--content-stretch class to ensure that direct child elements of all grid cells automatically occupy the full width and height of the cell.
  • Added: grid--content-unstretch class to disable stretching behaviour of the direct child elements of grid cells within a grid section.
  • Added: cell--content-stretch class to ensure that direct child elements of a specific grid cell automatically occupies the full width and height of the cell.
  • Added: grid--content-unstretch class to disable stretching behaviour of the direct child elements of a specific cell within a grid section.
  • Added: Responsive classes for the content-stretch behaviour.
  • Added: Change the default stretching behaviour of direct child elements of grid cells with the new $ezpz-grid-default-content-stretch setting. The default setting is unstretch, the alternative option is stretch.
svensigmond
published 2.2.2 •

Changelog

Source

2.2.2 (2017-01-17)

  • Fixed: Broken if else statement in the create-grid-cell() mixin.
svensigmond
published 2.2.1 •

Changelog

Source

2.2.1 (2017-01-17)

  • Changed: Included baseline property in grid and cell alignment error messages.
svensigmond
published 2.1.0 •

Changelog

Source

2.1.0 (2017-01-13)

  • Added: Change the default alignment behaviour of cells in a grid section with the new $ezpz-grid-default-align setting. The default setting is stretch, the alternative options are: start, center and end.
svensigmond
published 2.0.9 •

Changelog

Source

2.0.9 (2017-01-12)

  • Fixed: Cells now correctly wrap to a new line in IE11 and below, instead of overflowing the grid element on the right side when there is insufficient space to house them all on a single row.
  • Fixed: Cells without a specific width now maintain the same width as other cells within the same grid element, instead of changing in size depending on content length.
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc