Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...
nmn opened a pull request on facebook/stylex
docs: Add theming recipes
## What changed / motivation ? Adds three more recipes all related to theming. ### 1. Reset Themes Explains how using `stylex.createTheme(vars, {})` creates a theme that resets variables t...nmn created a branch on facebook/stylex
docs/reset-theme-recipe - StyleX is the styling system for ambitious user interfaces.
nmn created a comment on an issue on facebook/stylex
This is indeed intentional and the last applied theme wins. Further, there is no reliable way to make arbitrary themes merge when applied without running into conflicts. (Since themes are className...
nmn created a comment on an issue on facebook/stylex
@necolas I saw that! From what I understand that handles the `view-transition-name` part of the equation, but adding custom styles for view transitions is not part of that API. This is to make that...
nmn created a tag on facebook/stylex
0.10.1 - StyleX is the styling system for ambitious user interfaces.
nmn pushed 1 commit to main facebook/stylex
- release: v0.10.1 (#868) * release: v0.10.1 * docs: v0.10.1 release notes f33fb78
nmn closed a pull request on facebook/stylex
release: v0.10.1
## What changed / motivation ? Patch release with recent fixes.yasuhiro-yamamoto created a review comment on a pull request on facebook/stylex
I misunderstood the usage of `/` in `border-radius`. I will review the specification and correct the code accordingly.
necolas created a comment on an issue on facebook/stylex
FYI React is adding a ViewTransition API https://github.com/facebook/react/pull/31975
github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...
nmn opened a pull request on facebook/stylex
release: v0.10.1
## What changed / motivation ? Patch release with recent fixes.nmn created a branch on facebook/stylex
release/v0.10.1 - StyleX is the styling system for ambitious user interfaces.
github-actions[bot] created a comment on a pull request on facebook/stylex
<!-- workflow-benchmarks-size-data --> ### workflow: benchmarks/size Comparison of minified (terser) and compressed (brotli) size results, measured in bytes. Smaller is better. > @stylexjs/scripts...
nmn opened a pull request on facebook/stylex
feat: exported return types of 'stylex.types.*' fns
## What changed / motivation ? Fixes #857 New types are exported such as `stylex.Color` and `stylex.Length`. These are the return types of the `stylex.types.*` function. So, for example, ...nmn created a branch on facebook/stylex
feat/export-type-types - StyleX is the styling system for ambitious user interfaces.