@andersonalmeidax0/webcomponents 0.1.47 → 0.1.48

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -45,7 +45,7 @@ class XFormEdit extends React.Component {
45
45
  }
46
46
 
47
47
  return text[0].toUpperCase() + text.substring(1);
48
- }
48
+ }
49
49
 
50
50
  render() {
51
51
  if (!this.props.metadata.fields)
@@ -103,7 +103,9 @@ function nfmtM(n) {
103
103
  if (typeof text !== 'string' || text.length === 0) {
104
104
  return text;
105
105
  }
106
- }
106
+
107
+ return text[0].toUpperCase() + text.substring(1);
108
+ }
107
109
 
108
110
  render () {
109
111
  return (
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andersonalmeidax0/webcomponents",
3
- "version": "0.1.47",
3
+ "version": "0.1.48",
4
4
  "description": "webcomponents",
5
5
  "main": "webcomponents",
6
6
  "scripts": {
package/releasenotes.txt CHANGED
@@ -22,6 +22,7 @@ WebComponents
22
22
  0.1.40: searchComp & searchAdapter
23
23
  0.1.45: search, errors, onKey13, validate
24
24
  0.1.47: capitalize, tableembpty, label com ":", select align, bug date
25
+ 0.1.48: bug
25
26
 
26
27
  npm login
27
28
  npm publish --access public