Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit df11986

Browse files
authored
Create pre-release of version 2.1.0-alpha.15 (#657)
Changelog: - Let Lookup attributes fall through to <input> - Fix Lookup navigation on arrow down
1 parent 71c8514 commit df11986

File tree

8 files changed

+15
-10
lines changed

8 files changed

+15
-10
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,18 @@ development)_
2121
see the vue-components README
2222
- New Typography Mixins
2323
- TextInput now accepts additional attributes
24+
- Let Lookup attributes fall through to <input>
2425

2526
### Changed
2627

2728
- Dimension-layout tokens are now based on _rem_ instead of _em_
2829
- Add `dir` prop to Icon component
2930
- Fix Dropdown component to not emit an event upon choosing the selected value
3031

32+
### Fixed
33+
34+
- Fix Lookup navigation on arrow down
35+
3136
## [2.0.0] - 19.07.2021
3237

3338
### Added

docs/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@wmde/wikit-docs",
33
"private": true,
4-
"version": "2.1.0-alpha.14",
4+
"version": "2.1.0-alpha.15",
55
"description": "Storybook for illustrating design tokens and components",
66
"keywords": [
77
"wikit",
@@ -25,8 +25,8 @@
2525
"build": "build-storybook -o dist -s src/00-doc/static"
2626
},
2727
"dependencies": {
28-
"@wmde/wikit-tokens": "^2.1.0-alpha.14",
29-
"@wmde/wikit-vue-components": "^2.1.0-alpha.14",
28+
"@wmde/wikit-tokens": "^2.1.0-alpha.15",
29+
"@wmde/wikit-vue-components": "^2.1.0-alpha.15",
3030
"traverse": "^0.6.6"
3131
},
3232
"bugs": {

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"vue-components",
55
"docs"
66
],
7-
"version": "2.1.0-alpha.14"
7+
"version": "2.1.0-alpha.15"
88
}

tokens/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmde/wikit-tokens",
3-
"version": "2.1.0-alpha.14",
3+
"version": "2.1.0-alpha.15",
44
"description": "Design tokens for WiKit in different formats",
55
"author": "The Wikidata team",
66
"homepage": "https://github.com/wmde/wikit/tree/master/tokens#readme",

vue-components/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue-components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wmde/wikit-vue-components",
3-
"version": "2.1.0-alpha.14",
3+
"version": "2.1.0-alpha.15",
44
"description": "The component implementation of WiKit in vue",
55
"author": {
66
"name": "The Wikidata team"
@@ -38,7 +38,7 @@
3838
"types": "dist/main.d.ts",
3939
"dependencies": {
4040
"@vue/composition-api": "^1.0.0-beta.20",
41-
"@wmde/wikit-tokens": "^2.1.0-alpha.14",
41+
"@wmde/wikit-tokens": "^2.1.0-alpha.15",
4242
"core-js": "^3.7.0",
4343
"lodash.debounce": "^4.0.8",
4444
"lodash.isequal": "^4.5.0",

0 commit comments

Comments
 (0)