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

ClayTooltip avoid using for ... of loops #1020

Closed
julien opened this issue Jun 18, 2018 · 0 comments
Closed

ClayTooltip avoid using for ... of loops #1020

julien opened this issue Jun 18, 2018 · 0 comments

Comments

@julien
Copy link
Contributor

julien commented Jun 18, 2018

In ClayTooltip, we're currently using a for...of loop.

We should change this for the moment to use a for loop and review the webpack configuration so that it doesn't use Symbol (using @babel/preset-env and browserlist) which is not supported in IE.

jbalsas added a commit that referenced this issue Jun 18, 2018
Use for loop instead of for...of loop | Fixes #1020
pat270 added a commit to pat270/clay that referenced this issue Jun 19, 2018
…ll`, `.table-cell-expand-smaller`, and `.table-cell-expand-smallest` to help size columns better

New: (liferay#1020) Table addd options to configure `$table-cell-expand-small-max-width`, `$table-cell-expand-small-width`, `$table-cell-expand-smaller-max-width`, `$table-cell-expand-smaller-width`, `$table-cell-expand-smallest-max-width`, `$table-cell-expand-smallest-width`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant