Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 0 additions & 35 deletions .changeset/fuzzy-colts-roll.md

This file was deleted.

30 changes: 30 additions & 0 deletions packages/fs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @hyperbook/fs

## 0.14.0

### Minor Changes

- [#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
HTML files. React was removed from the project and replaced with remark
plugins. This improves build times and give us more control over the whole
process. For example there is no need anymore for running `npx hyperbook
setup`.

I also added a new pagelist directive, which can be used to list pages based
on user-defined criteria. This directive also replaces the included glossary
page. Therefore, you need to create on yourself. This can be easily done by
creating a page `glossary.md` with the following content:

```md
---
name: Glossary
---

::pagelist{format="glossary" source="href(/glossary/)"}
```

Additionally, I added the ability to use custom JavaScript and CSS-files - see
the documentation under Advanced Features - in addition to using HTML in your
hyperbook, when the `allowDangerousHtml` option is enabled in your config.

I also improved the appearance of custom links, by moving them to the
footer on mobile devices.

## 0.13.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/fs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/fs",
"version": "0.13.1",
"version": "0.14.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
36 changes: 36 additions & 0 deletions packages/hyperbook/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# hyperbook

## 0.34.0

### Minor Changes

- [#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
HTML files. React was removed from the project and replaced with remark
plugins. This improves build times and give us more control over the whole
process. For example there is no need anymore for running `npx hyperbook
setup`.

I also added a new pagelist directive, which can be used to list pages based
on user-defined criteria. This directive also replaces the included glossary
page. Therefore, you need to create on yourself. This can be easily done by
creating a page `glossary.md` with the following content:

```md
---
name: Glossary
---

::pagelist{format="glossary" source="href(/glossary/)"}
```

Additionally, I added the ability to use custom JavaScript and CSS-files - see
the documentation under Advanced Features - in addition to using HTML in your
hyperbook, when the `allowDangerousHtml` option is enabled in your config.

I also improved the appearance of custom links, by moving them to the
footer on mobile devices.

### Patch Changes

- Updated dependencies [[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a)]:
- @hyperbook/types@0.9.0
- @hyperbook/fs@0.14.0

## 0.33.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/hyperbook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hyperbook",
"version": "0.33.3",
"version": "0.34.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
30 changes: 30 additions & 0 deletions packages/markdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @hyperbook/markdown

## 0.10.0

### Minor Changes

- [#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
HTML files. React was removed from the project and replaced with remark
plugins. This improves build times and give us more control over the whole
process. For example there is no need anymore for running `npx hyperbook
setup`.

I also added a new pagelist directive, which can be used to list pages based
on user-defined criteria. This directive also replaces the included glossary
page. Therefore, you need to create on yourself. This can be easily done by
creating a page `glossary.md` with the following content:

```md
---
name: Glossary
---

::pagelist{format="glossary" source="href(/glossary/)"}
```

Additionally, I added the ability to use custom JavaScript and CSS-files - see
the documentation under Advanced Features - in addition to using HTML in your
hyperbook, when the `allowDangerousHtml` option is enabled in your config.

I also improved the appearance of custom links, by moving them to the
footer on mobile devices.

## 0.9.7

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/markdown",
"version": "0.9.7",
"version": "0.10.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
30 changes: 30 additions & 0 deletions packages/types/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @hyperbook/types

## 0.9.0

### Minor Changes

- [#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
HTML files. React was removed from the project and replaced with remark
plugins. This improves build times and give us more control over the whole
process. For example there is no need anymore for running `npx hyperbook
setup`.

I also added a new pagelist directive, which can be used to list pages based
on user-defined criteria. This directive also replaces the included glossary
page. Therefore, you need to create on yourself. This can be easily done by
creating a page `glossary.md` with the following content:

```md
---
name: Glossary
---

::pagelist{format="glossary" source="href(/glossary/)"}
```

Additionally, I added the ability to use custom JavaScript and CSS-files - see
the documentation under Advanced Features - in addition to using HTML in your
hyperbook, when the `allowDangerousHtml` option is enabled in your config.

I also improved the appearance of custom links, by moving them to the
footer on mobile devices.

## 0.8.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/types",
"version": "0.8.1",
"version": "0.9.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
30 changes: 30 additions & 0 deletions packages/web-component-excalidraw/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# @hyperbook/element-excalidraw

## 0.2.0

### Minor Changes

- [#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
HTML files. React was removed from the project and replaced with remark
plugins. This improves build times and give us more control over the whole
process. For example there is no need anymore for running `npx hyperbook
setup`.

I also added a new pagelist directive, which can be used to list pages based
on user-defined criteria. This directive also replaces the included glossary
page. Therefore, you need to create on yourself. This can be easily done by
creating a page `glossary.md` with the following content:

```md
---
name: Glossary
---

::pagelist{format="glossary" source="href(/glossary/)"}
```

Additionally, I added the ability to use custom JavaScript and CSS-files - see
the documentation under Advanced Features - in addition to using HTML in your
hyperbook, when the `allowDangerousHtml` option is enabled in your config.

I also improved the appearance of custom links, by moving them to the
footer on mobile devices.

## 0.6.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/web-component-excalidraw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hyperbook/web-component-excalidraw",
"version": "0.1.0",
"version": "0.2.0",
"author": "Mike Barkmin",
"homepage": "https://github.com/openpatch/hyperbook#readme",
"license": "MIT",
Expand Down
36 changes: 36 additions & 0 deletions platforms/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# @hyperbook/vscode-extension

## 0.25.0

### Minor Changes

- [#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
HTML files. React was removed from the project and replaced with remark
plugins. This improves build times and give us more control over the whole
process. For example there is no need anymore for running `npx hyperbook
setup`.

I also added a new pagelist directive, which can be used to list pages based
on user-defined criteria. This directive also replaces the included glossary
page. Therefore, you need to create on yourself. This can be easily done by
creating a page `glossary.md` with the following content:

```md
---
name: Glossary
---

::pagelist{format="glossary" source="href(/glossary/)"}
```

Additionally, I added the ability to use custom JavaScript and CSS-files - see
the documentation under Advanced Features - in addition to using HTML in your
hyperbook, when the `allowDangerousHtml` option is enabled in your config.

I also improved the appearance of custom links, by moving them to the
footer on mobile devices.

### Patch Changes

- Updated dependencies [[`26ae87e`](https://github.com/openpatch/hyperbook/commit/26ae87e19b01b6c2f45590ade4d681c5a27c932a)]:
- @hyperbook/markdown@0.10.0
- @hyperbook/fs@0.14.0

## 0.24.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion platforms/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"homepage": "https://hyperbook.openpatch.org",
"main": "./out/extension.js",
"version": "0.24.3",
"version": "0.25.0",
"engines": {
"vscode": "^1.71.0"
},
Expand Down