react-pdf-js
react-pdf-js copied to clipboard
A React component to wrap PDF.js
Bumps [eslint](https://github.com/eslint/eslint) from 8.57.1 to 9.28.0. Release notes Sourced from eslint's releases. v9.28.0 Features b0674be feat: Customization of serialization for languageOptions (#19760) (Nicholas C. Zakas) a95721f feat: Add --pass-on-unpruned-suppressions CLI...
Bumps [turbo](https://github.com/vercel/turborepo) from 2.4.4 to 2.5.4. Release notes Sourced from turbo's releases. Turborepo v2.5.4 What's Changed Docs docs: nx remote caching has changed to be free like Turborepo by @JamesHenry...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.4.1 to 7.6.1. Release notes Sourced from react-router's releases. v7.6.1 See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v761 v7.6.0 See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v760 v7.5.3 See...
Bumps [eslint-config-next](https://github.com/vercel/next.js/tree/HEAD/packages/eslint-config-next) from 14.2.26 to 15.3.3. Release notes Sourced from eslint-config-next's releases. v15.3.3 [!NOTE] This release is backporting bug fixes. It does not include all pending features/changes on canary. Core...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.2.4 to 6.2.7. Release notes Sourced from vite's releases. v6.2.7 Please refer to CHANGELOG.md for details. v6.2.6 Please refer to CHANGELOG.md for details. v6.2.5 Please refer to...
Bumps [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) from 7.4.1 to 7.5.2. Release notes Sourced from react-router's releases. v7.5.2 See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v752 v7.5.1 See the changelog for release notes: https://github.com/remix-run/react-router/blob/main/CHANGELOG.md#v751 v7.5.0 See...
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) and [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react). These dependencies needed to be updated together. Updates `react` from 18.3.1 to 19.1.0 Release notes Sourced from react's releases. 19.1.0 (March 28, 2025) Owner Stack An...
Switches the build from tsup to the successor https://github.com/rolldown/tsdown/
import React, { useState, useRef } from 'react'; import { usePdf } from '@mikecousins/react-pdf'; import { createStyles } from 'antd-style'; import { Flex, Space, Button } from 'antd'; const useStyles...