react-advertising
react-advertising copied to clipboard
A JavaScript library for display ads in React applications.
## Description When working with a larger amount of slots which are not in the dom from the very beginning, the current (non dynamic configuration) approach defines and displays all...
Bumps [webpack](https://github.com/webpack/webpack) from 5.36.2 to 5.77.0. Release notes Sourced from webpack's releases. v5.77.0 New Features Add a new output option, output.workerPublicPath by @thomastay in webpack/webpack#16671 Developer Experience Improve resolve.extensions error...
Bumps [jest](https://github.com/facebook/jest/tree/HEAD/packages/jest) from 26.6.3 to 29.5.0. Release notes Sourced from jest's releases. v29.5.0 Features [jest-changed-files] Support Sapling (#13941) [jest-circus, @jest/cli, jest-config] Add feature to randomize order of tests via CLI...
Bumps [istanbul-reports](https://github.com/istanbuljs/istanbuljs/tree/HEAD/packages/istanbul-reports) from 3.0.2 to 3.1.5. Release notes Sourced from istanbul-reports's releases. istanbul-reports: v3.1.5 3.1.5 (2022-07-13) Bug Fixes new Date() such that it works with MockDate library (#688) (85905f9) add...
Bumps [@testing-library/react](https://github.com/testing-library/react-testing-library) from 11.2.6 to 12.1.5. Release notes Sourced from @testing-library/react's releases. v12.1.5 12.1.5 (2022-04-11) Bug Fixes Only supports React < 18 (#1041) (9e2b5db) v12.1.4 12.1.4 (2022-03-09) Bug Fixes Match...
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 4.6.0 to 5.0.1. Release notes Sourced from webpack-cli's releases. v5.0.1 5.0.1 (2022-12-05) Bug Fixes make define-process-env-node-env alias node-env (#3514) (346a518) v5.0.0 5.0.0 (2022-11-17) Bug Fixes improve description...
Bumps [istanbul-lib-coverage](https://github.com/istanbuljs/istanbuljs/tree/HEAD/packages/istanbul-lib-coverage) from 3.0.0 to 3.2.0. Release notes Sourced from istanbul-lib-coverage's releases. istanbul-lib-coverage istanbul-lib-coverage-v3.2.0 Features allow FileCoverage to be initialized with logical tracking (#644) (4cb5af1) istanbul-lib-coverage istanbul-lib-coverage-v3.1.0 Features support tracking...
The AdvertisingSlot component in version 4.0.0 uses the browser's Intersection Observer API. This is not supported by Internet Explorer 11. Find out if it can be easily fixed for IE11...
Allow TypeScript projects to easily integrate *react-advertising* by providing a type definition file.
Hello everybody! I need to use prebid within a react-native project? I need to handle many bidders, and cannot fin any way to do it as prebid.js uses window variable...