Open main menu
米舟开源
Java
Golang
Javascript
Swift
Android
中间件
软件
Changelog
教程
工具
联系我们
danilowoz/react-content-loader
Watch
Star
Fork
简介
统计
版本
2024-06-11 15:56:22
react-content-loader
danilowoz
v7.0.2
7.0.2
(2024-06-11)
Bug Fixes
exports:
starts path with ./ (
#321
) (
c73be7a
)
2024-06-10 00:05:07
react-content-loader
danilowoz
v7.0.1
7.0.1
(2024-06-09)
Bug Fixes
export:
add exports in to make /native work in Node 16.x ESM mod… (
#319
) (
27757c2
)
2024-03-09 01:46:03
react-content-loader
danilowoz
v7.0.0
7.0.0
(2024-03-08)
Features
svg:
animation alternative (
#317
) (
1f9577c
)
BREAKING CHANGES
svg:
The
keyTimes
,
gradientTransform
, and
animateBegin
options have been removed.
2023-03-12 19:52:41
react-content-loader
danilowoz
v6.2.1
6.2.1
(2023-03-12)
Bug Fixes
release script (
#306
) (
c3a0e7c
)
svg:
migrate defaultProps to default parameters (
#305
) (
b71cebd
)
2022-03-10 02:18:25
react-content-loader
danilowoz
v6.2.0
6.2.0
(2022-03-09)
Features
add animation begin support on web (
#280
) (
7799084
)
2021-12-06 06:00:10
react-content-loader
danilowoz
v6.1.0
6.1.0
(2021-12-05)
Features
beforemask:
add beforeMask prop for custom shape (
#267
) (
b20fe47
)
2021-04-06 16:05:37
react-content-loader
danilowoz
v6.0.3
6.0.3
(2021-04-06)
Bug Fixes
web/svg.tsx:
remove role=presentation from defs element. (
#237
) (
b3cbb33
)
2021-03-04 19:57:49
react-content-loader
danilowoz
v6.0.2
6.0.2
(2021-03-04)
Bug Fixes
cleanup native SVG animations (
#232
) (
db8f64b
)
2021-01-20 02:51:57
react-content-loader
danilowoz
v6.0.1
6.0.1
(2021-01-19)
Bug Fixes
react native:
handle animated prop correctly on the animated callback (
fb0e704
)
2021-01-15 04:38:24
react-content-loader
danilowoz
v6.0.0
6.0.0
(2021-01-14)
Features
native/svg.tsx native/index.ts:
implement 'interval' prop for RN (
baee556
)
BREAKING CHANGES
native/svg.tsx native/index.ts:
The current delay is same as the speed. After the change it is a quarter of the speed by default.