Releases: JamesNZL/notion-assignment-import
Releases · JamesNZL/notion-assignment-import
v5.0.4
v5.0.3
v5.0.2
v5.0.1
v5.0.0
5.0.0 (2024-07-04)
⚠ BREAKING CHANGES
- import: This requires a new previously unheld capability on the integration. Existing users must reauthorise with Notion.
Features
- import: ✨ allow import of past assignments (#386) (a6c6417)
- import: ✨ update existing pages if assignment has changed (#385) (#387) (0f22184)
- interface: 🚸 use keyboard meta + s for option page save shortcut (ac70f5f)
Bug Fixes
v4.3.3
v4.3.2
v4.3.1
v4.3.0
4.3.0 (2022-07-20)
Features
- canvas: 🚸 sort fetched assignments by due date (426675e)
- canvas: ✨ filter import by existence of due date (#60) (f242e81)
- canvas: ✨ migrate from
DOM
parsing to canvas api (#56) (f3a3b3e) - elements: ✨ allow
Element
instances withoutid
(067bda7) - import: ✨ include assignment descriptions in created notion page (#59) (2374d38)
- import: import assignment
points
to notion (#61) (5154f75) - interface: 🚸 add
'Copying from Canvas...'
status label (7f1b463) - interface: 💄 change colour of advanced headings (c17c583)
- interface: 💬 change 'available' -> 'unlock' (7d94e7e)
- options: 💄 extract course code overrides from advanced (9c2479d)
- popup: 🚸 add extension update alert (#62) (6b35748)
Bug Fixes
- elements: 🐛 fix
isHidden
to account for parent tile (dcc2ccd) - import: 🐛 fix notion api error when
null
page children (25d6388) - interface: 🐛 don't transitively show
.advanced-options
elements (eb196dc) - options: 🐛 don't overwrite existing ids of advanced options (91c2f80)
- options: 🔇 remove debugging log (07b2f54)
- validator: 🔇 remove debugging log (cd032ae)
v4.2.5
4.2.5 (2022-07-17)
Bug Fixes
- elements: 🐛 fix
defaultHTML
not being label html (09e9ceb) - elements: 🐛 validate
databaseId
before retrieving database (85618aa) - interface: 🐛 hide validator span if input is hidden (f937c75)
- interface: 🐛 pair oauth button label to token input (59f4265)
- options: 🚑 fix select validators (cf053b4)
- options: 🚸 don't clear
databaseId
on authorisation (060dbe0) - validator: 🐛 implement proper fix for 85618aa (efaed22)