INTECS-ITFAC / intecs_webapp_front-end

dev: https://intecs-dev.web.app/ staging: https://intecs-staging.web.app/
15 stars 36 forks source link

Bump react-js-banner from 0.4.1 to 0.5.2 #155

Closed dependabot[bot] closed 4 years ago

dependabot[bot] commented 4 years ago

Bumps react-js-banner from 0.4.1 to 0.5.2.

Release notes

Sourced from react-js-banner's releases.

Children prop + enhancements and size optimizations

New featurs added:

  • Added ability to show / hide banner whenever is required via new showBanner prop
  • If the prop is not defined will show the banner if it has a title defined
  • Banner can render HTML snippets
  • Added ability to accept children: e.g
<Banner showBanner={true}>
  <div>
    <h1>h1</h1>
    <h2>h2</h2>
    <h3>h3</h3>
  </div>
</Banner>

Also:

  • Removed dependencies like babelpolyfill which can make issues on projects that already define a different version of it
  • Size optimizations: size decreased to 1/5 of last release
Commits


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)