Skip to content
This repository was archived by the owner on Aug 14, 2021. It is now read-only.

chore(deps): update dependency @stitches/react to v0.2.5#44

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stitches-react-0.x
Open

chore(deps): update dependency @stitches/react to v0.2.5#44
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/stitches-react-0.x

Conversation

@renovate

@renovate renovate Bot commented Mar 22, 2021

Copy link
Copy Markdown

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@stitches/react 0.0.2 -> 0.2.5 age adoption passing confidence

Release Notes

modulz/stitches

v0.2.5

Compare Source

v0.2.4

Compare Source

v0.2.3

Compare Source

Beta Release: 0.2.3 🚀

yarn add @​stitches/react@0.2.3
  • changes token.name to token.token, as it was in v0.1.x.
  • expands peerDependency to include react v16.
  • fixes issue with default variants not applying in composition.
  • adds polyfill for textSizeAdjust.

v0.2.2

Compare Source

Beta Release: 0.2.2 🚀

yarn add @​stitches/react@0.2.2
  • Fixed an issue where some dynamic styled could be inserted before hydrated styles. (#​638)
  • Removed a console warning when a dynamically inserted rule was not supported by that browser. (#​639)
  • Added a display name to styled components. (#​640)

v0.2.1

Compare Source

Beta Release: 0.2.1 🚀

yarn add @​stitches/react@0.2.1
  • Fixed an issue where the CSSOM would throw when an invalid rule was encountered. (#​626)

v0.2.0

Compare Source

Beta Release: 0.2.0 🚀

yarn add @​stitches/react@0.2.0
Changes from 0.1.9
  • Updated performance considerably.
  • Replaced DOM insertion method with CSSOM insertion method.
  • Removed insertionMethod API.
  • Fixed specificity issue with inherited variants & variants leaking as DOM attributes. (#​473)
  • Fixed specificity issue when components would share the same style. (#​474)
  • Fixed responsive variants not respecting usage order. (#​483)
  • Fixed default variants being ignored when responsively applying variants. (#​492)
  • Fixed flash of unstyled content after upgrading from alpha to beta. (#​523)
  • Fixed variant props being passed down to DOM elements. (#​532)
  • Fixed performance degradation after migrating from alpha to beta. (#​535)
  • Fixed resulting CSS from custom theme / globals not appending if parameters were the same. (#​563)
  • Fixed inconsistent use of prefix. (#​586)
  • Fixed backdropFilter not transforming locally-scoped tokens in css(). (#​588)
  • Fixed ability to set new default variants when composing components. (#​622)

v0.1.9

Compare Source

Beta Release: 0.1.9 🚀

  • Fixes an issue where tokens without a prefix were not serialized correctly. (#​581)

v0.1.8

Compare Source

Beta Release: 0.1.8 🚀

  • Adds a prefix to the backdrop-filter property. (#​572)
  • Omits the default prefix from tokens. Custom prefixes are unaffected. (#​576)
  • Adds scroll-padding types. (#​559)

v0.1.7

Compare Source

Beta Release: 0.1.7 🚀

  • Adds several performance optimizations that affect all CSS generation. (#​554)
  • Fixes an issue where non-string className prop values were ignored. (#​556)

v0.1.6

Compare Source

Beta Release: 0.1.6 🚀

  • Fixes a regression with insertionMethod, and ensures the config prop is consistent. (#​502)
  • Supports autocompletion of the CSS z-index property. (#​551) (Thanks, @​fmal 👋)

v0.1.5

Compare Source

Beta Release: 0.1.5 🚀

yarn add @​stitches/react@0.1.5
  • The CSS outline property maps to colors tokens. (#​502)
  • Any CSS size properties polyfill fit-content and stretch values. (#​503)
  • Author utilities override internal utilities, instead of applying before them. (#​504)
  • Passing undefined to className does not add "undefined". (#​538) (Thanks, @​flozia! 👋 )
  • Token objects can be used as CSS values. (#​544) (Thanks, @​wellguimaraes! 👋 )
  • Token custom properties include the configuration prefix. (#​546) (Thanks, @​dylanklohr! 👋)

Migrating from alpha to beta? Here’s a migration guide.

v0.1.4

Compare Source

Beta Release: 0.1.4 🚀

yarn add @​stitches/react@0.1.4
  • Fixed an issue using locally scoped tokens multiple times on the same kind of property.
  • Improved how SSR styles are updated by regenerated styles.

Migrating from alpha to beta? Here’s a migration guide.

v0.1.3

Compare Source

Beta Release: 0.1.3 🚀

yarn add @​stitches/react@0.1.3
  • Adjusts the insertion method to reduce DOM writes

Migrating from alpha to beta? Here’s a migration guide.

v0.1.2

Compare Source

Beta Release: 0.1.2 🚀

yarn add @​stitches/react@0.1.2
  • Polyfills the vendor-prefixed sizing values stretch and fit-content.
  • Maps the outline property to the color theme token.
  • Run utilities for properties instead of polyfills, instead of running them beforehand.
  • Update the DOM even more sparingly.

Migrating from alpha to beta? Here’s a migration guide.

v0.1.1

Compare Source

Beta Release: 0.1.1 🚀

yarn add @​stitches/react@0.1.1
  • Polyfills the vendor-prefixed sizing values stretch and fit-content.
  • Maps the outline property to the color theme token.
  • Run utilities for properties instead of polyfills, instead of running them beforehand.
  • Update the DOM even more sparingly.

Migrating from alpha to beta? Here’s a migration guide.

v0.1.0

Compare Source


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@github-actions

github-actions Bot commented Mar 22, 2021

Copy link
Copy Markdown

size-limit report 📦

Path Size
dist/paginated.cjs.production.min.js 506 B (0%)
dist/paginated.esm.js 522 B (0%)

@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from ecfb35a to 82a74f9 Compare March 23, 2021 18:56
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.0 chore(deps): update dependency @stitches/react to v0.1.2 Mar 23, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 82a74f9 to 0870705 Compare March 23, 2021 22:23
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.2 chore(deps): update dependency @stitches/react to v0.1.3 Mar 23, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 0870705 to f7bc28f Compare March 25, 2021 19:31
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.3 chore(deps): update dependency @stitches/react to v0.1.4 Mar 25, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch 2 times, most recently from cbe2962 to da81e04 Compare March 31, 2021 04:18
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from da81e04 to b0cb267 Compare April 10, 2021 14:54
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.4 chore(deps): update dependency @stitches/react to v0.1.5 Apr 10, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from b0cb267 to cb86f5d Compare April 12, 2021 19:27
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.5 chore(deps): update dependency @stitches/react to v0.1.6 Apr 12, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from cb86f5d to 12db270 Compare April 14, 2021 00:19
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.6 chore(deps): update dependency @stitches/react to v0.1.7 Apr 14, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 12db270 to 9df7876 Compare April 22, 2021 21:13
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.7 chore(deps): update dependency @stitches/react to v0.1.8 Apr 22, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 9df7876 to f9c42da Compare April 23, 2021 18:40
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.8 chore(deps): update dependency @stitches/react to v0.1.9 Apr 23, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from f9c42da to 286991e Compare May 8, 2021 18:35
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 286991e to be7d224 Compare May 26, 2021 17:31
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.1.9 chore(deps): update dependency @stitches/react to v0.2.0 Jun 14, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch 2 times, most recently from 362d2a9 to fd7a2c3 Compare June 15, 2021 16:45
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.2.0 chore(deps): update dependency @stitches/react to v0.2.1 Jun 15, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from fd7a2c3 to 96cc37e Compare June 16, 2021 17:26
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.2.1 chore(deps): update dependency @stitches/react to v0.2.2 Jun 16, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 96cc37e to d209063 Compare July 11, 2021 15:02
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from d209063 to 5d3176a Compare July 22, 2021 18:22
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.2.2 chore(deps): update dependency @stitches/react to v0.2.3 Jul 22, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 5d3176a to 8c9f73b Compare August 6, 2021 00:33
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.2.3 chore(deps): update dependency @stitches/react to v0.2.4 Aug 6, 2021
@renovate renovate Bot force-pushed the renovate/stitches-react-0.x branch from 8c9f73b to f5066c3 Compare August 11, 2021 21:21
@renovate renovate Bot changed the title chore(deps): update dependency @stitches/react to v0.2.4 chore(deps): update dependency @stitches/react to v0.2.5 Aug 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant