Skip to content

Commit 7f302b5

Browse files
committed
Update CHANGELOG.md [skip ci]
1 parent fd9c291 commit 7f302b5

File tree

2 files changed

+67
-0
lines changed

2 files changed

+67
-0
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
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+
122
# v0.7.2 (Wed Jul 27 2022)
223

324
#### 🐛 Bug Fix

packages/mdx/CHANGELOG.md

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,49 @@
1+
# v0.7.3 (Mon Aug 08 2022)
2+
3+
#### 🐛 Bug Fix
4+
5+
- Change code height with `rows` [#262](https://github.com/code-hike/codehike/pull/262) ([@pomber](https://github.com/pomber))
6+
- Add focus example ([@pomber](https://github.com/pomber))
7+
- Add rows prop ([@pomber](https://github.com/pomber))
8+
- Change plugin type [#256](https://github.com/code-hike/codehike/pull/256) ([@pomber](https://github.com/pomber))
9+
- Use unist Node type ([@pomber](https://github.com/pomber))
10+
- Change plugin type ([@pomber](https://github.com/pomber))
11+
- 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))
12+
- Slideshow refactor ([@pomber](https://github.com/pomber))
13+
- Add lang attribute [#253](https://github.com/code-hike/codehike/pull/253) ([@pomber](https://github.com/pomber))
14+
- Rename autoPlayLoop -> loop ([@brianespinosa](https://github.com/brianespinosa))
15+
- Remove framer-motion ([@brianespinosa](https://github.com/brianespinosa))
16+
- Add lang attribute ([@pomber](https://github.com/pomber))
17+
- feat(#246): Add onChange and initialSlideIndex props to CH.Slideshow [#248](https://github.com/code-hike/codehike/pull/248) ([@brianespinosa](https://github.com/brianespinosa))
18+
- oops ([@brianespinosa](https://github.com/brianespinosa))
19+
- feat(#217): CH.Slideshow autoPlay and autoPlayLoop ([@brianespinosa](https://github.com/brianespinosa))
20+
- Remove useInitialState hook ([@brianespinosa](https://github.com/brianespinosa))
21+
- Match MDX example to new props ([@brianespinosa](https://github.com/brianespinosa))
22+
- Limit what we are exposing from internal state ([@brianespinosa](https://github.com/brianespinosa))
23+
- Rename prop for consistency with CH.Spotlight ([@brianespinosa](https://github.com/brianespinosa))
24+
- Fix typescript module resolution [#249](https://github.com/code-hike/codehike/pull/249) ([@pomber](https://github.com/pomber))
25+
- Add type to CH components ([@pomber](https://github.com/pomber))
26+
- Add d.ts file to npm publish ([@pomber](https://github.com/pomber))
27+
- Add attacher type ([@pomber](https://github.com/pomber))
28+
- Fix typescript module resolution ([@pomber](https://github.com/pomber))
29+
- 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))
30+
- Rename hasAutoFocusControls to autoFocus ([@pomber](https://github.com/pomber))
31+
- feat(#246): Add onChange and initialSlideIndex props to CH.Slideshow ([@brianespinosa](https://github.com/brianespinosa))
32+
- Merge branch 'code-hike:next' into next ([@brianespinosa](https://github.com/brianespinosa))
33+
- Use a ref to more reliably set focus ([@brianespinosa](https://github.com/brianespinosa))
34+
- feat(244): Allow Slideshow controls to autoFocus ([@brianespinosa](https://github.com/brianespinosa))
35+
- Merge main [#243](https://github.com/code-hike/codehike/pull/243) ([@pomber](https://github.com/pomber))
36+
- fix deps ([@brianespinosa](https://github.com/brianespinosa))
37+
- Merge branch 'next' of https://github.com/brianespinosa/codehike into next ([@brianespinosa](https://github.com/brianespinosa))
38+
- Add Presence Animation ([@brianespinosa](https://github.com/brianespinosa))
39+
40+
#### Authors: 2
41+
42+
- Brian Espinosa ([@brianespinosa](https://github.com/brianespinosa))
43+
- Rodrigo Pombo ([@pomber](https://github.com/pomber))
44+
45+
---
46+
147
# v0.7.2 (Wed Jul 27 2022)
248

349
#### 🐛 Bug Fix

0 commit comments

Comments
 (0)