cozy-bar 7.18.0 → 7.19.0
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.
- package/README.md +16 -0
- package/dist/cozy-bar.js +1 -1
- package/dist/cozy-bar.min.js +1 -1
- package/dist/cozy-bar.mobile.js +1 -1
- package/dist/cozy-bar.mobile.min.js +1 -1
- package/package.json +3 -2
package/README.md
CHANGED
|
@@ -124,6 +124,22 @@ setTheme('default')
|
|
|
124
124
|
setTheme('primary')
|
|
125
125
|
```
|
|
126
126
|
|
|
127
|
+
Development mode
|
|
128
|
+
----------
|
|
129
|
+
|
|
130
|
+
In order to add new features to the cozy-bar v7 while working on another cozy-app:
|
|
131
|
+
|
|
132
|
+
* Please ensure your app has the latest v7-stable `cozy-bar` version
|
|
133
|
+
|
|
134
|
+
* Please ensure your app has at least the 6.3.4 `cozy-scripts` version
|
|
135
|
+
|
|
136
|
+
* Then, follow these steps:
|
|
137
|
+
|
|
138
|
+
`$ yarn link` // in cozy-bar
|
|
139
|
+
`$ rlink cozy-bar` // in the cozy-app
|
|
140
|
+
`$ yarn start` // in cozy-bar
|
|
141
|
+
`$ yarn start` // in the cozy-app
|
|
142
|
+
|
|
127
143
|
Contribute
|
|
128
144
|
----------
|
|
129
145
|
|
package/dist/cozy-bar.js
CHANGED
|
@@ -123854,7 +123854,7 @@ var setBarCenter = proxiedAPI.setBarCenter,
|
|
|
123854
123854
|
BarSearch = proxiedAPI.BarSearch,
|
|
123855
123855
|
setTheme = proxiedAPI.setTheme,
|
|
123856
123856
|
setWebviewContext = proxiedAPI.setWebviewContext;
|
|
123857
|
-
var version = "7.
|
|
123857
|
+
var version = "7.19.0";
|
|
123858
123858
|
|
|
123859
123859
|
|
|
123860
123860
|
/***/ }),
|