Version Packages
This MR was opened by the changesets-gitlab GitLab CI script. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to develop, this MR will be updated.
Releases
@ahmedbaset/config@1.16.0
Minor Changes
- 3bb52975: Update eslint-plugin-react-hooks
Patch Changes
- 50cac757: Update packages
t3-env-zaneops@0.1.0
Minor Changes
-
863cf9b2: First release of
t3-env-zaneops: A preset for@t3-env/env-corethat provides system environment variables for the ZaneOps PaaS.Usage
import { createEnv } from "@t3-oss/env-core"; import { zaneops } from "t3-env-zaneops/zod"; // or // import { zaneops } from "t3-env-zaneops/valibot"; // import { zaneops } from "t3-env-zaneops/arktype"; export const env = createEnv({ extends: [zaneops()], // ... });
@bb4first/utils@0.14.0
Minor Changes
-
351ba6d6: ## DraggableFileInput
-
Imperative API: Changed ref type from
HTMLInputElementto newDraggableFileInputRefinterface withreset(),trigger(), andgetFiles()methods; removedreact-merge-refsdependency. -
Drag-and-drop improvements: fix drag flickering with nested elements. And improved the drag feedback
-
Optimization: Memoized callbacks with
useCallback; useduseLatestCallbackforonFileChangestability; improved keyboard accessibility to only trigger on Enter/Space; removedisDraggingfrom input disabled logic.
-
Patch Changes
- 7d498c36: Move ts-reset files