Skip to content

Releases: s-yadav/react-meta-tags

Move to new context API

25 Nov 10:41
Compare
Choose a tag to compare

Fixes

  • Use new context API. #37 By (@kaushiknishchay)
  • Removed usage of propTypes library. As Metatag is only a wrapper component. #37
  • Uniquely identify any elements inside MetaTags by ids. Related to #35. Fixes #34

Breaking

  • Upgraded peer dependency for react and react-dom to 16+ from 15.

Fixed client rendering issues

16 Dec 16:06
Compare
Choose a tag to compare
  • Merged #26, Added null check for children.
  • Fixed metatags not updating on client side when MetaTag content updates. Issue produced on 0.7.1.

Added getTags method on MetaTagsServer

30 Sep 07:15
Compare
Choose a tag to compare
  • Added getTags method on MetaTagsServer, which returns React elements instead of string.
  • Code refactor of server utils to remove duplicate.
  • Change deserver port to 9010 for examples webpack dev server

Bundling improvement

16 Sep 17:09
Compare
Choose a tag to compare
  • Upgraded to babel 7
  • Upgraded to webpack 4
  • Use rollup to create smaller bundle
  • Removed babel-runtime

Notes from > v0.4.0

  • Fixed #5, Duplicate title and meta tags
  • Added itemProp attribute to uniquely identify meta tag

Use babel transform runtime, and canonical URL fix

28 Apr 14:24
Compare
Choose a tag to compare
  • Fixed canonical URL duplicate #12
  • Use babel transform runtime so build size is smaller

Remove duplicate meta tags

04 Nov 21:09
Compare
Choose a tag to compare

0.2.0: - Support react 16.

29 Oct 14:59
Compare
Choose a tag to compare
  • Support react 16.
  • Separated prop-types from react package
  • Only transpile src to lib. Avoid creating bundle. This will reduce app bundle size.
  • Fixed example to run on dev env (Webpack configuration needs to be fixed)