Skip to content

Commit a3f5750

Browse files
authored
1.10.1 (#1569)
1 parent 754c1e0 commit a3f5750

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/getting-started.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ Or with Yarn:
160160

161161
You should see something like this:
162162

163-
<pre data-copy="none"><b class="green">Observable Framework</b> v1.10.0
163+
<pre data-copy="none"><b class="green">Observable Framework</b> v1.10.1
164164
↳ <u><a href="http://127.0.0.1:3000/" style="color: inherit;">http://127.0.0.1:3000/</a></u></pre>
165165

166166
<div class="note">

docs/markdown.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ For privacy and convenience, external links are given a default `rel` attribute
354354

355355
Framework normalizes page links, converting absolute paths into relative paths. This allows built sites to be served correctly under any root when deployed. This means you can use absolute paths, such as `/index` for the main page, to link to pages from any other page, including the global [header](./config#header) or [footer](./config#footer).
356356

357-
To link to a page or asset that’s _not_ controlled by Framework (or to disable link normalization), set the [`rel` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) to `external`. <a href="https://github.com/observablehq/framework/pull/1560" class="observablehq-version-badge" data-version="prerelease" title="Added in #1560"></a> For example:
357+
To link to a page or asset that’s _not_ controlled by Framework (or to disable link normalization), set the [`rel` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/rel) to `external`. <a href="https://github.com/observablehq/framework/releases/tag/v1.10.1" class="observablehq-version-badge" data-version="^1.10.1" title="Added in 1.10.1"></a> For example:
358358

359359
```html run=false
360360
<a href="/robots.txt" rel="external">robots.txt</a>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@observablehq/framework",
33
"license": "ISC",
4-
"version": "1.10.0",
4+
"version": "1.10.1",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)