Skip to content

0.8.0

Latest
Compare
Choose a tag to compare
@czue czue released this 11 Dec 19:34
3155916

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/[email protected]/dist/bluesky-comments.es.js';

Where it was previously:

import BlueskyComments from 'https://unpkg.com/[email protected]/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