sid0-0
sid0-0
Added index to iteratee function in keyBy to allow complex keying example: ``` keyBy(['a',` 'b'], (_, index) => index); const keyMap = { a: 'A', b: 'B' }; keyBy({a: 1,...
Implements #1010 Screenshot: 
feat: #7355 Behaviour implemented: 1. Relation field name field is updated when relation type is updated 2. Icon is only prefilled in the beginning 3. If user manually edits the...
Requirement raised over: https://github.com/lichess-org/mobile/issues/1043 Introduce new enum for game behavior property: castling methods (move king 2 squares / move king onto rook). Consume the value in Chessboard to behave accordingly.
New use case has come up here: https://github.com/lichess-org/mobile/issues/1017 Suggestion: add a new enum value for `pointerMode` prop.