3288 Commits

Author SHA1 Message Date
Keegan Street
97c6f70e7d Read from textContent rather than innerHTML during rehydrate (#3568)
* Use textContent rather than innerHTML so that special chars are not encoded

* Describe innerHTML to textContent change

Co-authored-by: Keegan Street <keegan.street@rea-group.com>
2021-09-24 14:42:08 -04:00
Evan Jacobs
4b55835f50 fix types in test file 2021-09-21 12:57:31 -04:00
Evan Jacobs
061736aa6d trim down on unnecessary dependencies 2021-09-21 12:20:26 -04:00
Evan Jacobs
c5cebe448a update sandbox 2021-09-21 12:14:28 -04:00
Evan Jacobs
edcfb86ab3 update benchmark suite 2021-09-21 11:48:42 -04:00
Evan Jacobs
1fbc69a8df few more minor updates 2021-09-21 11:39:29 -04:00
Evan Jacobs
dd26d01c1b fix prettier command 2021-09-21 11:37:19 -04:00
Evan Jacobs
ea62d85f15 adjust packaged files 2021-09-21 11:36:13 -04:00
Evan Jacobs
931922b593 bump default engines to current LTS' 2021-09-21 11:35:12 -04:00
Evan Jacobs
e58fe042a9 minor dep updates 2021-09-21 11:34:16 -04:00
Evan Jacobs
2bd6ab0ffe upgrade version of react being tested 2021-09-21 11:30:52 -04:00
Evan Jacobs
f6e4baf923 remove unnecessary resolution 2021-09-21 11:28:49 -04:00
Evan Jacobs
6aef1d3c80 move jest files to logical location, update react-native 2021-09-21 11:27:27 -04:00
Evan Jacobs
acced9c9d5 update ts deps 2021-09-21 11:00:48 -04:00
Evan Jacobs
e0cb7ad864 update babel dependencies 2021-09-21 10:51:16 -04:00
Jonas Kruckenberg
1689c082a2 chore(styled-components): add license file (#3579) 2021-09-20 13:20:40 -04:00
Phil Pluckthun
fde4e44cc9 Fix forced server-side mode not triggering global styles (#3551)
* Fix forced server-side mode not triggering global styles

Resolve #3506

`createGlobalStyle` components skip the synchronous insertion of styles
in the browser, which is based on a global variable. However, sheets can
be forced into server-side mode, which means we need to instead adhere
to the client-side sheet's settings.

* Prevent server-side layout effect warning
2021-08-24 10:39:41 +01:00
Phil Pluckthun
55664ed132 Fix missing typeof window check in src/base.ts (#3552) 2021-08-10 17:49:00 +01:00
Evan Jacobs
d96101a102 Update FUNDING.yml 2021-07-09 17:34:03 -04:00
Evan Jacobs
e2c554ebc8 remove unnecessary suppression 2021-07-08 17:38:46 -04:00
dependabot[bot]
1d7eb41c5f Bump lodash from 4.17.19 to 4.17.21 in /packages/styled-components (#3524)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 17:25:49 -04:00
Evan Jacobs
0a7c430a21 add github release action based on pushed tags 2021-07-08 17:20:37 -04:00
Rogin Farrer
fc3898f2cb Support use of css tagged template inside style objects (v6) (#3497)
* Support use of css tagged template inside style objects

* force commit
2021-07-08 16:59:16 -04:00
dependabot[bot]
22101e77a9 Bump lodash from 4.17.19 to 4.17.21 in /packages/sandbox (#3523)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.19 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21)

---
updated-dependencies:
- dependency-name: lodash
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 16:57:50 -04:00
dependabot[bot]
db163b44d3 Bump glob-parent from 3.1.0 to 5.1.2 in /packages/styled-components (#3525)
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 3.1.0 to 5.1.2.
- [Release notes](https://github.com/gulpjs/glob-parent/releases)
- [Changelog](https://github.com/gulpjs/glob-parent/blob/main/CHANGELOG.md)
- [Commits](https://github.com/gulpjs/glob-parent/compare/v3.1.0...v5.1.2)

---
updated-dependencies:
- dependency-name: glob-parent
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-08 16:57:02 -04:00
Evan Jacobs
50fbc0859d fix missing eslint plugins 2021-07-01 14:55:14 -04:00
Jacob Parker
4bc563e3da Remove workarounds for border radius in (RN)
So it looks like RN now supports this for the `Image` component! There looks to be issues border width and colour (they don't show up at all), but that's on RN's side.

I think this isn't a breaking change. Technically, you go from `{ borderRadius: 50 }` to `{ borderTopLeftRadius: 50, borderTopRightRadius: … }`, but this shouldn't actually change much

If we remove the blacklist here, we'll remove it in css-to-react-native and there'll be a tiny perf win
2021-07-01 14:55:14 -04:00
Evan Jacobs
4a1c7503a1 Create codeql-analysis.yml 2021-07-01 14:47:13 -04:00
dependabot[bot]
001957c2df Bump postcss from 7.0.35 to 7.0.36 (#3517)
Bumps [postcss](https://github.com/postcss/postcss) from 7.0.35 to 7.0.36.
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](https://github.com/postcss/postcss/compare/7.0.35...7.0.36)

---
updated-dependencies:
- dependency-name: postcss
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-07-01 14:45:57 -04:00
Sebastian Silbermann
2bfc5aa08a feat: Check dynamic creation in React 18 (#3521) 2021-07-01 14:45:38 -04:00
Samar Mohan
1d39a35fbb fix .gitignore (#3495) 2021-07-01 14:42:43 -04:00
Evan Jacobs
97884fbd91 remove workspace dependencies 2021-07-01 14:39:37 -04:00
Evan Jacobs
dcb8d186ae upgrade jest 2021-07-01 14:39:37 -04:00
Evan Jacobs
1e82eb0dfc pull in minor dependency updates 2021-07-01 14:39:37 -04:00
Max Stoiber
902e729457 Add license from react-native-web 2021-06-15 17:34:55 +02:00
Jason Williams
395ee2efbf Change spectrum link to Discord (#3490)
* Change spectrum link to Discord

* try img tag instead of Badge

* with Discord logo
2021-05-12 09:46:41 -04:00
Evan Jacobs
e4e1a5c6d4 alias emotion dep so version can be displayed 2021-05-11 08:13:55 -04:00
Evan Jacobs
8165cbe994 drop react-is dependency 2021-05-11 07:54:40 -04:00
Evan Jacobs
a0d0ee1545 inline hoister 2021-05-11 07:54:40 -04:00
Evan Jacobs
128802d4b5 fix lockfile 2021-05-11 06:54:48 -04:00
dependabot[bot]
23e5482317 Bump hosted-git-info from 2.7.1 to 2.8.9 (#3487)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.7.1 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 14:18:52 -04:00
dependabot[bot]
1c9520d49d Bump ua-parser-js from 0.7.18 to 0.7.28 in /packages/styled-components (#3484)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.18 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.18...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 14:18:41 -04:00
dependabot[bot]
2403306c8d Bump ua-parser-js from 0.7.19 to 0.7.28 in /packages/sandbox (#3483)
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.19 to 0.7.28.
- [Release notes](https://github.com/faisalman/ua-parser-js/releases)
- [Commits](https://github.com/faisalman/ua-parser-js/compare/0.7.19...0.7.28)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-10 14:18:26 -04:00
Evan Jacobs
2fb08627ab benchmarks 2021-05-05 19:51:05 -04:00
Evan Jacobs
68a44e3627 update babel-plugin-macros and adjust tests 2021-05-05 12:54:15 -04:00
Evan Jacobs
9c982f7e10 cache rollup artifacts 2021-05-05 12:21:01 -04:00
Evan Jacobs
9d82b2d1c2 shush eslint 2021-05-05 12:16:45 -04:00
Evan Jacobs
a640a2919b fix tests 2021-05-05 12:14:51 -04:00
Evan Jacobs
9251aafa84 Fix image 2021-05-05 10:55:37 -04:00
Evan Jacobs
913672a3f2 get things building 2021-05-05 00:50:41 -04:00