UNPKG

@amaury-tobias/v-avatar

Version:

Componente de avatar basado en Vue.js

104 lines (73 loc) 2.2 kB
# v2.0.0 - `Bring` - **[NEW]** Functional component, to reduce bundle size - **[NEW]** .d.ts file to tipe module - **[UPDATE]** npm dependencies - **[UPDATE]** Documentation - **[UPDATE]** Unit tests -**BREAKING**- **[REMOVED]** emit events are removed # v1.0.5 - **[UPDATE]** npm dependencies update - **[NEW]** Vuepress Documentation # v1.0.4 - **[UPDATE]** npm prepublish to prepare - **[FIX]** npm run serve now works correct - **[ADD]** App.vue main.js to use in development - **[UPDATE]** BADGES on README # v1.0.3 - **[UPDATE]** dependency update - **[ADD]** nodejs.yml github activities to test an publish # v1.0.2 - **[UPDATE]** dependency update - **[ADD]** package-lock.json # v1.0.1 - **[UPDATE]** dependency update # v1.0.0 - `Aurora` - **[FIX]** Propiedad "src" para obtener imagen. - **[FIX]** Tests completos. - **[FIX]** Rollup file linting. --- - **[REPLACE]** Valor rounded default = false. - **[REPLACE]** background-image en css para remplazar a la regla background. - **[REPLACE]** Propiedad "username" con valor default vacio. --- - **[ADD]** Página demo y documentación ## v0.1.0 - **[FIX]** Computed properties `background()`, `fontColor()` return. - **[FIX]** repository.url en `package.json` --- - **[ADD]** Archivos - .npmignore - .prettierrc - .eslintrc.js global - .eslintrc.js en `tests/unit` - CHANGELOG - babel.config.js - v-avatar.spec.js - **[ADD]** Dependencias - todas - "@vue/cli-plugin-babel" - "@vue/cli-plugin-eslint" - "@vue/cli-plugin-unit-mocha" - "@vue/cli-service" - "@vue/eslint-config-prettier" - "@vue/test-utils" - "babel-eslint" - "chai" - "eslint" - "eslint-plugin-vue" - **[ADD]** Agregado test con mocha y chai `npm run test` - **[ADD]** Agregado lint eslint y prettier `npm run lint` - **[ADD]** homepage en `package.json` - **[ADD]** comandos npm run `serve lint test` - **[ADD]** keywords en `package.json` --- - **[TODO]** Terminar test de componente - **[TODO]** Terminar página demo y documentación ### v0.0.4 ### v0.0.3 - **[INIT]** Implementacion inicial del componente #### v0.0.2 - Linting corrections #### v0.0.1 - **[INIT]** Creación del modulo npm.