Nicolas Merget
Nicolas Merget
We should do some changes: - [ ] Add/change branches (all of them should be protected and status-checks should be enabled): - [x] `3.4` (currently `master`) - [x] `4.1` (currently...
### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [ ] All - [ ] Angular - [ ] HTML - [ ]...
## Description - moved current e2e tests-components to a new directory - add to angular config to `e2e/e2e-app/mitosis.config.cjs` with `importMapper` - add [`cpy-cli`](https://www.npmjs.com/package/cpy-cli) to `e2e/e2e-angular/package.json` - removed `fast-glob` and `sync-directory`...
## Description closes #1313 - add new `nativeAttributes` option to `useMetadata.angular` to skip generating native attributes like [`disabled`](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled) with the `attr` prefix - in angular all `attr.XXX` attributes are passed...
### I am interested in helping provide a fix! Yes ### Which generators are impacted? - [ ] All - [X] Angular - [ ] HTML - [ ] Preact...
## Proposed changes closes #2588 - [x] changed form-components to work with `aria-describedby` and messages - [x] add new showcase tests to check if every framework works with every specific...
## Proposed changes closes https://github.com/db-ui/mono/issues/2571 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...
We should split "build-showcases" workflow inside the GitHub actions to increase the pipeline. Right now "patternhub" takes way longer to build instead of the other showcases. If we split all...
## Proposed changes closes #2403 ## Types of changes - [ ] Bugfix (non-breaking change which fixes an issue) - [x] New feature (non-breaking change which adds functionality) - [...
Currently, we add a default `id` to our form components like `textarea`,`input`, etc. `OnMount` we update the id and which is connected with the ``. The accessibility tree isn't updating...