From e1346cd458800058dad9fb3050bd326f8b186443 Mon Sep 17 00:00:00 2001 From: "Jules Sam. Randolph" Date: Wed, 14 Apr 2021 20:52:25 -0300 Subject: [PATCH] chore: release @jsamr/counter-style@2.0.0 --- packages/counter-style/CHANGELOG.md | 25 +++++++++++++++++++++++++ packages/counter-style/package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/packages/counter-style/CHANGELOG.md b/packages/counter-style/CHANGELOG.md index 3b2311d..b62c8ee 100644 --- a/packages/counter-style/CHANGELOG.md +++ b/packages/counter-style/CHANGELOG.md @@ -1,3 +1,28 @@ +# [2.0.0](https://github.com/jsamr/react-native-li/compare/@jsamr/counter-style@1.1.1...@jsamr/counter-style@2.0.0) (2021-04-14) + + +### Code Refactoring + +* **counter-style:** remove second "maxLenComputer" arg of raw ([335d523](https://github.com/jsamr/react-native-li/commit/335d52311384c325302fc0008840a4f59cd921ca)) + + +### Features + +* **counter-style:** pass default computer to withMaxLenComputer callback ([dd9f032](https://github.com/jsamr/react-native-li/commit/dd9f0321e344603db59363da782ef55cd3617a4d)) + + +### Performance Improvements + +* **counter-style:** optimize fixed maxCounterLen computer ([318cb6d](https://github.com/jsamr/react-native-li/commit/318cb6d716a32988932b7d500f7f9be6e37ea697)) +* **counter-style:** optimize symbolic maxLenComputer ([2b2b980](https://github.com/jsamr/react-native-li/commit/2b2b9800779266aa8caaf0f7b8d0be0783e7ab7f)) +* **counter-style:** optimized cyclic maxLenComputer ([4e2c7ae](https://github.com/jsamr/react-native-li/commit/4e2c7aeb15f5b2f43f602a23c144223283e2d4b4)) + + +### BREAKING CHANGES + +* **counter-style:** CounterStyle.raw does not accept a second argument +anymore. Replace with a chained "withMaxLengthComputer". + ## [1.1.1](https://github.com/jsamr/react-native-li/compare/@jsamr/counter-style@1.1.0...@jsamr/counter-style@1.1.1) (2021-04-14) diff --git a/packages/counter-style/package.json b/packages/counter-style/package.json index 438dfaf..bc1b13d 100644 --- a/packages/counter-style/package.json +++ b/packages/counter-style/package.json @@ -1,6 +1,6 @@ { "name": "@jsamr/counter-style", - "version": "1.1.1", + "version": "2.0.0", "description": "CSS Counter Styles Level 3 and presets", "main": "lib/cjs/index.js", "module": "lib/es/index.js",