Skip to content

chore(release): 1.0.0 - #1

Draft
github-actions[bot] wants to merge 1 commit into
mainfrom
simple-release
Draft

chore(release): 1.0.0#1
github-actions[bot] wants to merge 1 commit into
mainfrom
simple-release

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 30, 2026

Copy link
Copy Markdown
Contributor

nanoviews-monorepo

1.0.0 (2026-09-10)

Features

  • agera,intl,kida,nanoviews,query,router,svelte-kit: rename ValueOrAccessor to Signalish (#210) (c42723a)
  • agera,kida,nanoviews: bottom-up deferred effect scopes (#189) (dd3169f)
  • agera,nanoviews: add show_ with pausable effect scopes (#225) (4c2490d)
  • agera: add selector to wake only the keys whose answer changed (#200) (ac6b35f)
  • agera: derive mounted state from the graph instead of counting subscribers (#191) (9c43fce)
  • agera: keep the source cold when observing through a derivation (#199) (ecc0434)
  • intl: pass unique index to rich tag handlers to use as framework key (#187) (5b4008b)
  • intl: support self-closing tags in rich-text formatter (#185) (fa4fcb8)
  • kida,store: move tasks from @nano_kit/store to kida (#220) (2e5c07c)
  • nanoviews: add as_ to hand a row through a transform (#207) (2891ec4)
  • nanoviews: add match_ for a cascade of conditions (#219) (1065b20)
  • nanoviews: add props$ to read any prop in accessor form (#212) (3cd1d77)
  • nanoviews: add the nanoviews/svg entry point (#21) (a0ecfe9)
  • nanoviews: expose swap_, the block if_ and switch_ are built on (#203) (9fc639f)
  • nanoviews: hand the tracking key to the row (#217) (34948cd)
  • nanoviews: let an effect attribute name the element it sits on (#206) (215f157)
  • nanoviews: rename $$children, $$slot and $$slots to a trailing $ (#209) (47f794b), references #188
  • nanoviews: rename effect attributes from $$name to name$ (#188) (468a293)
  • nanoviews: rename the truthy and falsy narrowing types (#211) (577c49d)
  • ssr: add server entrypoint (#164) (eefd560)
  • storybook,storybook-vite,testing-library: publish the packages and rework the story API (#5) (6d72f43)

Bug Fixes

  • agera,kida,nanoviews,query: run user reducers and event handlers untracked (#193) (03c78db)
  • deps: update dependency magic-string to v1 (#175) (fbf537c)
  • deps: update dependency starlight-llms-txt to ^0.11.0 (#85) (4ff267b)
  • kida: keep a resolved factory unstarted until the first read (#221) (bc13a53)
  • kida: keep a child write in the caller's context (#198) (0816533)
  • kida: type toAccessor by what it actually returns (#208) (024e812)
  • nanoviews: apply multi-word and custom style properties (#195) (3270183)
  • nanoviews: drop the React-only attribute keys (#19) (58b8ffd)
  • nanoviews: fire every on* prop, not just the bubbling ones (#204) (42e613b)
  • nanoviews: let false remove a boolean attribute (#18) (7739fcb)
  • nanoviews: let a slot reach children$ and fail loudly when undeclared (#10) (eea8827)
  • nanoviews: show the for_ placeholder when there is no array at all (#205) (6e6568b)
  • nanoviews: type throw_ as never (#11) (79a85da)
  • router: preserve statusCode of loadable notFound pages (#166) (40da5a6)

Performance Improvements

  • agera,kida,store: replace morph with the signal constructor protocol (#197) (23b3370)
  • agera,nanoviews: cut allocations and graph work on the binding paths (#196) (3d1c93b)
  • agera: speed up effect runs by splitting warmup and rerun paths (#178) (f550458)
  • benchmark-nanoviews: take the row key and drop record (#218) (66e9ee3)
  • nanoviews: clear a row range with replaceChildren (#216) (5942baf)
  • nanoviews: create the effect attribute registry on first use (#213) (4113217)
  • nanoviews: wake only the rows whose value changed (#202) (c71cc9c)

nanoviews

1.0.0 (2026-09-10)

Features

  • add as_ to hand a row through a transform (#207) (2891ec4)
  • add match_ for a cascade of conditions (#219) (1065b20)
  • add props$ to read any prop in accessor form (#212) (3cd1d77)
  • add show_ with pausable effect scopes (#225) (4c2490d)
  • add the nanoviews/svg entry point (#21) (a0ecfe9)
  • bottom-up deferred effect scopes (#189) (dd3169f)
  • expose swap_, the block if_ and switch_ are built on (#203) (9fc639f)
  • hand the tracking key to the row (#217) (34948cd)
  • let an effect attribute name the element it sits on (#206) (215f157)
  • rename $$children, $$slot and $$slots to a trailing $ (#209) (47f794b), references #188
  • rename ValueOrAccessor to Signalish (#210) (c42723a)
  • rename effect attributes from $$name to name$ (#188) (468a293)
  • rename the truthy and falsy narrowing types (#211) (577c49d)

Bug Fixes

  • apply multi-word and custom style properties (#195) (3270183)
  • drop the React-only attribute keys (#19) (58b8ffd)
  • fire every on* prop, not just the bubbling ones (#204) (42e613b)
  • let false remove a boolean attribute (#18) (7739fcb)
  • let a slot reach children$ and fail loudly when undeclared (#10) (eea8827)
  • run user reducers and event handlers untracked (#193) (03c78db)
  • show the for_ placeholder when there is no array at all (#205) (6e6568b)
  • type throw_ as never (#11) (79a85da)

Performance Improvements

  • clear a row range with replaceChildren (#216) (5942baf)
  • create the effect attribute registry on first use (#213) (4113217)
  • cut allocations and graph work on the binding paths (#196) (3d1c93b)
  • wake only the rows whose value changed (#202) (c71cc9c)

@nanoviews/storybook

1.0.0 (2026-09-10)

Features

  • publish the packages and rework the story API (#5) (6d72f43)
  • upgrade dev tools for new nanoviews version (5dbef34)

Bug Fixes

@nanoviews/storybook-vite

1.0.0 (2026-09-10)

Features

  • publish the packages and rework the story API (#5) (6d72f43)
  • upgrade dev tools for new nanoviews version (5dbef34)

Bug Fixes

@nanoviews/testing-library

1.0.0 (2026-09-10)

Features

  • publish the packages and rework the story API (#5) (6d72f43)
  • upgrade dev tools for new nanoviews version (5dbef34)

Bug Fixes


This PR was generated with simple-release.

📄 Cheatsheet

You can configure the bot's behavior through a pull request comment using the !simple-release/set-options command.

Command Format

!simple-release/set-options

```json
{
  "bump": {}
}
```

Useful Parameters

The options shape the pull request generation, so the bump ones matter here. Release-time options like publish belong in the config file.

Parameter Type Description
version string Force set specific version
as 'major' | 'minor' | 'patch' | 'prerelease' Release type. prerelease keeps the type derived from the commits and makes the version a prerelease
prerelease string Pre-release identifier (e.g., "alpha", "beta")
firstRelease boolean Whether this is the first release
skip boolean Skip version bump
byProject Record<string, object> Per-project bump options for monorepos

Usage Examples

Force specific version

!simple-release/set-options

```json
{
  "bump": {
    "version": "2.0.0"
  }
}
```

Force major bump

!simple-release/set-options

```json
{
  "bump": {
    "as": "major"
  }
}
```

Create alpha pre-release

!simple-release/set-options

```json
{
  "bump": {
    "prerelease": "alpha"
  }
}
```

Custom Changelog Preamble

You can add custom markdown to the top of the changelog (right after the version header) using the !simple-release/set-preamble command. The markdown after the command line becomes the preamble. Start its headings at ### — the level of the generated changelog sections like ### Features.

!simple-release/set-preamble

### What's new?

- The website was completely redesigned
- The new API gives you awesome possibilities

In a monorepo, pass the full package name after the command to target a single package's changelog. Wrap the name in backticks so GitHub keeps it as text instead of a mention:

!simple-release/set-preamble `@your-org/core`

### Core changes

- New plugin system

Use one comment per package, plus one without a name for the whole release.

Access Restrictions

The commands can only be used by users with permissions:

  • repository owner
  • organization member
  • collaborator

Notes

  • The last comment with !simple-release/set-options command takes priority
  • The last !simple-release/set-preamble comment per package takes priority
  • JSON must be valid, otherwise the set-options command will be ignored
  • Parameters apply only to the current release execution
  • The commands can be updated by editing the comment or adding a new one

@github-actions
github-actions Bot force-pushed the simple-release branch 8 times, most recently from 51f5091 to 475e381 Compare September 1, 2026 16:16
@github-actions
github-actions Bot force-pushed the simple-release branch 7 times, most recently from 91ec8f3 to e62c035 Compare September 10, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants