Releases: chanzuckerberg/napari-hub
napari hub v22.05.2
We're happy to announce the release of the napari hub v22.05.2!
Bug fixes
New Features
- Plugin metadata links + authors filter by @codemonkey800 in #480
- Heading anchor links by @codemonkey800 in #489
- Include repo owner in source code link by @codemonkey800 in #490
Improvements
- Bump minimist from 1.2.5 to 1.2.6 in /frontend by @dependabot in #450
- Bump nanoid from 3.1.22 to 3.3.4 in /frontend by @dependabot in #488
- Update frontend depndencies by @codemonkey800 in #486
- Frontend project structure refactor by @codemonkey800 in #485
Full Changelog: v22.05.1...v22.05.2
v22.05.1
napari hub v22.05.1
We're happy to announce the release of the napari hub v22.05.1!
Bug fixes
- Hide plugin type when flag is off by @codemonkey800 in #487
Full Changelog: v22.05.0...v22.05.1
v22.05.0
napari hub v22.05.0
We're happy to announce the release of the napari hub v22.05.0!
Improvements
- napari-hub takes precedence for fetching description and config.yml by @snigdhaAgarwal in #470
- Make plugin preview page comments less persistent by @snigdhaAgarwal in #460
Bug Fixes
New Features
- npe2 plugin type + reader/writer metadata UI by @codemonkey800 in #472
- Add plugin type to search result by @codemonkey800 in #479
- Manifest available through API call by @snigdhaAgarwal in #471
- Snigdha/manifest endpoint by @snigdhaAgarwal in #481
Docs
- update docs to prioritize
.napari-hub/
by @neuromusic in #473
New Contributors
- @snigdhaAgarwal made their first contribution in #470
- @dstansby made their first contribution in #483
v22.04.1
napari hub v22.04.1
We're happy to announce the release of the napari hub v22.04.1!
New Features
- Human-readable display name frontend by @codemonkey800 in #459
Improvements
- Hide npe2 features behind feature flag by @codemonkey800 in #469
v22.04.0
napari hub v22.04.0
We're happy to announce the release of the napari hub v22.04.0!
Switch to CalVer
You may have noticed that we jumped from v0.2.7 to v22.04.0. This is not a mistake and we did not release 22 major versions. 🤣
Starting with this release, we are switching to Calendar Versioning, or CalVer.
Our old way of versioning was SemVer, except we'd occasionally break the rules and add a 4th digit for patch releases. While this way of versioning makes sense for dependencies that need pinning, it didn't really make sense for the napari hub as a Software as a Service (SaaS). Since we're always releasing the latest and greatest version of the hub, there was no way to access older versions anyway. It also got confusing on when to use the major, minor, and patch numbers.
Calendar Versioning fits us better because now we no longer have to worry about the semantics of incrementing major, minor, and patch numbers. We just use the calendar date and increment a single number at the end of releases and patches that month. It'll also make it easier to automate releasing in the future.
We'll be using a versioning system similar to Ubuntu with the format: YY.0M.MICRO
, where YY
is the year and 0M
is the month (with leading 0 for single digits), and MICRO
is the number we increment for each release of that year and month.
We may revisit SemVer in the future for our public API, but until then we'll be using CalVer for this and future releases of the hub.
New Features
- Improve support for large number of categories by @codemonkey800 in #443
- Add plausible events for expand / collapse by @codemonkey800 in #457
Bug Fixes
- Fix center alignment by @codemonkey800 in #445
- Preview Build Fix by @klai95 in #446
- Fix plugin metadata IDs by @codemonkey800 in #453
v0.2.7
v0.2.6
v0.2.5
napari hub v0.2.5
We're happy to announce the release of the napari hub v0.2.5!
Bug Fixes
- Fix preview page build for /404 page by @codemonkey800 in #415
- Fix link for category pill by @codemonkey800 in #417
Improvements
- API access time improvements by @potating-potato in #424
v0.2.4.1
napari hub v0.2.4.1
We're happy to announce the release of the napari hub v0.2.4.1!
Bug fixes
Fix link for category pill by @codemonkey800 in #417
v0.2.4
napari hub v0.2.4
We're happy to announce the release of the napari hub v0.2.4!
New Features
- Enable category filters for staging and prod by @codemonkey800 in #406
- add datadog integration by @potating-potato in #398
Bug fixes
- Fix sitemap for MDX pages by @codemonkey800 in #405
- Change preview metadata to correct fields by @codemonkey800 in #402
- Fix preview page error when no source code URL is provided by @DragaDoncila in #407
- Fix tooltip not displaying on tap by @codemonkey800 in #412
- Disables highlighting for
Supported data
by @codemonkey800 in #403
Improvements
- Change lambda provisioning by @potating-potato in #392
- Update footer design by @codemonkey800 in #408