Skip to content

Releases: disqus/disqus-react

v1.1.5

13 Oct 21:04
Compare
Choose a tag to compare

What's Changed

  • Add TS compatibility for DiscussionEmbedConfig interface for SSO by @chrisjtang in #137

Full Changelog: v1.1.4...v1.1.5

v1.1.4

10 Oct 15:30
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.1.2...v1.1.4

v1.1.2

24 Aug 18:11
Compare
Choose a tag to compare
  • Added CI with GitHub Actions
  • Bumped path-parse from 1.0.6 to 1.0.7
  • Bumped url-parse from 1.5.1 to 1.5.3
  • Fixed (#108) - Added function to cleanup additional resources on unmount

v1.1.1

26 Jun 21:23
Compare
Choose a tag to compare
  • Bumped ws from 5.2.2 to 5.2.3
  • Fixed (#104) - Added type definitions for the Recommendations component
  • Fixed (#82) - Statements not allowed in ambient contexts error

v1.1.0

16 Jun 21:27
Compare
Choose a tag to compare
  • Bumped elliptic from 6.5.3 to 6.5.4
  • Added component unit-tests
  • Bumped ssri from 6.0.1 to 6.0.2
  • Bumped lodash from 4.17.19 to 4.17.21
  • Bumped url-parse from 1.4.7 to 1.5.1
  • Bumped ua-parser-js from 0.7.21 to 0.7.28
  • Bumped hosted-git-info from 2.8.8 to 2.8.9
  • Bumped browserslist from 4.12.0 to 4.16.6
  • Bumped dns-packet from 1.3.1 to 1.3.4
  • Added Recommendations component

v1.0.11

25 Jan 21:55
Compare
Choose a tag to compare
  • Added React v17.x as peerDependencies
  • Bumped ini from 1.3.5 to 1.3.7
  • Bumped http-proxy from 1.18.0 to 1.18.1

v1.0.10

01 Sep 05:22
Compare
Choose a tag to compare
  • Fixed issue with typescript definitions
  • Modified the shallowComparison function to prevent false-positives
  • Bumped lodash from 4.17.15 to 4.17.19
  • Bumped elliptic from 6.5.2 to 6.5.3

v1.0.9

17 Jun 06:02
1037819
Compare
Choose a tag to compare
  • Updated README.md examples
  • Added language configuration support for DiscussionEmbed component
  • Added category_id support
  • Added missing prop-type validations
  • Updated typescript definitions
  • Fixed issues with example site

v1.0.8

26 Mar 05:56
Compare
Choose a tag to compare
  • Updated package documentation
  • Added support for rest props to DiscussionEmbed
  • Added config params for SSO
  • Added support for additional callbacks
  • Added PropType validation for components
  • Updated package dependencies
  • Replaced deprecated React v17.x lifecycle methods.

v1.0.7...v1.0.8

v1.0.7

12 Sep 20:28
Compare
Choose a tag to compare
  • Added shallow comparison to shouldComponentUpdate to fix #34
  • Added "Troubleshooting" section to README.md
  • Added CONTRIBUTING.md and CHANGELOG.md