Alexander Savelyev
Alexander Savelyev
### Fixing a bug ### What? Fix remotePatterns when all paths and/or domains are allowed. ### Why? micromatch creates a very strange regex for all paths - `/^(?:(?!\.)(?:(?:(?!(?:^|[\\/])\.).)*?)[\\/]?)$/`. That is,...
When type is set as page - the page is displayed in the navbar. I can add `display: hidden` and it will be hidden from all navigations. However, sometimes you...
Removed the upper limit for the node version. I see no reason to keep it, and tasks to raise it will continue to come year after year. With low activity...
## Summary The second attempt to fix the problem. The first one (#30737) is simpler and just an addition of a workaround. Now I've approached it more comprehensively. Improved the...
- add tests for suppress-reset property - implement suppress reset property ## Summary Added a `suppressReset` prop. Without it, the behavior remains the same - the form will reset all...
- add test for nested state in form actions - fix form status state reseting ## Summary Popping also occurs when the state changes for children subscribed to the transition...
Сделал кнопку вместо ссылки. Причина стандартная - ссылкой должны быть только ссылки. Именно кнопкой а не образным дивом чтобы сохранить доступность. Closes #1151
The clear search button is only 22x22 pixels. For better accessibility, it should be at least 32x32. Made a classic trick for extra outer space. Added 6px so now it...