Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

NGXS

State Management for Angular
Collective - Host: opensource - https://opencollective.com/ngxs - Website: https://ngxs.io - Code: https://github.com/ngxs/store

refactor(router-plugin): reduce RxJS depedency

github.com/ngxs/store - arturovt opened this pull request 3 days ago
chore(deps): update all dependencies

github.com/ngxs/store - renovate[bot] opened this pull request 4 days ago
refactor: replace `ngOnDestroy` with `DestroyRef`

github.com/ngxs/store - arturovt opened this pull request 12 days ago
fix(store): complete `dispatched$` in internal actions

github.com/ngxs/store - arturovt opened this pull request 13 days ago
fix(store): complete action results on destroy

github.com/ngxs/store - arturovt opened this pull request 14 days ago
docs: update Sentry integration

github.com/ngxs/store - arturovt opened this pull request 18 days ago
fix(store): add root store initializer guard

github.com/ngxs/store - arturovt opened this pull request 18 days ago
🐞[BUG]: Actions triggered Twice

github.com/ngxs/store - Squixx opened this issue about 1 month ago
docs: update Sentry integration

github.com/ngxs/store - arturovt opened this pull request about 1 month ago
chore: release v19.0.0

github.com/ngxs/store - arturovt opened this pull request about 1 month ago
chore(deps): update all dependencies

github.com/ngxs/store - renovate[bot] opened this pull request about 1 month ago
Docs integration with sentry

github.com/ngxs/store - joaqcid opened this pull request about 1 month ago
Update schematics.md

github.com/ngxs/store - domlija opened this pull request about 1 month ago
chore(deps): update dependency typescript to v5.7.2

github.com/ngxs/store - renovate[bot] opened this pull request about 1 month ago
build: add Angular 19 support

github.com/ngxs/store - arturovt opened this pull request about 1 month ago
🚀[FEATURE]: Support for Angular 19

github.com/ngxs/store - rupekeshan opened this issue about 2 months ago
chore: release v18.1.6

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
fix(router-state): revert router state changes

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
🐞[BUG]: Type error with custom router states

github.com/ngxs/store - hpop opened this issue about 2 months ago
perf(store): prevent initializing state factory at feature levels

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
refactor(store): tree-shake development options token

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
refactor: allow tree-shaking of dev-only code

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
refactor: use field initializers for injectees

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
fix(store): run plugins in injection context

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
fix(store): allow plain functions in `withNgxsPlugin`

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
refactor(store): replace `exhaustMap`

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
chore: release v18.1.5

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
🐞[BUG]: store.select finalize on catchError

github.com/ngxs/store - vaskus opened this issue about 2 months ago
docs: add NGXS Guru Badge for Gurubase.io (#2250)

github.com/ngxs/store - kursataktas opened this pull request about 2 months ago
refactor(storage-plugin): mark engine tokens as pure

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
refactor(router-plugin): mark selectors as pure

github.com/ngxs/store - arturovt opened this pull request about 2 months ago
perf(store): replace `instanceof Function` with `typeof`

github.com/ngxs/store - arturovt opened this pull request 2 months ago
refactor(store): tree-shake internal state tokens

github.com/ngxs/store - arturovt opened this pull request 2 months ago
feat(store): expose abort controller on state context

github.com/ngxs/store - arturovt opened this pull request 2 months ago
chore(deps): update all dependencies

github.com/ngxs/store - renovate[bot] opened this pull request 2 months ago
chore: release v18.1.4

github.com/ngxs/store - arturovt opened this pull request 2 months ago
chore: release v18.1.3

github.com/ngxs/store - arturovt opened this pull request 3 months ago
build: copy LICENSE after build

github.com/ngxs/store - arturovt opened this pull request 3 months ago
chore: release v18.1.2

github.com/ngxs/store - arturovt opened this pull request 3 months ago
fix(store): memoize selectors which return NaN

github.com/ngxs/store - arturovt opened this pull request 3 months ago
fix(store): register feature plugins correctly

github.com/ngxs/store - arturovt opened this pull request 3 months ago
🐞[BUG]: Adding plugins with `provideStates` does not work

github.com/ngxs/store - Andreas-Hjortland opened this issue 3 months ago
chore: deploy tutorial to github pages

github.com/ngxs/store - profanis opened this pull request 3 months ago
📚[DOCS]: Missing LICENSE file on shipped package

github.com/ngxs/store - Frozen-byte opened this issue 3 months ago
refactor(store): add action registry

github.com/ngxs/store - arturovt opened this pull request 3 months ago
chore: install tutorial packages

github.com/ngxs/store - profanis opened this pull request 3 months ago
chore(deps): update dependency rollup to v4.22.4 [security]

github.com/ngxs/store - renovate[bot] opened this pull request 3 months ago
fix(store): disallow nullable actions in `dispatch()`

github.com/ngxs/store - pietzschke opened this pull request 3 months ago
chore(deps): update dependency express to v4.20.0 [security]

github.com/ngxs/store - renovate[bot] opened this pull request 4 months ago
chore(deps): update dependency typescript to v5.6.3

github.com/ngxs/store - renovate[bot] opened this pull request 4 months ago
ci: add preview releases with pkg.pr.new

github.com/ngxs/store - dmitry-stepanenko opened this pull request 4 months ago
test: clean up tests' console logging

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
fix: allow selector utils usage within state class

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
docs: update discord link

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
ci: fix bundlemon reporting

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
ci: skip cache for github actions

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
chore: release v18.1.1

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
fix(store): use `computed` in `selectSignal`

github.com/ngxs/store - arturovt opened this pull request 5 months ago
chore: release v18.1.0

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
docs: improve error handling section in docs

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
docs: adjust details on injectContainerState

github.com/ngxs/store - markwhitfeld opened this pull request 5 months ago
chore(deps): update dependency typescript to v5.5.4

github.com/ngxs/store - renovate[bot] opened this pull request 6 months ago
GTA ADVANCE

github.com/ngxs/store - AHMADSHREIFEH1 opened this issue 6 months ago
📚[DOCS]: Website layout is broken

github.com/ngxs/store - Teebo opened this issue 6 months ago
feat(store): debounce `selectSignal` by default

github.com/ngxs/store - arturovt opened this pull request 6 months ago
docs: update the logo in the main readme file

github.com/ngxs/store - profanis opened this pull request 6 months ago
build: upgrade workspace to Angular 18

github.com/ngxs/store - arturovt opened this pull request 6 months ago
feat(store): add `withExperimentalNgxsPendingTasks`

github.com/ngxs/store - arturovt opened this pull request 6 months ago
docs(store): update the logo in store package

github.com/ngxs/store - profanis opened this pull request 6 months ago
fix(schematics): remove local ng utils for schematics

github.com/ngxs/store - dmitry-stepanenko opened this pull request 6 months ago
docs: v18 announcement tweaks

github.com/ngxs/store - markwhitfeld opened this pull request 6 months ago