|
1 | 1 | # codehike
|
2 | 2 |
|
3 |
| -## 1.0.0 |
4 |
| - |
5 |
| -### Major Changes |
6 |
| - |
7 |
| -- Fine-grained Markdown |
8 |
| -- Headless codeblocks |
9 |
| - |
10 |
| -See [the announcement blog post](https://codehike.org/blog/v1) for more details. |
11 |
| - |
12 |
| -## 1.0.0-beta.9 |
13 |
| - |
14 |
| -### Patch Changes |
15 |
| - |
16 |
| -- 594a5a6: Tabs indentation |
17 |
| - |
18 |
| -## 1.0.0-beta.8 |
19 |
| - |
20 |
| -### Minor Changes |
21 |
| - |
22 |
| -- 614b36c: Add inline code component and plugin |
23 |
| - |
24 |
| -### Patch Changes |
25 |
| - |
26 |
| -- 132d6ef: Support consecutive lines of imgs and values |
27 |
| - |
28 |
| -## 1.0.0-beta.7 |
29 |
| - |
30 |
| -### Patch Changes |
31 |
| - |
32 |
| -- ea9312f: Fix empty lines at the start of codeblock |
33 |
| -- bf4c22f: Make parse independent of zod |
34 |
| - |
35 |
| -## 1.0.0-beta.6 |
36 |
| - |
37 |
| -### Patch Changes |
38 |
| - |
39 |
| -- eed5e28: Replace code element with div |
40 |
| - |
41 |
| -## 1.0.0-beta.5 |
42 |
| - |
43 |
| -### Minor Changes |
44 |
| - |
45 |
| -- Update lighter |
46 |
| - |
47 |
| -## 1.0.0-beta.4 |
48 |
| - |
49 |
| -### Minor Changes |
50 |
| - |
51 |
| -- 31bfd50: Add code element to Pre component |
52 |
| - |
53 |
| -## 1.0.0-beta.3 |
54 |
| - |
55 |
| -### Minor Changes |
56 |
| - |
57 |
| -- a522ada: Improve annotation stacking |
58 |
| - |
59 |
| -## 1.0.0-beta.2 |
60 |
| - |
61 |
| -### Patch Changes |
62 |
| - |
63 |
| -- 5d9a9f7: Fix annotation detection for some languages |
64 |
| - |
65 |
| -## 1.0.0-beta.1 |
66 |
| - |
67 |
| -### Minor Changes |
68 |
| - |
69 |
| -- f26b8c4: Add totalLines |
70 |
| - |
71 |
| -## 1.0.0-alpha.21 |
72 |
| - |
73 |
| -### Minor Changes |
74 |
| - |
75 |
| -- 218c6e2: Change annotation components layout |
76 |
| - |
77 |
| -## 1.0.0-alpha.20 |
78 |
| - |
79 |
| -### Patch Changes |
80 |
| - |
81 |
| -- 3032936: Move selection utils |
82 |
| - |
83 |
| -## 1.0.0-alpha.19 |
84 |
| - |
85 |
| -### Patch Changes |
86 |
| - |
87 |
| -- d4d5c01: Add token transitions helper |
88 |
| - |
89 |
| -## 1.0.0-alpha.18 |
90 |
| - |
91 |
| -### Patch Changes |
92 |
| - |
93 |
| -- 09f9094: Add static fallback |
94 |
| - |
95 |
| -## 1.0.0-alpha.17 |
96 |
| - |
97 |
| -### Patch Changes |
98 |
| - |
99 |
| -- Add component blocks |
100 |
| - |
101 |
| -## 1.0.0-alpha.16 |
102 |
| - |
103 |
| -### Patch Changes |
104 |
| - |
105 |
| -- Fix highlighted schema |
106 |
| - |
107 |
| -## 1.0.0-alpha.15 |
108 |
| - |
109 |
| -### Patch Changes |
110 |
| - |
111 |
| -- 33f0b11: Add ignoreCode to config |
112 |
| -- 169ec88: Add remark syntax highlighting for non-rsc |
113 |
| - |
114 |
| -## 1.0.0-alpha.14 |
115 |
| - |
116 |
| -### Patch Changes |
117 |
| - |
118 |
| -- b9e3021: Add non-RSC config |
119 |
| - |
120 |
| -## 1.0.0-alpha.13 |
121 |
| - |
122 |
| -### Minor Changes |
123 |
| - |
124 |
| -- 3f36591: Blocks API |
125 |
| - |
126 |
| -## 1.0.0-alpha.12 |
127 |
| - |
128 |
| -### Minor Changes |
129 |
| - |
130 |
| -- Rename query and steps |
131 |
| - |
132 |
| -## 1.0.0-alpha.11 |
133 |
| - |
134 |
| -### Patch Changes |
135 |
| - |
136 |
| -- Fix Image schema |
137 |
| - |
138 |
| -## 1.0.0-alpha.10 |
139 |
| - |
140 |
| -### Patch Changes |
141 |
| - |
142 |
| -- Fix parse type |
143 |
| - |
144 |
| -## 1.0.0-alpha.9 |
145 |
| - |
146 |
| -### Patch Changes |
147 |
| - |
148 |
| -- Add parseContent |
149 |
| - |
150 |
| -## 1.0.0-alpha.8 |
| 3 | +## 1.0.1 |
151 | 4 |
|
152 | 5 | ### Patch Changes
|
153 | 6 |
|
154 |
| -- Add schemas |
| 7 | +- [#435](https://github.com/code-hike/codehike/pull/435) [`ead378e`](https://github.com/code-hike/codehike/commit/ead378ea46fedc16ca6b9e1cec6fe0c0cf99090f) Thanks [@pomber](https://github.com/pomber)! - Better use of `jsxDEV` when children aren't static |
155 | 8 |
|
156 |
| -## 1.0.0-alpha.7 |
| 9 | +- [#441](https://github.com/code-hike/codehike/pull/441) [`bed14e3`](https://github.com/code-hike/codehike/commit/bed14e3d330f8ed661d2fedce911b3d669eebeb2) Thanks [@pomber](https://github.com/pomber)! - Compatibility with ts `moduleResolution: node` |
157 | 10 |
|
158 |
| -### Patch Changes |
159 |
| - |
160 |
| -- From annotation in remark |
161 |
| - |
162 |
| -## 1.0.0-alpha.6 |
163 |
| - |
164 |
| -### Patch Changes |
165 |
| - |
166 |
| -- Rename getHike to getBlocks |
167 |
| - |
168 |
| -## 1.0.0-alpha.5 |
169 |
| - |
170 |
| -### Minor Changes |
171 |
| - |
172 |
| -- New hike syntax |
173 |
| - |
174 |
| -## 1.0.0-alpha.4 |
175 |
| - |
176 |
| -### Patch Changes |
177 |
| - |
178 |
| -- Export getHike |
179 |
| - |
180 |
| -## 1.0.0-alpha.3 |
181 |
| - |
182 |
| -### Patch Changes |
183 |
| - |
184 |
| -- Make className optional |
185 |
| - |
186 |
| -## 1.0.0-alpha.2 |
187 |
| - |
188 |
| -### Minor Changes |
189 |
| - |
190 |
| -- Steps with multiple elements |
191 |
| - |
192 |
| -## 1.0.0-alpha.1 |
193 |
| - |
194 |
| -### Patch Changes |
195 |
| - |
196 |
| -- Add click handler to ScrollyStep |
197 |
| - |
198 |
| -## 1.0.0-alpha.0 |
| 11 | +## 1.0.0 |
199 | 12 |
|
200 | 13 | ### Major Changes
|
201 | 14 |
|
202 |
| -- Init codehike |
| 15 | +- Fine-grained Markdown |
| 16 | +- Headless codeblocks |
| 17 | + |
| 18 | +See [the announcement blog post](https://codehike.org/blog/v1) for more details. |
0 commit comments