Skip to content

Releases: DannyFeliz/vue-timed-content

v2.1.1

19 Sep 01:27
Compare
Choose a tag to compare
  • Converts current date to the component's timezone 6ae354f

v2.1.0...v2.1.1

v2.0.2

18 Sep 04:21
Compare
Choose a tag to compare

This version brings a much lighter version 🎉
4.8 kB -> MINIFIED
2 kB -> MINIFIED + GZIPPED


v2.0.1...v2.0.2

v2.0.1

19 Apr 08:35
Compare
Choose a tag to compare

v2.0.0...v2.0.1

v2.0.0

19 Apr 07:51
Compare
Choose a tag to compare

Highlights

The bundle size was reduced a lot by getting rid of some dependencies.

Minimized: 997 KiB -> 14.58 KiB
Gzipped: 63 KiB -> 5.47 KiB

Breaking changes:

  • prop timezone was renamed to time-zone
  • prop from and to now only support Date instance.

Other

  • Merge pull request #46 from DannyFeliz/next 005ecdd
  • Update more dependencies 4b9d7fa
  • Update dependencies 374efa5
  • Replace luxon with native code 1b5648f
  • Replace moment with luxon 5725419
  • Fix broken version 02d303c
  • Merge branch 'master' of github.com:DannyFeliz/vue-timed-content 8b04be3
  • Bump version 40b0821
  • Add badge ae2a21b
  • Fix typo fd7a3e0
  • Add description 1d8d482
  • Add event documentation - closes #9 d2e419e
  • Merge pull request #10 from vyzaldysanchez/feature/avoid-events-spam e95f580
  • Triggers events in correct cases to avoid spamming f5f4ab5
  • Merge pull request #6 from vyzaldysanchez/feature/to-from-validation 4ee1dda
  • Validates the to/from dates using computed properties 402502f
  • Merge pull request #7 from vyzaldysanchez/feature/dates-countdown 04ddf87
  • Verifies every second if the current date is in range ce1c28b
  • Merge pull request #4 from DannyFeliz/dependabot/npm_and_yarn/@vue/cli-plugin-babel-3.5.5 51225a4
  • Bump @vue/cli-plugin-babel from 3.5.4 to 3.5.5 6c1304a
  • Add usage example 600cedb
  • Merge pull request #3 from DannyFeliz/patch-1 b08acba
  • Add props documentation 422be2f
  • Add bump dependency 10ce54f
  • Add demo a39fe1d
  • Add package info 8d1751c
  • Add commands af38897
  • Fix core-js dependency 84afd5a
  • Update dependencies f555713
  • Add moment dependency 664c5dc
  • Remove locale 513cd24
  • Initial commit b2dc493

3cc23f4...v1.0.0