File tree 14 files changed +73
-22
lines changed
14 files changed +73
-22
lines changed Original file line number Diff line number Diff line change
1
+ # v0.7.0 (Thu Jul 21 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - ` @code-hike/mdx `
6
+ - Static scrollycoding [ #223 ] ( https://github.com/code-hike/codehike/pull/223 ) ([ @pomber ] ( https://github.com/pomber ) )
7
+ - Add previews in steps [ #221 ] ( https://github.com/code-hike/codehike/pull/221 ) ([ @pomber ] ( https://github.com/pomber ) )
8
+
9
+ #### 🐛 Bug Fix
10
+
11
+ - Update docusaurus [ #228 ] ( https://github.com/code-hike/codehike/pull/228 ) ([ @pomber ] ( https://github.com/pomber ) )
12
+ - ` @code-hike/mdx `
13
+ - Invert staticMediaQuery [ #229 ] ( https://github.com/code-hike/codehike/pull/229 ) ([ @pomber ] ( https://github.com/pomber ) )
14
+ - Add preview frameless prop [ #225 ] ( https://github.com/code-hike/codehike/pull/225 ) ([ @pomber ] ( https://github.com/pomber ) )
15
+ - Update nextjs example [ #224 ] ( https://github.com/code-hike/codehike/pull/224 ) ([ @pomber ] ( https://github.com/pomber ) )
16
+ - Merge main [ #220 ] ( https://github.com/code-hike/codehike/pull/220 ) ([ @pomber ] ( https://github.com/pomber ) )
17
+
18
+ #### Authors: 1
19
+
20
+ - Rodrigo Pombo ([ @pomber ] ( https://github.com/pomber ) )
21
+
22
+ ---
23
+
1
24
# v0.6.2 (Tue Jul 05 2022)
2
25
3
26
#### 🐛 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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.6.2 " ,
10
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
3
+ "version" : " 0.7.0 " ,
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.6.2 " ,
11
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
3
+ "version" : " 0.7.0 " ,
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.6.2 " ,
17
+ "@code-hike/mdx" : " ^0.7.0 " ,
18
18
"@docusaurus/core" : " 2.0.0-rc.1" ,
19
19
"@docusaurus/preset-classic" : " 2.0.0-rc.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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.6.2 " ,
10
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"dependencies" : {
6
- "@code-hike/mdx" : " ^0.6.2 " ,
6
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"scripts" : {
6
6
"dev" : " next" ,
7
7
"build" : " next build"
8
8
},
9
9
"dependencies" : {
10
- "@code-hike/mdx" : " ^0.6.2 " ,
10
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
5
5
"scripts" : {
6
6
"build" : " next build"
7
7
},
8
8
"dependencies" : {
9
- "@code-hike/mdx" : " ^0.6.2 " ,
9
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
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.6.2 " ,
13
+ "@code-hike/mdx" : " ^0.7.0 " ,
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.6.2 " ,
4
+ "version" : " 0.7.0 " ,
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.6.2 " ,
11
+ "@code-hike/mdx" : " ^0.7.0 " ,
12
12
"@mdx-js/rollup" : " ^2.0.0" ,
13
13
"react" : " ^17.0.2" ,
14
14
"react-dom" : " ^17.0.2"
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.6.2 " ,
2
+ "version" : " 0.7.0 " ,
3
3
"npmClient" : " yarn" ,
4
4
"packages" : [
5
5
" packages/*"
Original file line number Diff line number Diff line change
1
+ # v0.7.0 (Thu Jul 21 2022)
2
+
3
+ #### 🚀 Enhancement
4
+
5
+ - Static scrollycoding [ #223 ] ( https://github.com/code-hike/codehike/pull/223 ) ([ @pomber ] ( https://github.com/pomber ) )
6
+ - Add previews in steps [ #221 ] ( https://github.com/code-hike/codehike/pull/221 ) ([ @pomber ] ( https://github.com/pomber ) )
7
+
8
+ #### 🐛 Bug Fix
9
+
10
+ - Invert staticMediaQuery [ #229 ] ( https://github.com/code-hike/codehike/pull/229 ) ([ @pomber ] ( https://github.com/pomber ) )
11
+ - Invert staticMediaQuery ([ @pomber ] ( https://github.com/pomber ) )
12
+ - Add preview frameless prop [ #225 ] ( https://github.com/code-hike/codehike/pull/225 ) ([ @pomber ] ( https://github.com/pomber ) )
13
+ - Add preview frameless prop ([ @pomber ] ( https://github.com/pomber ) )
14
+ - Update nextjs example [ #224 ] ( https://github.com/code-hike/codehike/pull/224 ) ([ @pomber ] ( https://github.com/pomber ) )
15
+ - Fix react warning ([ @pomber ] ( https://github.com/pomber ) )
16
+ - Add staticMediaQuery config ([ @pomber ] ( https://github.com/pomber ) )
17
+ - Allow empty code steps ([ @pomber ] ( https://github.com/pomber ) )
18
+ - Move ssmq to typescript ([ @pomber ] ( https://github.com/pomber ) )
19
+ - Add static scrollycoding ([ @pomber ] ( https://github.com/pomber ) )
20
+ - Parse preview steps ([ @pomber ] ( https://github.com/pomber ) )
21
+ - Merge main [ #220 ] ( https://github.com/code-hike/codehike/pull/220 ) ([ @pomber ] ( https://github.com/pomber ) )
22
+
23
+ #### Authors: 1
24
+
25
+ - Rodrigo Pombo ([ @pomber ] ( https://github.com/pomber ) )
26
+
27
+ ---
28
+
1
29
# v0.6.2 (Tue Jul 05 2022)
2
30
3
31
#### 🐛 Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code-hike/mdx" ,
3
- "version" : " 0.6.2 " ,
3
+ "version" : " 0.7.0 " ,
4
4
"files" : [
5
5
" dist"
6
6
],
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " playground" ,
3
3
"private" : true ,
4
- "version" : " 0.6.2 " ,
4
+ "version" : " 0.7.0 " ,
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.6.2 " ,
11
+ "@code-hike/mdx" : " ^0.7.0 " ,
12
12
"@mdx-js/mdx" : " ^2.1.1" ,
13
13
"@monaco-editor/react" : " ^4.4.5" ,
14
14
"lz-string" : " ^1.4.4" ,
You can’t perform that action at this time.
0 commit comments