What's Changed
- Sync api-endpoints: add
position to AppendBlockChildrenParameters by @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.
- 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 exposing list_start_index and list_format
New Contributors
Full Changelog: https://github.com/makenotion/notion-sdk-js/compare/v5.7.0...v5.8.0