パッケージの詳細

@jsamr/counter-style

jsamr1.3mMIT2.0.2

CSS Counter Styles Level 3 and presets

CSS Counter Styles Level 3, lists, ol, ul

readme

更新履歴

2.0.2 (2022-01-28)

2.0.1 (2021-06-04)

2.0.0 (2021-04-14)

Code Refactoring

  • counter-style: remove second "maxLenComputer" arg of raw (335d523)

Features

  • counter-style: pass default computer to withMaxLenComputer callback (dd9f032)

Performance Improvements

  • counter-style: optimize fixed maxCounterLen computer (318cb6d)
  • counter-style: optimize symbolic maxLenComputer (2b2b980)
  • counter-style: optimized cyclic maxLenComputer (4e2c7ae)

BREAKING CHANGES

  • counter-style: CounterStyle.raw does not accept a second argument anymore. Replace with a chained "withMaxLengthComputer".

1.1.1 (2021-04-14)

Bug Fixes

  • counter-style: additive systems with only one symbol mapped to 0 (5c23c27)

1.1.0 (2021-04-14)

Features

  • counter-style: stricter additive range extrapolation (fa72954)

1.0.4 (2021-04-13)

Bug Fixes

  • counter-style: handle decreasing ranges properly (2315975)

1.0.3 (2021-04-13)

1.0.2 (2021-04-13)

Bug Fixes

  • counter-style: remove support for functional formatters in types (d445553)

1.0.1 (2021-04-13)

Bug Fixes

1.0.0 (2021-04-13)

Features

  • counter-style: be strict with UTF-16 support (91a4e18)
  • counter-style: export all presets in barrel module (fe43005)
  • counter-style: separation between marker string and counter repr. (e294944)
  • counter-style: support RTL rendering (31151ce)
  • add counter-style package (f9171e3)