Skip to content

Commit 0977d90

Browse files
committed
fix input-field
1 parent 61ccbd8 commit 0977d90

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.3.2
2+
- fix input field note class.
3+
- branch v13+
4+
## 2.3.1
5+
- branch v11-v13
6+
- update typescript 2.3.1
7+
- remove TokenMovement
8+
- remove inner dependency to gamepad module.
19
## 2.3.0
210
- add color theme
311
## 2.2.5

module.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"title": "Beaver's System Interface",
33
"description": "An Interface to uniformly access system dependent implementations",
44
"id": "beavers-system-interface",
5-
"version": "2.3.1",
5+
"version": "2.3.2",
66
"authors": [
77
{
88
"name": "angryBeaver",
@@ -94,7 +94,7 @@
9494
]
9595
},
9696
"compatibility": {
97-
"minimum": "10",
97+
"minimum": "13",
9898
"verified": "13"
9999
}
100100
}

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "beavers-system-interface",
33
"title": "Beaver's System Interface",
4-
"version": "2.3.1",
4+
"version": "2.3.2",
55
"description": "Beaver's System Interface",
6-
"#devDir": "c:\\vtts\\v13.342\\Data\\modules",
7-
"devDir": "c:\\vtts\\v12.331\\Data\\modules",
6+
"devDir": "c:\\vtts\\v13.347\\Data\\modules",
7+
"#devDir": "c:\\vtts\\v12.331\\Data\\modules",
88
"#devDir": "c:\\vtts\\v11.315\\Data\\modules",
99
"main": "src/main.js",
1010
"types": "./src/index.d.ts",

templates/beavers-input-field.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@
2828
</div>
2929
{{/if}}
3030
{{#if (and note (not minimized))}}
31-
<p class="notes">{{note}}</p>
31+
<p class="notes hint">{{note}}</p>
3232
{{/if}}
3333
</div>

0 commit comments

Comments
 (0)