travis-r6s / gridsome-plugin-flexsearch

Add lightning fast search to Gridsome with FlexSearch
24 stars 7 forks source link

Version 1.0.0 #40

Closed travis-r6s closed 4 years ago

travis-r6s commented 4 years ago

This version 1.0.0 release has a few updates, that will most likely encur breaking changes to sites, hence the major version bump. These include:

It also requires the latest version of Gridsome (v0.7.15 at time of writing) as it uses the onBootstrap hook to fetch data after the store has loaded, instead of using the onCreateNode hook which could cause problems as it didn't necessarily run last in the chain, meaning the node wouldn't have any manual updates made in another onCreateNode hook.