Skip to content

Commit

Permalink
meteor#6 Package loads Blaze, Jquery on client
Browse files Browse the repository at this point in the history
* Removes `<head><meta name="fragment" content="!"></head>` tag because it is not [needed anymore](https://developers.google.com/search/docs/ajax-crawling/docs/getting-started)
* Updates `prerender-node` from 3.2.1 to 3.2.5
  • Loading branch information
filipenevola committed Dec 17, 2019
1 parent 4bc7e38 commit 7490402
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
# CHANGELOG

## v3.2.2, 2019-12-17
## v3.2.5, 2019-12-17

* Removes `<head><meta name="fragment" content="!"></head>` tag because it is not [needed anymore](https://developers.google.com/search/docs/ajax-crawling/docs/getting-started)
* Updates `prerender-node` from 3.2.1 to 3.2.5

## v2.0.0, 2019-11-19

* Adds React Hooks support (`useTracker`)

## v1.0.0, 2019-12-13

* Renames deprecated lifecycle to support React 16.9
* Publishes branch v1.
- This branch is not synced with devel as it requires at least version 16.8 of react.

0 comments on commit 7490402

Please sign in to comment.