Skip to content

Conversation

@joshua-dean
Copy link
Collaborator

@joshua-dean joshua-dean commented Oct 11, 2024

Fix misc quirks found in #175

Description

Closes #189. Might bundle this in #202.

Changes:

  • Add AnnotationSizeCookie static class to manage the annotation display size
    • Previously this wasn't even working as the second field didn't contain expires=
  • Add nullish coalescing operators where relevant
  • Fix some comment structures broken by formatting
  • Simplify drag state construction

PR Checklist

  • Merged latest main
  • Version number in package.json has been bumped since last release
  • Version numbers match between package package.json and src/version.js
  • Ran npm install and npm run build AFTER bumping the version number
  • Updated documentation if necessary (currently just in api_spec.md)
  • Added changes to changelog.md

Breaking API Changes

Annotation size cookie now actually works

Base automatically changed from feature/loader to rc/v0.16.0 November 8, 2024 18:25
@joshua-dean joshua-dean mentioned this pull request Nov 8, 2024
6 tasks
Base automatically changed from rc/v0.16.0 to main December 5, 2024 21:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Misc quirks discovered while comparing linters

2 participants