Skip to content

Releases: brophdawg11/vue-ssr-build

8.0.0-beta.1

06 Jan 14:02
88f28e5
Compare
Choose a tag to compare

Initial release with the beginning of Vue3 support

  • entry-server and entry-client updated to account for the removal of router.getMatchedComponents
  • renderer and setup-dev-server are not yet Vue3 compatible

7.0.0-beta.6

29 Dec 16:11
5a35a39
Compare
Choose a tag to compare

Upgrade to webpack 5

7.0.0-beta.5

14 Dec 16:52
13e1782
Compare
Choose a tag to compare

Moves entry-server/entry-client logic to composable utils of a configuration driven approach:

  • useRouteVuexModulesServer/useRouteVuexModulesClient
  • useFetchDataServer/useFetchDataClient

Other breaking changes:

  • middleware functions now accept the same payload as fetchData

7.0.0-beta.4

02 Dec 19:02
9d148c1
Compare
Choose a tag to compare

Moved from lodash-es to lodash. Consuming apps should include babel-plugin-lodash to ensure proper tree shaking (webpack 4+)

7.0.0-beta.3

01 Dec 18:37
febcf39
Compare
Choose a tag to compare

Remove webpack deps and configs - consumer apps should configure these

7.0.0-beta.2

01 Dec 16:10
85a109a
Compare
Choose a tag to compare

Remove jest exposure to consumer apps

7.0.0-beta.1

01 Dec 15:14
017a350
Compare
Choose a tag to compare

Remove eslint exposure to consumer apps

6.0.0

24 May 12:59
5bd47a6
Compare
Choose a tag to compare
  • Changed underlying approach to vuex property to allow a specificaton of an array of modules
  • The "breaking" aspect is the removal of the maxVuexModules option, and we now always keep around the active (prior+current) route modules

5.2.1

14 May 09:40
Compare
Choose a tag to compare

Update security vulnerabilities in packages

5.2.0

23 Feb 17:23
c9c3b9e
Compare
Choose a tag to compare

Patch/Minor dependency updates: #93