File tree Expand file tree Collapse file tree
babel-plugin-transform-react-slots
unplugin-transform-react-slots Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " docs" ,
33 "private" : true ,
4- "description" : " Nextra docs template " ,
4+ "description" : " @beqa/react-slots docs" ,
55 "scripts" : {
66 "dev" : " next dev" ,
77 "build" : " next build" ,
88 "start" : " next start"
99 },
10- "repository" : {
11- "type" : " git" ,
12- "url" : " git+https://github.com/shuding/nextra-docs-template.git"
13- },
14- "author" : " Shu Ding <g@shud.in>" ,
1510 "license" : " MIT" ,
16- "bugs" : {
17- "url" : " https://github.com/shuding/nextra-docs-template/issues"
18- },
19- "homepage" : " https://github.com/shuding/nextra-docs-template#readme" ,
2011 "dependencies" : {
2112 "next" : " ^13.0.6" ,
2213 "nextra" : " latest" ,
Original file line number Diff line number Diff line change 11# @beqa/babel-plugin-transform-react-slots
22
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - V1 of @beqa/react-slots required to work.
8+
39## 0.6.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @beqa/babel-plugin-transform-react-slots" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " The JSX to slot function transpilation plugin for babel" ,
55 "author" : " Beqa" ,
66 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# @beqa/react-slots
22
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - Restricted children of Template's ` as ` prop to extend ReactNode. Previously it
8+ could be any type.
9+ - v1 of unplugin-transform-react-slots or babel-plugin-transform-react-slots
10+ required.
11+
12+ ### Minor Changes:
13+
14+ - Introduced OverrideNode element.
15+ - Allowed use of "slot-name" attribute on slot elements
16+
17+ ### Patch changes
18+
19+ - Empty arrays no longer count as provided content
20+
321## 0.6.3
422
523### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @beqa/react-slots" ,
33 "private" : false ,
4- "version" : " 0.6.3 " ,
4+ "version" : " 1.0.0 " ,
55 "description" : " The react-slots runtime library" ,
66 "author" : " Beqa" ,
77 "license" : " MIT" ,
Original file line number Diff line number Diff line change 11# @beqa/unplugin-transform-react-slots
22
3+ ## 1.0.0
4+
5+ ### Major Changes
6+
7+ - v1 of babel-plugin-transform-react-slots required to work
8+
9+ ### Minor changes:
10+
11+ - Webpack support
12+
13+ ### Patch Changes
14+
15+ - Updated dependencies
16+ - @beqa/babel-plugin-transform-react-slots @1.0.0
17+
318## 0.6.2
419
520### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " @beqa/unplugin-transform-react-slots" ,
3- "version" : " 0.6.2 " ,
3+ "version" : " 1.0.0 " ,
44 "description" : " JSX to slot function transpilation plugin for some of the common build systems" ,
55 "author" : " Beqa" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments