-
Notifications
You must be signed in to change notification settings - Fork 68
Comparing changes
Open a pull request
base repository: atlassian-labs/compiled
base: @compiled/react@0.17.2
head repository: atlassian-labs/compiled
compare: @compiled/react@0.17.3
- 12 commits
- 158 files changed
- 7 contributors
Commits on Jun 7, 2024
-
Add
babelrc: false
to all Babel calls, and setparserBabelPlugins
…… to `typescript` and `jsx` by default (#1680) * Add babelrc: false to all Babel function calls in @compiled/parcel-transformer * Add changeset * Add 'babelrc: false' to webpack loader too * Update changeset * Set parserBabelPlugins to 'typescript' and 'jsx' by default
Configuration menu - View commit details
-
Copy full SHA for a0f8c89 - Browse repository at this point
Copy the full SHA a0f8c89View commit details -
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 32566f6 - Browse repository at this point
Copy the full SHA 32566f6View commit details
Commits on Jun 27, 2024
-
Merge Compiled website into Compiled monorepo (#1677)
* Add website repo to Compiled repo naively * Fix the many lint and typescript errors * Update website README * Fix prettier * Remove LICENCE
Configuration menu - View commit details
-
Copy full SHA for dc9f36c - Browse repository at this point
Copy the full SHA dc9f36cView commit details
Commits on Jul 9, 2024
-
Minor fixes to Netlify configuration (#1685)
* Fix Netlify config * Fix Babel build excluding some files from output * Fix publish field
Configuration menu - View commit details
-
Copy full SHA for b754a4a - Browse repository at this point
Copy the full SHA b754a4aView commit details
Commits on Jul 10, 2024
-
[Snyk] Upgrade jscodeshift from 0.15.2 to 0.16.0 (#1686)
* fix: upgrade jscodeshift from 0.15.2 to 0.16.0 Snyk has created this PR to upgrade jscodeshift from 0.15.2 to 0.16.0. See this package in npm: jscodeshift See this project in Snyk: https://app.snyk.io/org/engineering-container-scanning/project/1591c2ef-1ec9-4a0a-9843-615ca2a55191?utm_source=github&utm_medium=referral&page=upgrade-pr * Fix snapshots --------- Co-authored-by: snyk-bot <snyk-bot@snyk.io> Co-authored-by: Grant Wong <gwong2@atlassian.com>
Configuration menu - View commit details
-
Copy full SHA for 37f5da4 - Browse repository at this point
Copy the full SHA 37f5da4View commit details
Commits on Jul 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2b3e2bd - Browse repository at this point
Copy the full SHA 2b3e2bdView commit details
Commits on Jul 12, 2024
-
Update most of Compiled documentation to reflect current recommendati…
…ons (#1688) * Update 'Writing CSS' and 'Installation', move some sections into new 'Deprecated features' section * Update CSS prop page and deprecated syntax page: - move template literals to deprecated page - discourage dynamic styles - move outdated composition syntax to deprecated page * Fix order of pages in Guides and API sections * Fix typo in JSX pragma * Update documentation for Compiled APIs * Deprecate styled and ClassNames * Merge CSS page into CSS prop * Update cssMap to use flat `@media` query syntax, not the nested one that DST will remove support for * Move details about the `jsx-pragma` ESLint rule to the "JSX pragma" section of the Installation page * Make imports alphabetical
Configuration menu - View commit details
-
Copy full SHA for 2e87beb - Browse repository at this point
Copy the full SHA 2e87bebView commit details
Commits on Jul 17, 2024
-
Add custom GitHub action and pull request template to enforce that do…
…cumentation is updated (#1694) * Add custom GitHub action and pull request template * Address PR feedback * Move actions/checkout back to main workflow * Add shell: bash to composite tasks * Fix incorrect NPM mirror and action not working
Configuration menu - View commit details
-
Copy full SHA for c807221 - Browse repository at this point
Copy the full SHA c807221View commit details -
Update documentation for all
@compiled/
packages (#1689)* Update Atomic CSS page to use object styles, not tagged template strings * Update @compiled/react documentation * Update fonts * Update remainder of @compiled/* documentation * Change Installation page to recommend Parcel * Update title of 'Media queries and other at rules' to more easily fit the sidebar * Address PR feedback
Configuration menu - View commit details
-
Copy full SHA for 18024be - Browse repository at this point
Copy the full SHA 18024beView commit details
Commits on Jul 21, 2024
-
Fix the
cx()
function's class collection at runtime as it generated…… class instances rather than strings. (#1697) * Fix the `cx()` function's class collection at runtime as it generated class instances rather than strings Migrate from `ac()` which generates `AtomicGroups` classes to `ax()` which strictly collects strings. This is because passing `<Component xcss={cx({ … })}>` around resulted in errors, `'cls.split is not a function'` trying to iterate over non-strings. * Add a test for pass-through props to properly utilize the cx function
Configuration menu - View commit details
-
Copy full SHA for 25a4bed - Browse repository at this point
Copy the full SHA 25a4bedView commit details
Commits on Jul 22, 2024
-
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7d67e16 - Browse repository at this point
Copy the full SHA 7d67e16View commit details -
Fix the broken releases following bringing the Compiled website in. (#…
…1699) I believe following #1677 our releases have started to fail. Example error: https://github.com/atlassian-labs/compiled/actions/runs/10032812760/job/27725059509#step:6:26 This is because `yarn release` runs `yarn build` at the root which runs the website which has a dependency not installed via the root `yarn install` command, so this adds `workspaces-run` to the root `yarn.lock`.
Configuration menu - View commit details
-
Copy full SHA for 6ddeee2 - Browse repository at this point
Copy the full SHA 6ddeee2View commit details
There are no files selected for viewing
This file was deleted.