Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
layershifter pushed 1 commit to master microsoft/fluentui
- Improvement/33473 react toast styling (#33550) 52572e1
layershifter closed an issue on microsoft/fluentui
[Feature]: react-toast: Access to intent property in Toast component
### Area React Components (@fluentui/react-components) ### Describe the feature that you would like added Support **intent** property in [**ToastState**](https://github.com/microsoft/fluentui/bl...layershifter closed a pull request on microsoft/fluentui
Improvement/33473 react toast styling
<!-- Thank you for submitting a pull request! Please verify that: * [ ] Code is up-to-date with the `master` branch * [ ] Your changes are covered by tests (if possible) * [ ] You've run `ya...layershifter pushed 1 commit to main microsoft/griffel
- chore(deps-dev): bump next from 14.2.15 to 14.2.21 (#635) Bumps [next](https://github.com/vercel/next.js) from 14.2.... 45a51a8
layershifter closed a pull request on microsoft/griffel
chore(deps-dev): bump next from 14.2.15 to 14.2.21
Bumps [next](https://github.com/vercel/next.js) from 14.2.15 to 14.2.21. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/vercel/next.js/releases">next's r...layershifter created a review comment on a pull request on microsoft/fluentui
```suggestion intent?: ToastIntent | undefined; ``` Otherwise it will be a breaking change
layershifter opened a draft pull request on Anber/wyw-in-js
chore: port collect_meta()
- **chore: port wyw-shaker** - **feat(wyw_shaker): improve ModuleSource enum to handle broken resolutions** - **chore: port collect_meta** - **chore: port wyw-shaker** - **chore: port wyw-shaker** ...layershifter created a comment on an issue on Anber/wyw-in-js
> But maybe array is also a good idea, because then you can only allow specific modules to be transformed – I mean performance-wise it's better, no? @efoken my idea is that once we exclude a con...
layershifter created a comment on an issue on Anber/wyw-in-js
@efoken good point, I see. We need to allow transforming of `node_modules` for sure (I have the same requirement for Fluent UI) 👍 So, I would start with `transformLibraries: boolean` and levera...
layershifter created a comment on a pull request on microsoft/fluentui
@Hotell sure: ```sh nx run react-northstar:test --skip-nx-cache ``` - With `workerIdleMemoryLimit` (this PR): 104.748 s / 101.12 s / 102.259 - Without `workerIdleMemoryLimit`: 67.07 s / ...
layershifter pushed 1 commit to main microsoft/griffel
- fix(extension): include `index.html` in publish (#633) 9282f82
layershifter closed a pull request on microsoft/griffel
fix(extension): include `index.html` in publish
_If Nx upgrade broke nothing, you simply don't know what it broke._ Updates configs to include `index.html` into artifacts & excludes runtime chunk.layershifter created a branch on layershifter/griffel
fix/extension-config - CSS-in-JS with ahead-of-time compilation ⚡️