v5.8.0
What's Changed
- Sync api-endpoints: add
positiontoAppendBlockChildrenParametersby @ksinder in https://github.com/makenotion/notion-sdk-js/pull/658- Specifically, this change is a backwards-compatible improvement to support a more expressive position parameter in the PATCH /v1/blocks/:block_id/children body to append at a specific position in the parent's children array.
- The parameter cannot be used with the older after parameter, which will be officially removed in the next public API version.
- Specifically, this change is a backwards-compatible improvement to support a more expressive position parameter in the PATCH /v1/blocks/:block_id/children body to append at a specific position in the parent's children array.
- Sync api-endpoints: add list_start_index and list_format by @vshen-notion in https://github.com/makenotion/notion-sdk-js/pull/659
- For
numbered_list_item, support distinguishing where list numbering starts and what type of list (number, letter, roman numeral), by exposinglist_start_indexandlist_format
- For
New Contributors
- @vshen-notion made their first contribution in https://github.com/makenotion/notion-sdk-js/pull/659
Full Changelog: https://github.com/makenotion/notion-sdk-js/compare/v5.7.0...v5.8.0
Fetched April 3, 2026

