@globalbrain/sefirot
Advanced tools
Comparing version 0.45.0 to 0.46.0
@@ -0,1 +1,13 @@ | ||
# [0.46.0](https://github.com/globalbrain/sefirot/compare/v0.45.0...v0.46.0) (2021-03-26) | ||
### Bug Fixes | ||
* **input-date:** add missing placeholer props to SInputDate ([#49](https://github.com/globalbrain/sefirot/issues/49)) ([29a88d4](https://github.com/globalbrain/sefirot/commit/29a88d4db56f2c3b27cf31281483a58fb0f850de)) | ||
* **input-date:** weird bottom space on when size is set to mini ([#50](https://github.com/globalbrain/sefirot/issues/50)) ([ea10130](https://github.com/globalbrain/sefirot/commit/ea1013054b197de51f1b88cb593d0761352c5757)) | ||
### Features | ||
* **input-number:** add 'step' props ([#51](https://github.com/globalbrain/sefirot/issues/51)) ([a7ffeca](https://github.com/globalbrain/sefirot/commit/a7ffeca3b48ceb6de27b48afd732a5dad32dafcb)) | ||
* **validation:** implement includeSome ([#53](https://github.com/globalbrain/sefirot/issues/53)) ([0699104](https://github.com/globalbrain/sefirot/commit/06991042f9086f203d4e2cb0ecfc728ffaad73d5)) | ||
# [0.45.0](https://github.com/globalbrain/sefirot/compare/v0.44.0...v0.45.0) (2021-03-16) | ||
@@ -2,0 +14,0 @@ |
@@ -5,2 +5,3 @@ import { isString } from '../../support/Util' | ||
import include from './include' | ||
import includeSome from './includeSome' | ||
import maxLength from './maxLength' | ||
@@ -36,2 +37,3 @@ import maxValue from './maxValue' | ||
include, | ||
includeSome, | ||
maxLength, | ||
@@ -38,0 +40,0 @@ maxValue, |
import day from './day' | ||
import email from './email' | ||
import include from './include' | ||
import includeSome from './includeSome' | ||
import maxLength from './maxLength' | ||
@@ -17,2 +18,3 @@ import maxValue from './maxValue' | ||
include, | ||
includeSome, | ||
maxLength, | ||
@@ -19,0 +21,0 @@ maxValue, |
{ | ||
"name": "@globalbrain/sefirot", | ||
"version": "0.45.0", | ||
"version": "0.46.0", | ||
"description": "Vue Components for Global Brain Design System.", | ||
@@ -15,2 +15,3 @@ "files": [ | ||
"lint:fail": "eslint --ignore-path .gitignore './{lib,docs,test}/**/*.{ts,vue}'", | ||
"jest": "jest", | ||
"test": "yarn lint && yarn coverage", | ||
@@ -39,7 +40,7 @@ "coverage": "jest --collect-coverage", | ||
"@juggle/resize-observer": "^3.3.0", | ||
"@nuxt/types": "^2.15.2", | ||
"@nuxt/typescript-build": "^2.0.6", | ||
"@nuxtjs/composition-api": "^0.20.2", | ||
"@nuxt/types": "^2.15.3", | ||
"@nuxt/typescript-build": "^2.1.0", | ||
"@nuxtjs/composition-api": "^0.22.4", | ||
"@nuxtjs/dotenv": "^1.4.1", | ||
"@nuxtjs/eslint-config-typescript": "^5.0.0", | ||
"@nuxtjs/eslint-config-typescript": "^6.0.0", | ||
"@nuxtjs/google-analytics": "^2.4.0", | ||
@@ -49,7 +50,7 @@ "@nuxtjs/markdownit": "^1.2.10", | ||
"@types/escape-html": "^1.0.0", | ||
"@types/jest": "^26.0.20", | ||
"@types/jest": "^26.0.21", | ||
"@types/lodash-es": "^4.17.4", | ||
"@types/markdown-it": "^12.0.1", | ||
"@types/prismjs": "^1.16.3", | ||
"@vue/composition-api": "^1.0.0-rc.2", | ||
"@types/prismjs": "^1.16.4", | ||
"@vue/composition-api": "^1.0.0-rc.5", | ||
"@vue/test-utils": "^1.1.3", | ||
@@ -62,3 +63,3 @@ "babel-core": "^7.0.0-bridge.0", | ||
"escape-html": "^1.0.3", | ||
"eslint": "^7.20.0", | ||
"eslint": "^7.22.0", | ||
"fuse.js": "^6.4.6", | ||
@@ -70,3 +71,3 @@ "jest": "^26.6.3", | ||
"normalize.css": "^8.0.1", | ||
"nuxt": "^2.15.2", | ||
"nuxt": "^2.15.3", | ||
"portal-vue": "^2.1.7", | ||
@@ -78,6 +79,6 @@ "postcss-custom-properties": "^10.0.0", | ||
"simplebar-vue": "^1.6.0", | ||
"ts-jest": "^26.5.2", | ||
"ts-loader": "^8.0.17", | ||
"ts-jest": "^26.5.4", | ||
"ts-loader": "^8.0.18", | ||
"typescript": "^4.2.2", | ||
"v-calendar": "^2.2.3", | ||
"v-calendar": "^2.3.0", | ||
"vue": "^2.6.12", | ||
@@ -84,0 +85,0 @@ "vue-jest": "^3.0.7", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
277581
193
1769