rmnr
DocsTourSlicesBest PracticeAgentsInstall

Command Palette

Search for a command to run...

New
  • Changelog
Release notes

Changelog

What changed in each rr release — page 8 of 17. Full prose history in CHANGELOG.md.

JUN032026
Fixnotion-databaseJun 3, 2026

Date picking — decouple from react-day-picker v10 selection state

Dates couldn't be picked (same in notion-page-clone) — the controlled mode/selected/onSelect path broke under react-day-picker v10. The calendar now handles clicks via onDayClick and drives the selected-day + range highlight purely from `modifiers`, both fed by our own value, so it no longer relies on rdp's internal selection state machine.

Slices touched

  • notion-database — date picking via onDayClick (rdp-v10-proof)
JUN
03
2026
Featurenotion M2b.2bJun 3, 2026

notion-editor M2b.2b — nested-rendering subtree (M2b complete)

Ported the recursive nested-block tree behind the adapter seam: NestedBlock (self-registering dispatcher) + NestedContent (by-type renderer — database via adapter.database, page nav via adapter.page, page icon via a built-in PageIcon, code via SimpleCodeBlock) + ToggleBlock + ColumnBlockEditor (split into column/panes) + SyncedBlock (split into synced/views + ChildrenList, cross-page source via pages/workspaceId) + NestedBlockControls. Completes M2b — chrome + nested rendering done. Next: M2c BlockEditor/page shell.

Slices touched

  • notion — M2b.2b nested rendering (WIP cluster)
JUN032026
Fixnotion-databaseJun 3, 2026

Date picking reliable again — single-mode calendar + active field

react-day-picker range mode wasn't registering clicks. Switched the calendar to single mode (the proven path) for both modes: range now uses an active-field model (two fields, click to choose which the calendar edits — matching Notion's blue active field) with the start→end span shaded via modifiers. Picking works again.

Slices touched

  • notion-database — date picking fix (single-mode active field)
JUN032026
Fixnotion-databaseJun 3, 2026

Date range picking + End-date toggle synced with the column header

Fixed: dates couldn't be picked in range mode (an empty cell passed a {from:undefined} range that broke react-day-picker's first click — now passes undefined). The cell's End-date toggle now patches prop.dateRange, the same switch the column header's edit-property panel toggles, so the two stay in sync.

Slices touched

  • notion-database — range pick fix + End-date toggle sync
JUN032026
Featurenotion M2b.2aJun 3, 2026

notion-editor M2b.2a — block toolbar wired to the adapters

Ported the per-block toolbar (BlockControls hub + MenuHierarchy action menu + QuickButtons/GripButton) against the frozen seam: data CRUD + selection via useEditorData/useSelection, comments via useComments (popover + count), AI panel via optional useAi. The nested-rendering subtree (toggle/columns/synced) is the next slice (M2b.2b).

Slices touched

  • notion — M2b.2a block toolbar (WIP cluster)
JUN032026
Fixnotion-databaseJun 3, 2026

Date range: side-by-side start/end over one range calendar + clickable end time

Range mode now shows two date fields side by side over a single range-highlighting calendar (was two stacked calendars), matching Notion. Toggling End date seeds end=start so the end-time field is immediately enabled — fixes end time being unclickable.

Slices touched

  • notion-database — range date layout + end-time fix
JUN032026
Improvementnotion-databaseJun 3, 2026

Date cell editor relaid out to match notion-page-clone

The date-type cell popover now mirrors NCP: a date+time header row, one calendar, an inline End-date section, then the options list — so start/end time sit beside their date instead of stacked. Uses a formatted display + shadcn time input (no native date input).

Slices touched

  • notion-database — date cell editor relayout
JUN032026
FixchangelogJun 3, 2026

Changelog bullets no longer link to dead slugs

Bullets pointing at a slug that isn't in the catalog (renamed, merged, deleted, or WIP like notion) now render as plain text instead of linking to a 404. Valid slugs — including ones that ship later — still link.

Site

  • changelog — sanitize bullet links against the live catalog
JUN032026
Featurenotion M2b.1Jun 3, 2026

notion-editor M2b.1 — block-CRUD + selection/comments/AI adapter seam

Expanded the EditorAdapter seam: EditorDataAdapter (block + page CRUD, no-op fallback), revised SelectionAdapter, CommentsAdapter (hook + popover with no-op default), AiAdapter, plus useEditorData/useSelection/useComments/useAi context hooks. BlockShell wired to selection. Sets up the chrome port (M2b.2).

Slices touched

  • notion — M2b.1 adapter seam + BlockShell (WIP cluster)
JUN032026
ChorecleanupJun 3, 2026

Remove deprecated mdx-blog slice

Deleted mdx-blog (superseded by the notion editor). Unwired from catalog, registry, family-map, and the saas-marketing-os template copy.

Slices touched

  • mdx-blog — removed
NewerPage 8 / 17Older