You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(release): prepare 1.0.0-beta.3 - MIT license, rewritten readme, version bump
Clear the three release blockers:
- Add MIT LICENSE (with attribution note for Facebook's Yoga, whose
behavior this from-scratch C# implementation models) and switch
PackageLicenseExpression from Unlicense to MIT. The previous
Unlicense expression referenced a LICENSE file that did not exist.
- Rewrite readme against the current Node/Style/CalculateLayout API;
the old readme documented the deleted FlexNode/FlexLayoutEngine API
and ships inside the package. The new usage example is verified to
compile and produce the documented output.
- Bump version 1.0.0-beta.2 -> 1.0.0-beta.3 (beta.2 was published from
the previous, now-replaced implementation).
Verified with dotnet pack: nupkg carries the dll, new readme, and logo
with license expression MIT and version 1.0.0-beta.3. Release steps
tracked in kanban task 140.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
0 commit comments