Compare commits
No commits in common. "master" and "v0.8.2" have entirely different histories.
6 changed files with 3006 additions and 23 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
@ -1,16 +1,11 @@
|
||||||
|
node_modules
|
||||||
|
coverage
|
||||||
.cache
|
.cache
|
||||||
.DS_Store
|
.DS_Store
|
||||||
.idea
|
.idea
|
||||||
.vscode
|
.vscode
|
||||||
|
|
||||||
coverage
|
|
||||||
dist/
|
|
||||||
node_modules
|
|
||||||
|
|
||||||
*.sublime-project
|
*.sublime-project
|
||||||
*.sublime-workspace
|
*.sublime-workspace
|
||||||
*.dev.tale.vue
|
*.dev.tale.vue
|
||||||
*.dev.stories.js
|
*.dev.stories.js
|
||||||
|
storybook-static
|
||||||
storybook-static
|
|
||||||
.npmrc
|
|
|
@ -2,13 +2,6 @@
|
||||||
|
|
||||||
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
||||||
|
|
||||||
### [0.8.3](https://github.com/retailcrm/vue-formulario/compare/v0.8.2...v0.8.3) (2024-12-06)
|
|
||||||
|
|
||||||
|
|
||||||
### Features
|
|
||||||
|
|
||||||
* Updated package.json manifest ([cbe80e3](https://github.com/retailcrm/vue-formulario/commit/cbe80e3de498732af8db34f0846cc92d977d9420))
|
|
||||||
|
|
||||||
### [0.8.2](https://github.com/retailcrm/vue-formulario/compare/v0.8.1...v0.8.2) (2023-12-28)
|
### [0.8.2](https://github.com/retailcrm/vue-formulario/compare/v0.8.1...v0.8.2) (2023-12-28)
|
||||||
|
|
||||||
|
|
||||||
|
|
1485
dist/formulario.esm.js
vendored
Normal file
1485
dist/formulario.esm.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
20
dist/formulario.min.js
vendored
Normal file
20
dist/formulario.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1497
dist/formulario.umd.js
vendored
Normal file
1497
dist/formulario.umd.js
vendored
Normal file
File diff suppressed because it is too large
Load diff
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@retailcrm/vue-formulario",
|
"name": "@retailcrm/vue-formulario",
|
||||||
"version": "0.8.3",
|
"version": "0.8.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
"author": "RetailDriverLLC <integration@retailcrm.ru>",
|
||||||
"main": "dist/formulario.umd.js",
|
"main": "dist/formulario.umd.js",
|
||||||
|
@ -10,13 +10,6 @@
|
||||||
},
|
},
|
||||||
"unpkg": "dist/formulario.min.js",
|
"unpkg": "dist/formulario.min.js",
|
||||||
"web-types": "web-types.json",
|
"web-types": "web-types.json",
|
||||||
"files": [
|
|
||||||
"dist",
|
|
||||||
"types",
|
|
||||||
"CHANGELOG.md",
|
|
||||||
"LICENSE.txt",
|
|
||||||
"README.md"
|
|
||||||
],
|
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"is-url": "^1.2.4",
|
"is-url": "^1.2.4",
|
||||||
"vue-class-component": "^7.2.3",
|
"vue-class-component": "^7.2.3",
|
||||||
|
|
Loading…
Add table
Reference in a new issue