divdavem
divdavem
close #4186 Before submitting a pull request, please make sure you have at least performed the following: - [x] read and followed the [CONTRIBUTING.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/CONTRIBUTING.md) and [DEVELOPER.md](https://github.com/ng-bootstrap/ng-bootstrap/blob/master/DEVELOPER.md) guide. - [ ]...
This PR adds a first end-to-end test with a screen reader, using [assistive-playwright](https://github.com/AmadeusITGroup/Assistive-Webdriver/#assistive-playwright) The test is run with Chromium and NVDA on Windows 10. This PR supersedes #3867 (which was...
This PR restores the previous collapse transition logic that was changed with #4370. Without this PR, the show and hide phases are inconsistent: the hide phase is from the full...
**Describe the bug** To match the behavior in real browsers, happy-dom should use the `dir` attribute when returning `getComputedStyle(...).direction`. **To Reproduce** Execute the following code in happy-dom environment: ```js const...
## Proposed change Initialize a git repository when using either `npm create @ama-sdk` or the sdk schematics.