Loading
Commits on Source 11
-
Merzough Münker authored
- Added `AsyncVirtualFile` class to handle virtual files asynchronously with support for promises in data fetching, content decoding, and cloning. - Enhanced `VirtualFile` class with getters for `data` and `byteLength`.
-
Merzough Münker authored
- @rxap/fs@1.2.0-dev.8
-
Merzough Münker authored
- Introduced `toHttpHeaders` function to generate HTTP headers from a record of signals. - Updated `toHttpParams` to encode query parameters using `encodeURIComponent` for safer URL construction.
-
Merzough Münker authored
- Updated `allowedHeaders` in CORS setup to include `content-type` for better API compatibility.
-
Merzough Münker authored
- Modified `onOpenedChanged` to call `closeSidenav` when the sidenav is closed externally (e.g., clicking outside).
-
Merzough Münker authored
- Updated `dnsResolver` to include headers for disabling caching (`Cache-Control`, `Pragma`, and `Expires`) to ensure consistent results.
-
Merzough Münker authored
feat(angular): enhance share button directive with input/output properties and improved share service - Added `input` and `output` properties to `ShareButtonDirective` for better event handling and configuration. - Improved `ShareService` to handle soft failures and check native share support more robustly. - Updated the directive selector to include `[rxapShare]`.
-
Merzough Münker authored
- Introduced `RXAP_ERROR_DIALOG_DISABLED` token to conditionally disable the error capture dialog service. - Updated `ErrorCaptureDialogService` to return `EMPTY` observable when disabled, improving configurability.
-
Merzough Münker authored
- Injected `RXAP_ERROR_DIALOG_DISABLED` token to allow conditional disabling of the service. - Added fallback to return `EMPTY` observable and log when the service is disabled.
-
Merzough Münker authored
- Introduced `withErrorCaptureDialogDisabledIf` function to conditionally provide `RXAP_ERROR_DIALOG_DISABLED`.
-
Merzough Münker authored
- @rxap/config@19.2.0-dev.1 - @rxap/dialog@19.2.0-dev.0 - @rxap/directives@19.1.0-dev.0 - @rxap/ngx-error@19.2.0-dev.0 - @rxap/layout@19.1.1-dev.6 - @rxap/open-api@19.2.0-dev.2 - @rxap/nest-server@11.0.0-dev.18