solid-baseui 0.1.0-alpha.3 → 0.1.0-alpha.4
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/CHANGELOG.md +10 -0
- package/README.md +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.1.0-alpha.4
|
|
4
|
+
|
|
5
|
+
### Distribution
|
|
6
|
+
|
|
7
|
+
- Publish the current WIP release under npm's `latest` tag so the default
|
|
8
|
+
`solid-baseui` installation resolves to alpha.4.
|
|
9
|
+
- Update the README installation command and release status accordingly.
|
|
10
|
+
|
|
11
|
+
No runtime, API, or dependency changes from alpha.3.
|
|
12
|
+
|
|
3
13
|
## 0.1.0-alpha.3
|
|
4
14
|
|
|
5
15
|
### Documentation
|
package/README.md
CHANGED
|
@@ -11,10 +11,10 @@ maintained by MUI or the Base UI team, nor by the SolidJS core team.
|
|
|
11
11
|
|
|
12
12
|
## Install
|
|
13
13
|
|
|
14
|
-
Install the current
|
|
14
|
+
Install the current release:
|
|
15
15
|
|
|
16
16
|
```bash
|
|
17
|
-
bun add solid-baseui
|
|
17
|
+
bun add solid-baseui
|
|
18
18
|
```
|
|
19
19
|
|
|
20
20
|
Peer dependencies:
|
|
@@ -165,7 +165,7 @@ See [CHANGELOG.md](./CHANGELOG.md) for this alpha's changes.
|
|
|
165
165
|
|
|
166
166
|
| Area | Status |
|
|
167
167
|
| --- | --- |
|
|
168
|
-
| Current release | `0.1.0-alpha.
|
|
168
|
+
| Current release | `0.1.0-alpha.4`, available from `solid-baseui` |
|
|
169
169
|
| Components | All 38 component families implemented and exported |
|
|
170
170
|
| Framework | Native Solid 2, using the RC.6 runtime and compiler |
|
|
171
171
|
| Verification | Typecheck, lint, unit, SSR, hydration, and Chromium/Firefox/WebKit suites passing |
|