@homebound/beam 2.410.0 → 2.411.0-alpha.1
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 +4 -0
- package/dist/index.cjs +1881 -1370
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +76 -36
- package/dist/index.d.ts +76 -36
- package/dist/index.js +1854 -1344
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -66,3 +66,7 @@ Our proposal for solving this tension is to adopt a radically different model th
|
|
|
66
66
|
"Adopters" of Beam should of course contribute back bug fixes and feature improvements; but they should also feel free (and encouraged) to run their own company-specific forks, and "customize by changing the source".
|
|
67
67
|
|
|
68
68
|
In this way, Beam should be seen as a place to "copy & paste" start from, rather than a project that will have 1,000s of npm downloads, and 100s of companies all collaborating on getting this _one_ `TextField` implementation to behave in the 101 different ways that they each want.
|
|
69
|
+
|
|
70
|
+
## Alpha release
|
|
71
|
+
|
|
72
|
+
Beam does support [semantic releases](https://semantic-release.gitbook.io/semantic-release/recipes/release-workflow/pre-releases). Homebound most common use case is pushing to the `alpha` branch.
|