Skip to content

Releases: czue/bluesky-comments

0.8.0

11 Dec 19:34
3155916
Compare
Choose a tag to compare

This release adds first class support for using the library as a standalone React component. See the README for details.

Note: to import the module you now need to do:

import { BlueskyComments } from 'https://unpkg.com/bluesky-comments@0.8.0/dist/bluesky-comments.es.js';

Where it was previously:

import BlueskyComments from 'https://unpkg.com/bluesky-comments@0.7.0/dist/bluesky-comments.es.js';

What's Changed

  • support umd and es usage by @czue in #16
  • fix react properties in svgs by @czue in #17
  • [breaking change] Swtich to only named exports by @czue in #18

Full Changelog: v0.7.0...v0.8.0

0.7.0

05 Dec 12:55
Compare
Choose a tag to compare

What's Changed

  • choose top post instead of latest when picking from multiple posts by @czue in #12
  • Show link to post even when there are no comments (and refactor) by @czue in #13
  • tweak styles of show more button by @czue in #14

Full Changelog: v0.6.0...v0.7.0

0.6.0

05 Dec 12:06
Compare
Choose a tag to compare

What's Changed

  • add the note about adding a place for the comments to the page by @czue in #10
  • Fix links on explicitly linked posts by @czue in #11

Full Changelog: v0.5.1...v0.6.0

0.5.1

04 Dec 08:45
d9382d2
Compare
Choose a tag to compare

What's Changed

  • clean up console logging by @czue in #8

Full Changelog: v0.5...v0.5.1

0.5

04 Dec 08:23
Compare
Choose a tag to compare
0.5

What's Changed

  • Add a way for callers to show feedback by @czue in #6
  • Allow filtering comments + using as a module by @czue in #7

See the README for more details.