Skip to content

Commit 0f2c92e

Browse files
authored
1.9.0 (#1453)
1 parent b0971c4 commit 0f2c92e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: docs/config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ toc: false
208208

209209
## search
210210

211-
If true, enable [search](./search) on the project; defaults to false. The **search** option may also be specified as an object with an **index** method <a href="https://github.com/observablehq/framework/pull/1401" class="observablehq-version-badge" data-version="prerelease" title="Added in #1401"></a>, in which case additional results can be added to the search index. Each result is specified as:
211+
If true, enable [search](./search) on the project; defaults to false. The **search** option may also be specified as an object with an **index** method <a href="https://github.com/observablehq/framework/releases/tag/v1.9.0" class="observablehq-version-badge" data-version="^1.9.0" title="Added in 1.9.0"></a>, in which case additional results can be added to the search index. Each result is specified as:
212212

213213
```ts run=false
214214
interface SearchResult {

Diff for: 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.8.0
163+
<pre data-copy="none"><b class="green">Observable Framework</b> v1.9.0
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">

Diff for: docs/jsx.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# JSX <a href="https://github.com/observablehq/framework/pull/1429" class="observablehq-version-badge" data-version="prerelease" title="Added in #1429"></a>
1+
# JSX <a href="https://github.com/observablehq/framework/releases/tag/v1.9.0" class="observablehq-version-badge" data-version="^1.9.0" title="Added in 1.9.0"></a>
22

33
[React](https://react.dev/) is a popular and powerful library for building interactive interfaces. React is typically written in [JSX](https://react.dev/learn/writing-markup-with-jsx), an extension of JavaScript that allows HTML-like markup. To use JSX and React, declare a JSX fenced code block (<code>```jsx</code>). For example, to define a `Greeting` component that accepts a `subject` prop:
44

Diff for: 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.8.0",
4+
"version": "1.9.0",
55
"type": "module",
66
"publishConfig": {
77
"access": "public"

0 commit comments

Comments
 (0)