Hasan Aydoğdu

Results 17 issues of Hasan Aydoğdu

Grid breakpointlerine xxs breakpointi eklendiğinde ve grid container değişkeninde değişiklik yapılmadığında sıralamada sıkıntı çıkıyor çünkü [css-mqpacker](https://github.com/hail2u/node-css-mqpacker) eklentisi [the-first-win-algorithm](https://github.com/hail2u/node-css-mqpacker#the-first-win-algorithm) mantığı üzerine çalışmakta; ```scss .container { @media (min-width: 34rem) {...} @media (min-width:...

type: bug
status: available

### Summary - Refactor & format code - Use `through2` instead of unmaintained `map-stream` - Update packages - Upgrade node engine to version `>=10.0.0` - Add documentation for `strict_variables` -...

`formatWeekNumberHeader` formatter is used in the following line but this does not exist in type `Formatters` https://github.com/gpbl/react-day-picker/blob/095d40ca6849c6f8d27ecb4dfa603840c86fe1de/src/DayPicker.tsx#L433-L440 https://github.com/gpbl/react-day-picker/blob/095d40ca6849c6f8d27ecb4dfa603840c86fe1de/src/types/shared.ts#L98-L115

Fixes: #2393 ## What's Changed This pull request passes the `MonthsDropdown` and `YearsDropdown` classes to the related components. With these classes, users will be able to differentiate between these two...

Classes `UI.MonthsDropdown` and `UI.YearsDropdown` do not pass to the related components. We do not have any data to differentiate between the two dropdowns.

Fixes: #2377 ## What's Changed Fixed unexpected CSS overwriting on the `button` element ## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking...

The reset styles should only affect calendar buttons. ```tsx import Button from "../components/Button" import { DayPicker } from "react-day-picker"; export function Start() { return (