Disqus React Versions Save

A React component for Disqus

v1.1.5

1 year ago

What's Changed

Full Changelog: https://github.com/disqus/disqus-react/compare/v1.1.4...v1.1.5

v1.1.4

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/disqus/disqus-react/compare/v1.1.2...v1.1.4

v1.1.2

2 years ago
  • 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

2 years ago
  • 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

2 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

3 years ago
  • 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

4 years ago
  • 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.

https://github.com/disqus/disqus-react/compare/v1.0.7...v1.0.8

v1.0.7

4 years ago
  • Added shallow comparison to shouldComponentUpdate to fix #34
  • Added "Troubleshooting" section to README.md
  • Added CONTRIBUTING.md and CHANGELOG.md