Socket
Socket
Sign inDemoInstall

rtlcss

Package Overview
Dependencies
Maintainers
1
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rtlcss - npm Package Versions

1
7

2.0.3

Diff

Changelog

Source

2.0.3 - 23 Mar. 2016

  • Guard against flipping tokens, e.g: shadows starting with a color function.
myounes
published 2.0.2 •

Changelog

Source

2.0.2 - 05 Mar. 2016

  • Fixes a bug in flipping background with a hex color value (Fixes #60).
myounes
published 2.0.1 •

Changelog

Source

2.0.1 - 23 Feb. 2016

  • Fixes a bug when having decl nodes inside atrules and autoRename enabled.
  • Fixes a bug in flipping multi-valued transforms.
myounes
published 1.7.4 •

Changelog

Source

v1.7.4 - 23 Feb. 2016

  • Fixes a bug in flipping multiple transforms.
myounes
published 2.0.0 •

Changelog

Source

2.0.0 - 18 Feb. 2016

  • Support for control directive blocks, e.g. /*rtl:begin:ignore*/ ... /*rtl:end:ignore*/.
  • Support for strict auto renaming, which ensures autoRename is applied only when a pair exists.
  • New directives:
    • config
    • options
    • raw
    • remove
  • Support for Plugins.

Upgrading from version 1.0

Options and config settings have changed. However, you need not to worry about your CSS files as all directives are backward-compatible. This is a summary of what's changed:

  • New Options:

    • autoRenameStrict (default: false) to apply auto rename only when a pair exists.
    • blacklist to prevent execution of certain directives.
    • clean (default: true), to remove directives from output CSS.
    • processUrls (default: false) to control URL updates. You can also target specific node types using an object literal. e.g. {'atrule': true, 'decl': false}.
  • Updated Options:

    • autoRename new default is false.
    • stringMap:
      • added priority attribute to control maps execution order.
      • added exclusive attribute, which determines if a map execution should stop iterating over other maps.
      • dropped 'west-east' map from the default map collection.
  • Removed Options:

    • enableLogging, still warnings and errors are reported directly to postcss.
    • minify, it wasn't actual minification after all!
    • swapLeftRightInUrl, swapLtrRtlInUrl and swapWestEastInUrl in favor of processUrls option.
    • preserveComments, comments inside declaration values will always be preserved.
    • preserveDirectives, in favor of clean option.
  • Constructor arguments rules, declarations and properties are now replaced with plugins.

myounes
published 1.7.3 •

Changelog

Source

v1.7.3 - 30 Jan. 2016

  • Fixes a bug in flipping N-Values containing comments.
myounes
published 1.7.2 •

Changelog

Source

1.7.2 - 30 Jan. 2016

  • Fixes a bug in flipping N-Values containing comments.
myounes
published 1.7.1 •

Changelog

Source

1.7.1 - 10 Nov. 2015

  • Fixed a bug in flipping backgrounds having functions (Issue #45).
myounes
published 1.7.0 •

Changelog

Source

1.7.0 - 19 Sep. 2015

  • Add calc support.
  • Mark rule as flipped when values are updated by decl. directives.
  • Allow further processing for rules that uses rename directive.
myounes
published 1.6.3 •

Changelog

Source

1.6.3 - 28 Aug. 2015

  • CLI: fix source map option (issue #40).
  • Upgrade to [postcss] v5.0.x
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