Skip to content

Releases: reegodev/vue-screen

2.4.0

24 Mar 10:51
Compare
Choose a tag to compare

Features:

  • Add provide/inject to pass screen and grid properties to all components when using the plugin version.

2.3.2

05 Aug 09:04
Compare
Choose a tag to compare

Chores

  • Improve compatibility with jsdom environment

2.3.1

03 Aug 16:52
Compare
Choose a tag to compare

Features:

  • Provide endpoints for different Bootstrap versions

Improvements:

  • Update docs

2.2.0

16 Mar 22:24
Compare
Choose a tag to compare

Chores:

  • Out of beta 🎉

Fixes:

  • Improvements to the logic that detects the current breakpoint

2.1.0-beta.1

24 Dec 11:59
Compare
Choose a tag to compare
2.1.0-beta.1 Pre-release
Pre-release

Fixes:

  • Leftover console.log in the bundled files

1.5.6

01 Oct 09:36
Compare
Choose a tag to compare

Fixes:

  • Check touch support before calculating breakpoints

2.1.0-alpha.5

21 Jul 14:19
Compare
Choose a tag to compare
2.1.0-alpha.5 Pre-release
Pre-release

Features

  • Add computed breakpoints

2.0.4-alpha.4

20 Jul 14:09
65b4745
Compare
Choose a tag to compare
2.0.4-alpha.4 Pre-release
Pre-release

Improvements

  • use onUnmounted hooks only when inside a component

2.0.3-alpha.3

18 Mar 15:35
Compare
Choose a tag to compare
2.0.3-alpha.3 Pre-release
Pre-release

Improvements

  • Enhance typescript types for Options API

Bug fixes

  • Detach event listeners when components are destroyed

2.0.2-alpha.3

16 Mar 08:02
Compare
Choose a tag to compare
2.0.2-alpha.3 Pre-release
Pre-release

Improvements

  • Improve typings on useGrid