Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): mention polyfills #188

Open
amir78729 opened this issue Aug 31, 2024 · 1 comment
Open

chore(docs): mention polyfills #188

amir78729 opened this issue Aug 31, 2024 · 1 comment
Assignees
Labels
docs Improvements or additions to documentation priority:medium
Milestone

Comments

@amir78729
Copy link
Member

Since we are using form internals in our components and some of older Safari versions don't support this feature, we should use a polyfill and this should be mentioned in our documentation.

@amir78729 amir78729 added the docs Improvements or additions to documentation label Aug 31, 2024
@mimshins mimshins changed the title Mention poly-fill in docs chore(docs): mention polyfills Nov 4, 2024
@mimshins mimshins modified the milestones: V1, V1 (stable), Docs Dec 28, 2024
@mimshins mimshins self-assigned this Jan 19, 2025
@mimshins mimshins assigned amir78729 and mseyfayi and unassigned mimshins Jan 26, 2025
@mseyfayi
Copy link
Member

mseyfayi commented Feb 1, 2025

I used these polyfills in my projects to work with Button and TextField from tapsioss/[email protected]

Chrome 64 >= (except 66):

  • From core-js@3:
    • stable/array/flat
    • stable/symbol
    • stable/global-this
    • stable/promise/all-settled
  • element-internals-polyfill
  • @webcomponents/webcomponentsjs/webcomponents-bundle.js

Chrome 64 < & 55 >=:

  • Whole of core-js@3
  • @webcomponents/webcomponentsjs/custom-elements-es5-adapter.js
  • @webcomponents/webcomponentsjs/webcomponents-bundle.js
  • element-internals-polyfill

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Improvements or additions to documentation priority:medium
Projects
None yet
Development

No branches or pull requests

3 participants