File tree Expand file tree Collapse file tree 14 files changed +89
-22
lines changed Expand file tree Collapse file tree 14 files changed +89
-22
lines changed Original file line number Diff line number Diff line change
1
+ # v0.7.3 (Mon Aug 08 2022)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - ` @code-hike/mdx `
6
+ - Change code height with ` rows ` [ #262 ] ( https://github.com/code-hike/codehike/pull/262 ) ([ @pomber ] ( https://github.com/pomber ) )
7
+ - Change plugin type [ #256 ] ( https://github.com/code-hike/codehike/pull/256 ) ([ @pomber ] ( https://github.com/pomber ) )
8
+ - feat(#217 ): CH.Slideshow autoPlay and autoPlayLoop [ #250 ] ( https://github.com/code-hike/codehike/pull/250 ) ([ @brianespinosa ] ( https://github.com/brianespinosa ) [ @pomber ] ( https://github.com/pomber ) )
9
+ - Add lang attribute [ #253 ] ( https://github.com/code-hike/codehike/pull/253 ) ([ @pomber ] ( https://github.com/pomber ) )
10
+ - feat(#246 ): Add onChange and initialSlideIndex props to CH.Slideshow [ #248 ] ( https://github.com/code-hike/codehike/pull/248 ) ([ @brianespinosa ] ( https://github.com/brianespinosa ) )
11
+ - Fix typescript module resolution [ #249 ] ( https://github.com/code-hike/codehike/pull/249 ) ([ @pomber ] ( https://github.com/pomber ) )
12
+ - feat(244): Allow Slideshow controls to autoFocus [ #245 ] ( https://github.com/code-hike/codehike/pull/245 ) ([ @brianespinosa ] ( https://github.com/brianespinosa ) [ @pomber ] ( https://github.com/pomber ) )
13
+ - Merge main [ #243 ] ( https://github.com/code-hike/codehike/pull/243 ) ([ @pomber ] ( https://github.com/pomber ) )
14
+
15
+ #### Authors: 2
16
+
17
+ - Brian Espinosa ([ @brianespinosa ] ( https://github.com/brianespinosa ) )
18
+ - Rodrigo Pombo ([ @pomber ] ( https://github.com/pomber ) )
19
+
20
+ ---
21
+
1
22
# v0.7.2 (Wed Jul 27 2022)
2
23
3
24
#### 🐛 Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " bundle-test" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.7.2 " ,
10
+ "@code-hike/mdx" : " ^0.7.3 " ,
11
11
"@mdx-js/loader" : " ^2.0.0" ,
12
12
"@next/mdx" : " ^12.1.0" ,
13
13
"next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-contentlayer" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.7.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"dev" : " next dev" ,
7
7
"build" : " INIT_CWD=$PWD next build" ,
8
8
"start" : " next start"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.7.2 " ,
11
+ "@code-hike/mdx" : " ^0.7.3 " ,
12
12
"@types/node" : " ^17.0.30" ,
13
13
"contentlayer" : " 0.2.5" ,
14
14
"next" : " ^12.1.5" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-docusaurus" ,
3
- "version" : " 0.7.2 " ,
3
+ "version" : " 0.7.3 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"docusaurus" : " docusaurus" ,
14
14
"write-heading-ids" : " docusaurus write-heading-ids"
15
15
},
16
16
"dependencies" : {
17
- "@code-hike/mdx" : " ^0.7.2 " ,
17
+ "@code-hike/mdx" : " ^0.7.3 " ,
18
18
"@docusaurus/core" : " 2.0.1" ,
19
19
"@docusaurus/preset-classic" : " 2.0.1" ,
20
20
"@mdx-js/react" : " ^2.1.1" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-mdx-bundler" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.7.2 " ,
10
+ "@code-hike/mdx" : " ^0.7.3 " ,
11
11
"esbuild" : " ^0.14.23" ,
12
12
"mdx-bundler" : " ^8.0.1" ,
13
13
"next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-next-mdx-remote" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"dependencies" : {
6
- "@code-hike/mdx" : " ^0.7.2 " ,
6
+ "@code-hike/mdx" : " ^0.7.3 " ,
7
7
"next" : " ^12.1.0" ,
8
8
"next-mdx-remote" : " ^4.0.0" ,
9
9
"react" : " ^17.0.2" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-nextjs" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.7.2 " ,
10
+ "@code-hike/mdx" : " ^0.7.3 " ,
11
11
"@mdx-js/loader" : " ^2.0.0" ,
12
12
"@next/mdx" : " ^12.1.0" ,
13
13
"next" : " ^12.1.0" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-nextra" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"scripts" : {
6
6
"build" : " next build"
7
7
},
8
8
"dependencies" : {
9
- "@code-hike/mdx" : " ^0.7.2 " ,
9
+ "@code-hike/mdx" : " ^0.7.3 " ,
10
10
"next" : " ^12.1.0" ,
11
11
"nextra" : " ^1.1.0" ,
12
12
"nextra-theme-docs" : " ^1.2.6" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-remix" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"sideEffects" : false ,
6
6
"scripts" : {
7
7
"build" : " cross-env NODE_ENV=production remix build" ,
10
10
"start" : " cross-env NODE_ENV=production remix-serve build"
11
11
},
12
12
"dependencies" : {
13
- "@code-hike/mdx" : " ^0.7.2 " ,
13
+ "@code-hike/mdx" : " ^0.7.3 " ,
14
14
"@remix-run/react" : " ^1.2.2" ,
15
15
"@remix-run/serve" : " ^1.2.2" ,
16
16
"cross-env" : " ^7.0.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " codehike-vite" ,
3
3
"private" : true ,
4
- "version" : " 0.7.2 " ,
4
+ "version" : " 0.7.3 " ,
5
5
"scripts" : {
6
6
"dev" : " vite" ,
7
7
"build" : " vite build" ,
8
8
"preview" : " vite preview"
9
9
},
10
10
"dependencies" : {
11
- "@code-hike/mdx" : " ^0.7.2 " ,
11
+ "@code-hike/mdx" : " ^0.7.3 " ,
12
12
"@mdx-js/rollup" : " ^2.0.0" ,
13
13
"react" : " ^17.0.2" ,
14
14
"react-dom" : " ^17.0.2"
You can’t perform that action at this time.
0 commit comments