wave
wave copied to clipboard
Design System of FREE NOW
## Context At the moment, Wave releases a new version on every pull request merge. Recently, the number of pull requests has increased and often we merge several PRs within...
After the [discussion in the internal channel](https://mytaxi.slack.com/archives/C1TRZHH37/p1653576714174159) we decided to remove support for old browsers, especially IE11. Reasons: * it is not supported by any big tech company anymore, hence...
The new React Engine (#239) exposes new [`useId` hook](https://reactjs.org/docs/hooks-reference.html#useid) which can generate stable ids both on the server and frontend side. That means we can migrate to this hook and...
React@18 has just come up. Our package.json implicitly allows us to use it with Wave. We need to verify it is the case and create a migration task in case...
Follow up to #7 Remove deprecated variants in the next major version
The outcome of the dialog #144 Example code: https://codesandbox.io/s/wave-input-refs-c5ure Currently, the `ref` is attached to the wrapper which contradicts [our agreement](https://github.com/freenowtech/wave/issues/156#issuecomment-880546292) to attach to the most obvious element. We need...
### Description The current version of the library is not tree shakeable which means when we publish a project with Wave. The bundle of this project will contain all components,...
- `@freenow/wave` version: [v1.2.0](https://github.com/freenowtech/wave/releases/tag/v1.20.0) ### Relevant code ```js ``` Probably missing `layout` in the `compose` function: https://github.com/freenowtech/wave/blob/517c13628a2b494702704c570e2327ad81421a84/src/components/Table/components/TableCell.tsx#L26 https://github.com/freenowtech/wave/blob/517c13628a2b494702704c570e2327ad81421a84/src/components/Table/components/TableHeaderCell.tsx#L32 ### What was expected to happen? The prop is applied and the...
### Provide sorting logic to the TeableHeaderCell (Proposal) We have several implementations of the same sorting feature in multiple projects so we are aiming to unify them into a single...
### What it the unexpected behaviour? For one of our workflows (Component Library) on Wave repo, we are having a build failing on main branch since [this commit](https://github.com/freenowtech/wave/actions/runs/1354323746). The logs...