Releases: czue/bluesky-comments
Releases · czue/bluesky-comments
v0.9.0
This release makes it much easier to use in native Node.js React projects, while keeping the html-only version nice and simple too.
What's Changed
- update package for types, add css injection by @skoch in #22
- Add Typescript support, export only components by @czue in #21
- Add Typescript support, export only components by @skoch in #20
New Contributors
Full Changelog: v0.8.0...v0.9.0
0.8.0
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