Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
fkatada pushed 28 commits to develop fkatada/mermaid
- #5574 Adding support for edge ids and animations 9b00f1f
- #5574 Fixed issue linkStyles c153d04
- Typescript fix and updating documentation 323b07a
- Adding changeset ec0d9c3
- Merge pull request #6136 from mermaid-js/5813-edge-bugfix Adding animations to flowchart edges also fixing bug with ... bc2cc61
- #6186 Fixes the flowchaart node metadata syntax bugs 7809b5a
- Merge pull request #6187 from mermaid-js/flowchart-new-syntax-bugs #6186 Fixes the flowchart node metadata syntax bugs 04800ff
- #6186 Fix for flowchart new syntax with link 1d9c2aa
- #6195 Updated lexer to not allow quotes in link ids 9a90d79
- Adding changeset 127bac1
- Spellfix in changeset 7f47678
- edge flickering fix 7ba415d
- updated addSingleLink for multiple outgoing edges to same end node 64237fb
- fix: styles for Sankey, Gantt, and User Journey diagrams c432aec
- Updated styles implementation 7bbebff
- Added changeset 32a68d4
- Minor change. 46c16c9
- Used 'options' instead of 'var(--mermaid-font-family)' ee6fb83
- Merge pull request #6196 from mermaid-js/6195-at-signs-in-labels #6195 at signs in labels 84b03f3
- Merge branch 'develop' into Refactor/fix-styles 28d7ec0
- and 8 more ...
fkatada pushed 875 commits to next fkatada/js-storybook
- React: Fix RSC compatibility with addon-themes 393e935
- (feat) New "experimentalZoneless" flag 4d459c6
- (feat) New "experimentalZoneless" flag edbb000
- Revert "Revert: Nuxt support" b9bf7d3
- (feat) New "experimentalZoneless" flag - Added new option to StandaloneOptions 66182e6
- Merge branch 'next' into anedomansky/feat-angular-support-zoneless 7592d53
- (feat) New "experimentalZoneless" flag - Added "provideExperimentalZonelessChangeDetection" provider to the render l... 8cd70fc
- extend vue3 sourceDecorator to support v-bind and nested keys 7c85a39
- extended TemplateSlots example ea9e195
- Merge branch 'next' of https://github.com/storybookjs/storybook into next 6a151f9
- Merge branch 'next' into next da1cb91
- Merge branch 'next' into revert-28479-revert/26884 ac0b619
- dedupe a729e4f
- fixes 0356e44
- Merge branch 'next' into revert-28479-revert/26884 7849598
- add nuxt sandbox 846bf4b
- Merge branch 'next' into revert-28479-revert/26884 e78c4cc
- Update sandbox template for Nuxt v3 (Vite | TypeScript) 00ffb6b
- Merge branch 'next' into next a7d6a26
- Merge branch 'next' of https://github.com/storybookjs/storybook into next 9dc9ac2
- and 855 more ...
fkatada pushed 205 commits to main fkatada/meta-react
- Replace deprecated dependency in `eslint-plugin-react-compiler` (#31629) 7670501
- s/server action/server function (#31005) ## Overview Changes the error message to say "Server Functions" instead ... 5b0ef21
- [compiler] Add meta internal option for useMemoCache import (#31654) Adds `target: 'donotuse_meta_internal'`, which ... 865d2c4
- [compiler] Don't include current field accesses in auto-deps (#31652) ## Summary Drops .current field accesses in... 2ab471c
- [compiler] Support default imports for autodep config (#31657) ## Summary Allows us to add deps for things like `... 1b1283a
- Revert "Replace deprecated dependency in `eslint-plugin-react-compiler`" (#31665) Reverts facebook/react#31629 `@... b9b510d
- [compiler] Empty dep arrays for globals/module-scoped values/imports (#31666) Any LoadGlobal in the "infer deps" pos... 6bcf0d2
- Client render dehydrated Suspense boundaries on document load (#31620) When streaming SSR while hydrating React will... 16d2bbb
- Register Suspense retry handlers in commit phase (#31667) To avoid GC pressure and accidentally hanging onto old tre... de68d2f
- Don't serialize chunk ids for Hint and Console rows (#31671) Hints and Console logs are side-effects and don't belon... 1c9b138
- Add changelog for 19.0.0 (#31675) Co-authored-by: Jack Pope <[email protected]> 52685a7
- Fix two typos in CHANGELOG.md (#31678) d27fa08
- docs: fix capitalization of TypeScript (#31682) c56c623
- docs: use diff codeblock for `useReducer` typings change (#31685) ## Summary This PR updates the 19.0.0 changelog... 65ba3e8
- Fix headings in React 19 CHANGELOG (#31683) Co-authored-by: eps1lon <[email protected]> 7283a21
- [compiler] Support for context variable loop iterators Summary: Fixing a compiler todo ghstack-source-id: c4d9226b1... 226b859
- [compiler] Support for non-declatation for in/of iterators ghstack-source-id: a28801e022561029e2f46c3dcb858bd4a81dea... 76d603a
- [Flight] Extract special cases for Server Component return value position (#31713) This is just moving some code int... 3d2ab01
- Update ReactDebugInfo types to declare timing info separately (#31714) This clarifies a few things by ensuring that ... 372ec00
- Clean up findFiberByHostInstance from DevTools Hook (#31711) The need for this was removed in https://github.com/fa... 3b597c0
- and 185 more ...