Skip to content

v1.0.6 #50

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Feb 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 16 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Change Log
All notable changes to the "vuetify-inline-fields" plugin will be documented in this file.

## v1.0.6
2024-02-26
[main] (@webdevnerdstuff)
* Fix external rollup config
* Update packages

## v1.0.5
01-11-2024
2024-01-11
[main] (@webdevnerdstuff)
* Fix reactivity issues
* Fix typescript issues
Expand All @@ -11,54 +17,54 @@ All notable changes to the "vuetify-inline-fields" plugin will be documented in
* Update packages

## v1.0.4
12-18-2023
2023-12-18
[main] (@webdevnerdstuff)
* Add vitest
* Fix typescript issues
* Reorganizing

## v1.0.3
12-06-2023
2023-12-06
[main] (@webdevnerdstuff)
* Remove console.log from SaveFieldButtons component
* Updated terser to remove console.log from build in case I forget to remove it in the future

## v1.0.2
12-06-2023
2023-12-06
[main] (@webdevnerdstuff)
* Improve/Fix TypeScript support
* Add createVInlineFields for global registration and global options

## v1.0.1
12-05-2023
2023-12-05
[main] (@webdevnerdstuff)
* Fix `VInlineSelect` modelValue getting set when no value, causing @update:modelValue to trigger

## v1.0.0
12-01-2023
2023-12-01
[main] (@webdevnerdstuff)
Official Release

## v1.0.0-beta-2
11-09-2023
2023-11-09
[main] (@webdevnerdstuff)
* Update lab components to regular components due to Vuetify official releases
* Update packages
* Update Vuetify to v^3.4.0
* Update docs

## v1.0.0-beta-1.12
10-30-2023
2023-10-30
[main] (@webdevnerdstuff)
* Fix VTextField missing some props

## v1.0.0-beta-1.11
10-30-2023
2023-10-30
[main] (@webdevnerdstuff)
* Fix vite config build after changing package name

## v1.0.0-beta-1.10
10-30-2023
2023-10-30
[main] (@webdevnerdstuff)
* Fix disabled prop to be reactive
* Change npm package name to `@wdns/vuetify-inline-fields`
1 change: 1 addition & 0 deletions dist/plugin/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { App } from 'vue';
import './styles/main.scss';
import type { SharedProps } from './types';
import * as VInlineFields from './components/index';
export declare const globalOptions: unique symbol;
Expand Down
7 changes: 3 additions & 4 deletions dist/vuetify-inline-fields.cjs.js

Large diffs are not rendered by default.

4,204 changes: 495 additions & 3,709 deletions dist/vuetify-inline-fields.es.js

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wdns/vuetify-inline-fields",
"version": "1.0.5",
"version": "1.0.6",
"description": "Vuetify Inline Fields Component Library offers a comprehensive collection of reusable UI components to create elegant and efficient inline form fields within your applications.",
"private": false,
"publishConfig": {
Expand Down Expand Up @@ -73,69 +73,69 @@
"wdns"
],
"dependencies": {
"@vueuse/core": "^10.7.1",
"vue": "^3.4.8",
"vuetify": "^3.4.10"
"@vueuse/core": "^10.8.0",
"vue": "^3.4.20",
"vuetify": "^3.5.6"
},
"devDependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-brands-svg-icons": "^6.5.1",
"@fortawesome/free-regular-svg-icons": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/vue-fontawesome": "^3.0.5",
"@fortawesome/vue-fontawesome": "^3.0.6",
"@mdi/font": "^7.4.47",
"@rollup/plugin-commonjs": "^25.0.7",
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-terser": "^0.4.4",
"@stylistic/stylelint-plugin": "^2.0.0",
"@types/node": "^20.10.8",
"@typescript-eslint/eslint-plugin": "^6.18.1",
"@typescript-eslint/parser": "^6.18.1",
"@vitejs/plugin-vue": "^5.0.3",
"@stylistic/stylelint-plugin": "^2.1.0",
"@types/node": "^20.11.20",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@vitejs/plugin-vue": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.8",
"@vue/cli-service": "^5.0.8",
"@vue/eslint-config-typescript": "^12.0.0",
"@vue/test-utils": "^2.4.3",
"@vue/test-utils": "^2.4.4",
"@wdns/vue-code-block": "^2.3.1",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-vue": "^9.20.0",
"eslint-plugin-vue": "^9.22.0",
"gh-pages": "^6.1.1",
"husky": "^8.0.3",
"jsdom": "^23.2.0",
"lint-staged": "^15.2.0",
"husky": "^9.0.11",
"jsdom": "^24.0.0",
"lint-staged": "^15.2.2",
"miragejs": "^0.1.48",
"pinia": "^2.1.7",
"postcss": "^8.4.33",
"postcss-html": "^1.5.0",
"postcss": "^8.4.35",
"postcss-html": "^1.6.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.1.1",
"prettier": "^3.2.5",
"prismjs": "^1.29.0",
"roboto-fontface": "^0.10.0",
"rollup": "^4.9.4",
"rollup": "^4.12.0",
"rollup-plugin-polyfill-node": "^0.13.0",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-scss": "^4.0.0",
"rollup-plugin-typescript2": "^0.36.0",
"sass": "^1.69.7",
"stylelint": "^16.1.0",
"sass": "^1.71.1",
"stylelint": "^16.2.1",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-scss": "^6.0.0",
"stylelint-scss": "^6.1.0",
"typescript": "^5.3.3",
"unplugin-auto-import": "^0.17.3",
"vite": "^5.0.11",
"unplugin-auto-import": "^0.17.5",
"vite": "^5.1.4",
"vite-plugin-babel": "^1.2.0",
"vite-plugin-css-injected-by-js": "^3.3.1",
"vite-plugin-dts": "^3.7.0",
"vite-plugin-css-injected-by-js": "^3.4.0",
"vite-plugin-dts": "^3.7.3",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-static-copy": "^1.0.0",
"vite-plugin-static-copy": "^1.0.1",
"vite-plugin-stylelint": "^5.3.1",
"vite-plugin-vuetify": "^2.0.1",
"vitest": "^1.1.3",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27",
"webfontloader": "^1.6.28"
}
Expand Down
Loading