Commit Graph

132 Commits

Author SHA1 Message Date
8928432fe0 docs(changeset): feat(Former): add keep open functionality and update onClose behavior 2026-02-08 00:12:14 +02:00
6ff395e9be RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.39

[skip ci]
2026-02-08 00:05:14 +02:00
00e5a70aef docs(changeset): feat(Former): enhance state management with additional callbacks and state retrieval 2026-02-08 00:05:05 +02:00
f365d7b0e0 RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.38

[skip ci]
2026-02-07 23:08:56 +02:00
210a1d44e7 docs(changeset): feat(GlobalStateStore): add initialization state and update actions 2026-02-07 23:08:52 +02:00
c2113357f2 feat(GlobalStateStore): prevent saving during initial load 2026-02-07 22:54:00 +02:00
2e23b259ab feat(GlobalStateStore): implement storage loading and saving logic 2026-02-07 22:48:12 +02:00
552a1e5979 chore(release): bump version to 0.0.35 and update changelog 2026-02-07 22:25:09 +02:00
9097e2f1e0 fix(api): response handling in FormerRestHeadSpecAPI 2026-02-07 22:24:39 +02:00
b521d04cd0 refactor(GlobalStateStoreProvider): update type definitions for session handlers 2026-02-07 21:31:16 +02:00
690cb22306 chore(release): bump version to 0.0.34 and update changelog 2026-02-07 21:29:43 +02:00
6edac91ea8 refactor(globalStateStore): simplify exports in index file 2026-02-07 21:15:27 +02:00
da69c80cff chore(changeset): disable automatic commit in config 2026-02-07 21:12:27 +02:00
e40730eaef RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.33

[skip ci]
2026-02-07 21:11:51 +02:00
d7b1eb26f3 docs(changeset): feat(error-manager): implement centralized error reporting system 2026-02-07 21:11:48 +02:00
7bf94f306a Merge pull request 'dev-globalstatestore' (#2) from dev-globalstatestore into main
Reviewed-on: #2
2026-02-07 18:09:30 +00:00
0be5598655 RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.32

[skip ci]
2026-02-07 20:06:44 +02:00
53e6b7be62 docs(changeset): Newest release 2026-02-07 20:06:40 +02:00
f5e31bd1f6 chore(changeset): update changelog configuration to use @changesets/changelog-git 2026-02-07 20:06:11 +02:00
f737b1d11d feat(globalStateStore): implement global state management with persistence
- refactor state structure to include app, layout, navigation, owner, program, session, and user
- add slices for managing program, session, owner, user, layout, navigation, and app states
- create context provider for global state with automatic fetching and throttling
- implement persistence using IndexedDB with localStorage fallback
- add comprehensive README documentation for usage and API
2026-02-07 20:03:27 +02:00
202a826642 Merge branch 'main' of git.warky.dev:wdevs/oranguru into dev-globalstatestore 2026-02-07 16:22:32 +02:00
Hein
812a5f4626 RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.31

[skip ci]
2026-02-02 13:26:29 +02:00
Hein
ac6dcbffec docs(changeset): Error Boundry 2026-02-02 13:26:26 +02:00
Hein
7257a86376 chore(tsconfig): update TypeScript configurations 2026-02-02 13:25:54 +02:00
Hein
a81d59f3ba refactor(GlobalStateStore): 🔄 remove unused ProgramDataWrapper component 2026-02-02 13:18:40 +02:00
Hein
29d56980b2 feat(global-state-store): implement GlobalStateStore and utils
* Create GlobalStateStore for managing application state.
* Add utility functions for loading and saving state to storage.
* Define types for global state and session management.
* Implement ProgramDataWrapper for fetching and updating program data.
2026-02-02 13:18:33 +02:00
Hein
63222f8f28 chore(pnpm): 🔄 update package versions in lockfile
* Add idb-keyval@6.2.2 dependency
* Downgrade @tabler/icons-react and @tabler/icons to 3.35.0
2026-02-02 13:17:23 +02:00
Hein
9a597e35f3 Merge branch 'main' of git.warky.dev:wdevs/oranguru 2026-02-02 13:17:04 +02:00
Hein
9c78dac495 feat(lib): export ErrorBoundary from lib 2026-02-02 13:16:06 +02:00
Hein
a62036bb5a feat(ErrorBoundary): add ReactBasicErrorBoundary and ReactErrorBoundary components
* Implemented ReactBasicErrorBoundary for error handling.
* Created ReactErrorBoundary with enhanced error reporting features.
* Updated index file to export both components.
2026-02-02 13:15:13 +02:00
52a97f2a97 fix: update ESLint config to ignore additional directories and files 2026-01-28 21:10:06 +02:00
6c141b71da RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.30

[skip ci]
2026-01-28 21:05:16 +02:00
89fed20f70 docs(changeset): fix: update GridlerStore setState type to accept full state values 2026-01-28 21:05:11 +02:00
9414421430 fix: update GridlerStore setState type to accept full state values
fix: change defaultItems type in GlidlerFormAdaptor to use MantineBetterMenuInstanceItem[]

test: update global ResizeObserver and IntersectionObserver mocks to use globalThis

build: change moduleResolution to 'bundler' in tsconfig.app.json

build: add missing newline at end of file in tsconfig.node.json
2026-01-28 21:04:51 +02:00
c4f0fcc233 RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.29

[skip ci]
2026-01-28 20:08:45 +02:00
5180f52698 docs(changeset): feat(Former): update layout to use buttonArea prop instead of buttonOnTop 2026-01-28 20:08:41 +02:00
ce7cf9435a feat(Former): update layout to use buttonArea prop instead of buttonOnTop 2026-01-28 20:07:30 +02:00
Hein
ad2252f5e4 RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.28

[skip ci]
2026-01-23 11:11:40 +02:00
Hein
287dbcf4da docs(changeset): 1 2026-01-23 11:11:35 +02:00
Hein
f963b38339 fix(Gridler): 🔧 wrap filter value in parentheses 2026-01-23 11:11:12 +02:00
Hein
55cb9038ad RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.27

[skip ci]
2026-01-23 10:57:58 +02:00
Hein
9d907068a6 docs(changeset): feat(Gridler): add isValuesInPages method and update state handling 2026-01-23 10:57:50 +02:00
Hein
ecb90c69aa feat(Gridler): add isValuesInPages method and update state handling
* Introduce isValuesInPages method to check if values exist in paginated data.
* Update state management in GlidlerAPIAdaptorForGoLangv2 to clear values when no pages are found.
2026-01-23 10:57:32 +02:00
Hein
070e56e1af RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.26

[skip ci]
2026-01-23 10:13:11 +02:00
Hein
3e460ae46c docs(changeset): fixed Gridler selectFirstRow 2026-01-23 10:13:08 +02:00
Hein
9c64217b72 fix(Computer): update selectFirstRowOnMount logic
* Introduce selectFirstRowOnMount to manage row selection on component mount.
* Update useEffect dependencies to include selectFirstRowOnMount.
* Ensure first row selection logic handles cases where keyField is not defined.
2026-01-23 10:09:59 +02:00
1fb57d3454 feat(Boxer): add @tanstack/react-virtual dependency and enhance Boxer component with improved option handling and ref exposure 2026-01-17 19:33:19 +02:00
a8e9c50290 feat(Boxer): implement Boxer component with autocomplete and server-side support 2026-01-17 18:26:20 +02:00
31f2a0428f feat(components): add InlineWrapper and related styles for improved form handling 2026-01-17 17:29:08 +02:00
bc7262cede RELEASING: Releasing 1 package(s)
Releases:
  @warkypublic/oranguru@0.0.25

[skip ci]
2026-01-14 22:49:39 +02:00