You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/fs/CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# @hyperbook/fs
2
2
3
+
## 0.14.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#882](https://github.com/openpatch/hyperbook/pull/882)[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - The release is a complete rewrite of the underlying process to generate the
8
+
HTML files. React was removed from the project and replaced with remark
9
+
plugins. This improves build times and give us more control over the whole
10
+
process. For example there is no need anymore for running `npx hyperbook
11
+
setup`.
12
+
13
+
I also added a new pagelist directive, which can be used to list pages based
14
+
on user-defined criteria. This directive also replaces the included glossary
15
+
page. Therefore, you need to create on yourself. This can be easily done by
16
+
creating a page `glossary.md` with the following content:
Copy file name to clipboardExpand all lines: packages/hyperbook/CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,41 @@
1
1
# hyperbook
2
2
3
+
## 0.34.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#882](https://github.com/openpatch/hyperbook/pull/882)[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - The release is a complete rewrite of the underlying process to generate the
8
+
HTML files. React was removed from the project and replaced with remark
9
+
plugins. This improves build times and give us more control over the whole
10
+
process. For example there is no need anymore for running `npx hyperbook
11
+
setup`.
12
+
13
+
I also added a new pagelist directive, which can be used to list pages based
14
+
on user-defined criteria. This directive also replaces the included glossary
15
+
page. Therefore, you need to create on yourself. This can be easily done by
16
+
creating a page `glossary.md` with the following content:
Copy file name to clipboardExpand all lines: packages/markdown/CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# @hyperbook/markdown
2
2
3
+
## 0.10.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#882](https://github.com/openpatch/hyperbook/pull/882)[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - The release is a complete rewrite of the underlying process to generate the
8
+
HTML files. React was removed from the project and replaced with remark
9
+
plugins. This improves build times and give us more control over the whole
10
+
process. For example there is no need anymore for running `npx hyperbook
11
+
setup`.
12
+
13
+
I also added a new pagelist directive, which can be used to list pages based
14
+
on user-defined criteria. This directive also replaces the included glossary
15
+
page. Therefore, you need to create on yourself. This can be easily done by
16
+
creating a page `glossary.md` with the following content:
Copy file name to clipboardExpand all lines: packages/types/CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# @hyperbook/types
2
2
3
+
## 0.9.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#882](https://github.com/openpatch/hyperbook/pull/882)[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - The release is a complete rewrite of the underlying process to generate the
8
+
HTML files. React was removed from the project and replaced with remark
9
+
plugins. This improves build times and give us more control over the whole
10
+
process. For example there is no need anymore for running `npx hyperbook
11
+
setup`.
12
+
13
+
I also added a new pagelist directive, which can be used to list pages based
14
+
on user-defined criteria. This directive also replaces the included glossary
15
+
page. Therefore, you need to create on yourself. This can be easily done by
16
+
creating a page `glossary.md` with the following content:
Copy file name to clipboardExpand all lines: packages/web-component-excalidraw/CHANGELOG.md
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,35 @@
1
1
# @hyperbook/element-excalidraw
2
2
3
+
## 0.2.0
4
+
5
+
### Minor Changes
6
+
7
+
-[#882](https://github.com/openpatch/hyperbook/pull/882)[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a) Thanks [@mikebarkmin](https://github.com/mikebarkmin)! - The release is a complete rewrite of the underlying process to generate the
8
+
HTML files. React was removed from the project and replaced with remark
9
+
plugins. This improves build times and give us more control over the whole
10
+
process. For example there is no need anymore for running `npx hyperbook
11
+
setup`.
12
+
13
+
I also added a new pagelist directive, which can be used to list pages based
14
+
on user-defined criteria. This directive also replaces the included glossary
15
+
page. Therefore, you need to create on yourself. This can be easily done by
16
+
creating a page `glossary.md` with the following content:
0 commit comments