@stackone/hub 0.12.7 → 0.12.8
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 +8 -15
- package/dist/index.esm.js +1 -1
- package/dist/index.js +1 -1
- package/dist/webcomponent.js +1 -1
- package/dist/webcomponent.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# StackOne HUB
|
|
2
2
|
|
|
3
|
-
>
|
|
4
|
-
> This project is currently in **
|
|
3
|
+
> 👉 **BETA SOFTWARE**
|
|
4
|
+
> This project is currently in **beta stage**. It is evolving quickly, and new versions may include breaking changes.
|
|
5
5
|
|
|
6
6
|

|
|
7
|
-

|
|
8
8
|

|
|
9
9
|
|
|
10
10
|
StackOne HUB is a React-based integration component library that provides a web component wrapper for seamless integration into any web application. It enables developers to easily embed StackOne's integrations hub.
|
|
@@ -13,7 +13,7 @@ StackOne HUB is a React-based integration component library that provides a web
|
|
|
13
13
|
|
|
14
14
|
- [StackOne HUB](#stackone-hub)
|
|
15
15
|
- [📋 Table of Contents](#-table-of-contents)
|
|
16
|
-
- [⚠️
|
|
16
|
+
- [⚠️ Beta Notice](#️-beta-notice)
|
|
17
17
|
- [🚀 Quick Start](#-quick-start)
|
|
18
18
|
- [📦 Installation](#-installation)
|
|
19
19
|
- [Prerequisites](#prerequisites)
|
|
@@ -34,15 +34,13 @@ StackOne HUB is a React-based integration component library that provides a web
|
|
|
34
34
|
- [Getting Started](#getting-started)
|
|
35
35
|
- [📄 License](#-license)
|
|
36
36
|
|
|
37
|
-
## ⚠️
|
|
37
|
+
## ⚠️ Beta Notice
|
|
38
38
|
|
|
39
|
-
**This software is in active development and should be considered
|
|
39
|
+
**This software is in active development and should be considered beta quality.**
|
|
40
40
|
|
|
41
41
|
- 🚧 **Breaking changes** may occur in any release
|
|
42
|
-
-
|
|
43
|
-
- 📚 **Documentation** may be outdated or incomplete
|
|
42
|
+
- 📚 **Documentation** is updated regularly
|
|
44
43
|
- 🔄 **APIs are subject to change** without prior notice
|
|
45
|
-
- ❌ **Not recommended for production use**
|
|
46
44
|
|
|
47
45
|
Please report issues and provide feedback to help us improve!
|
|
48
46
|
|
|
@@ -200,7 +198,7 @@ DASHBOARD_URL=https://dashboard.stackone.com
|
|
|
200
198
|
|
|
201
199
|
## 🤝 Contributing
|
|
202
200
|
|
|
203
|
-
Since this project is in
|
|
201
|
+
Since this project is in beta, we welcome contributions and feedback! However, please keep in mind:
|
|
204
202
|
|
|
205
203
|
- 🔄 **Frequent changes**: The codebase may change rapidly
|
|
206
204
|
- 📋 **No formal process yet**: Contribution guidelines are still being established
|
|
@@ -218,8 +216,3 @@ Since this project is in alpha, we welcome contributions and feedback! However,
|
|
|
218
216
|
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
|
|
219
217
|
|
|
220
218
|
---
|
|
221
|
-
|
|
222
|
-
<div align="center">
|
|
223
|
-
<p><strong>⚠️ Remember: This is alpha software - use at your own risk! ⚠️</strong></p>
|
|
224
|
-
<p>For questions or support, please open an issue on GitHub.</p>
|
|
225
|
-
</div>
|