Skip to content

Releases: johnnymillergh/vuetify-typescript-playground

v1.4.0

07 Jan 05:41
Compare
Choose a tag to compare

1.4.0 (2020-01-07)

Performance Improvements

  • $Axios: avoid sending same request at the same time (c7eb3b7)

v1.3.1

03 Jan 07:55
Compare
Choose a tag to compare

1.3.1 (2020-01-03)

Features

  • $App: use YouTube-like layout (dd61af0)
  • $Demo: change ripple effect (2a221d5)
  • $Icon: add dependency @mdi/js (2d48f33)
  • $Toast: new Vue plugin Vuetify Toast (faf96f0)
  • $Validation: add field validation (9170df2)

Performance Improvements

  • $ClassValidator: integrate Class Validator (7a44a3f)
  • $ESLint: update ESLint rule yoda (1473f79)
  • $package.json: add dependencies axios, class-validator, mock.js (9f98264)
  • $package.json: integrate axios-mock-adapter (f890d6f)
  • $package.json: upgrade dependencies: vuetify@2.2.1, @typescript-eslint/eslint-plugin@2.14.0, @typescript-eslint/parser@2.14.0, @vue/cli-plugin-babel@4.1.2, @vue/cli-plugin-eslint@4.1.2, @vue/cli-plugin-router@4.1.2, @vue/cli-plugin-typescript@4.1.2, @vue/cli-plugin-unit-jest@4.1.2, @vue/cli-plugin-vuex@4.1.2, @vue/cli-service@4.1.2, eslint-plugin-vue@6.1.2, vue-cli-plugin-vuetify@2.0.3 (4122050)

BREAKING CHANGES

  • $Icon: support @mdi/js
  • $App: use YouTube-like layout

v1.3.0

31 Dec 08:15
Compare
Choose a tag to compare

1.3.0 (2019-12-31)

Features

  • $favicon: update favicon (4b2b966)

Performance Improvements

  • $NGINX: support persistence NGINX log (59092d0)

BREAKING CHANGES

  • $favicon: Brand new favicon.
  • $NGINX: Support persistence NGINX log, storage NGINX log on
    local machine.

v1.2.0

31 Dec 01:10
Compare
Choose a tag to compare

1.2.0 (2019-12-31)

Features

  • $Debounce: add Debounced Click directive (91d7964)
  • $Demo: add ripple effect (484ef04)
  • $i18n: internationalization i18n support (f2c0c8e)

Performance Improvements

  • $Theme: abstract codes of color scheme (098378e)

BREAKING CHANGES

  • $i18n: internationalization i18n support.
  • $Debounce: debounced click support.

v1.1.0

30 Dec 09:30
Compare
Choose a tag to compare

1.1.0 (2019-12-30)

Features

  • $Directive: add customized directive Throttled Click (fdd17cf)
  • $Theme: adaptive color scheme support (7da3520)
  • $Theme: add self-adaptive color scheme (ffe12e6)

Performance Improvements

  • $ESLint: add new rule for ESLint (abcb400)
  • $package.json: add dependencies (0fb370e)

BREAKING CHANGES

  • $Theme: adaptive color scheme support.
  • $Theme: self-adaptive color scheme acording user's computer
    setting (dark or light)
  • $Directive: Throttled Click is a customized directive which can prevent user mouse input from triggering for several times in specific
    duration.

v1.0.0

30 Dec 02:13
Compare
Choose a tag to compare

1.0.0 (2019-12-30)

Features

  • $App: add AppUtil for getting package.json information (566e956)

BREAKING CHANGES

  • $App: add AppUtil for getting package.json information

v0.1.2

30 Dec 00:22
Compare
Choose a tag to compare

0.1.2 (2019-12-30)

Documentation

  • $README: update README.md (1af96fb)

BREAKING CHANGES

  • $README: update README.md

v0.1.1

30 Dec 00:23
Compare
Choose a tag to compare

0.1.1 (2019-12-27)

Bug Fixes

  • $Travis: correct NPM command (c20c7d2)
  • $VueConfig: fix ESLint problem (02b2281)

Features

  • $Demo: create Vuetify demo page (80afc80)
  • $Docker: integrate Docker (24e43db)
  • $RouterView: add router changing animation (340f912)

Performance Improvements

  • $package.json: update dependencies (453198f)

v0.1.0

30 Dec 00:23
Compare
Choose a tag to compare

0.1.0 (2019-12-27)

Bug Fixes

  • $Travis: correct command (480b1db)
  • $Travis: remove command (1c542cf)

Features

  • $ESLint: add more ESLint for HTML (733f4f5)
  • $ESLint: improve ESLint rules (5aba6a4)
  • $HelloWorld: use prop to pass data (2f989e5)
  • $Vuetify: integrate Vuetify (ba1ee28)

BREAKING CHANGES

  • $Vuetify: Vuetify integration