Skip to content

Commit

Permalink
chore: release @jsamr/[email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
jsamr committed Apr 15, 2021
1 parent 8a2d851 commit d3fd79c
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions packages/react-native-li/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0-alpha.0](https://github.com/jsamr/react-native-li/compare/@jsamr/[email protected]...@jsamr/[email protected]) (2021-04-15)


### Features

* **react-native-li:** add `markerTextStyle` and `markerBoxStyle` props ([ff57162](https://github.com/jsamr/react-native-li/commit/ff571629be1b671dfe4cf5c80395410382aa6a77))
* **react-native-li:** enrich API of `renderMarker` and `MarkerBox` ([8a2d851](https://github.com/jsamr/react-native-li/commit/8a2d851ba14223a94349ab6942da1fe6998441ed))


### BREAKING CHANGES

* **react-native-li:** `renderMarker` and `MarkerBox` props have changed.
Instead of letting the `MarkedListItem` generate the marker string, the
`counterRenderer` and `counterIndex` are passed down to `renderMarker`.
* **react-native-li:** `markerStyle` has been dropped. Use `markerBoxStyle` to
style the marker container, and `markerTextStyle` to style the marker
string.

# [1.1.0](https://github.com/jsamr/react-native-li/compare/@jsamr/[email protected]...@jsamr/[email protected]) (2021-04-15)


Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-li/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@jsamr/react-native-li",
"version": "1.1.0",
"version": "2.0.0-alpha.0",
"description": "A pure JavaScript React Native component to render CSS3 compliant ordered and unordered lists.",
"main": "lib/commonjs/index.js",
"module": "lib/module/index.js",
Expand Down

0 comments on commit d3fd79c

Please sign in to comment.