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

css-doodle

Package Overview
Dependencies
Maintainers
1
Versions
186
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

css-doodle - npm Package Versions

13
19

0.39.2

Diff

Changelog

Source

0.39.2

  • Fix seed generation in nested doodle element.
  • Fix calc type in function arguments.
  • Fix multiple ± symbol detection.
  • Set default rand end to 1.
  • Experimenting with a gap shorthand to grid.
yuanchuan
published 0.39.1 •

Changelog

Source

0.39.1

  • Add new time uniform @T, which increases in ms and starts from beginning of the day.
  • Add alias R for @rn.
  • Add @ts and @TS.
  • Simplify generated calc expressions.
  • Simplify counter-reset.
  • Restrict animation frame to 60fps.
yuanchuan
published 0.39.0 •

Changelog

Source

0.39.0

  • Use native mod function for variables.

    /* mod(@t, 360deg) */
    transform: rotate(@t(%360deg));
    
  • Support calc chain.

    @content: @i(*2, +10, *100);
    
  • Add @PN and @PD for outside bouding to @doodle.

    background: @m2.doodle(
      @grid: @PN(2x1, 3x1);
    );
    
  • Enable uniform value debugging through content.

    :after {
      content: @ux;
    }
    
  • Add grid border[:color] for debugging purposes.

    @grid: 1 / 100% border:red;
    
  • Add support viewbox padding inside @svg-polygon.

    @content: @svg-polygon(
      paddng: .2;
    );
    
  • Add @xX and @yY similar to @iI.

  • Remove the feature of adding vendor prefixes to properties.

yuanchuan
published 0.38.4 •

Changelog

Source

0.38.4

  • Cleanup inline styles on update.
  • Use contain:strict for css-doodle element.
  • New export css-doodle/component for importng CSSDoodle class itself.
  • Add p3d (preserve-3d) keyword for grid.
yuanchuan
published 0.38.3 •

Changelog

Source

0.38.3

  • Fix bad variable name.
yuanchuan
published 0.38.2 •

Changelog

Source

0.38.2

  • Fix reading pseudo selectors.
  • Fix reading variables inside @doodle.
  • Fix flex column variable name.
  • Extend ∆ command to support perspective-origin.
  • Add @iI and @nN.
yuanchuan
published 0.38.1 •

Changelog

Source

0.38.1

  • Fixed incorrect main/module/exports specified in package package.json (#120) By @zwtkito.
  • Improved the initial and the generated styles.
  • New experimantal commands for grid. ^: similar to scale but it adjusts the canvas size instead of scale transform. : for container perspective.
yuanchuan
published 0.38.0 •

Changelog

Source

0.38.0

  • Update bundle format from umd to iife.
  • Add @x, @y selectors.
  • Add support for function inside @keyframes step names.
  • Fix @cycle() grouping.
  • Fix shader background resize.
  • Improve calc speed inside @nth.
  • Improve performance of @once.
  • Optimize initial styles update when there's delay or animation.
  • Remove @canvas() because I barely used it.
  • Reduce preset-size list.
  • Remove compatible fix for old Safari.
yuanchuan
published 0.37.4 •

Changelog

Source

0.37.4

  • Use self-closing tags for generated SVG elements.
  • Flatten nested defs blocks and combine them into one.
  • Fix curly braces in nested SVG elements.
  • Fix id generation for inline SVG defs elements.

<br /> <br />

yuanchuan
published 0.37.3 •

Changelog

Source

0.37.3

  • Fix build.

<br /> <br />

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