-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(import)!: ✨ update existing pages if assignment has changed (#385)…
… (#387) * Fix import of assignments without due dates (#251) (#384) * fix(canvas): 🐛 do not store absence of due date as unix epoch (#251) * fix(import): 🐛 correctly import assignments without due dates to notion (#251) * refactor(types): 🏷️ refactor type declaration files change to regular typescript files * fix(validator): 🐛 fix timezone validation (#252) * build(notion): 👽 pin notion api version * feat(notion): ✨ parse notion page properties * feat(options): ✨ add `notion.importChanges` options * fix(interface): 💄 properly hide segmented controls * refactor(types): 🧑💻 strongly type `Storage` key methods * docs(readme): 📝 update `readme` * docs(readme): 📝 update advanced options heading size * feat(import)!: ✨ update existing pages if assignment has changed (#385) BREAKING CHANGE: This requires a new previously unheld capability on the integration. Existing users must reauthorise with Notion. * build(actions): 💚 fix gulp build
- Loading branch information
Showing
10 changed files
with
563 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.