diff --git a/2023-06-05.mdx b/2023-06-05.mdx index 85ffc0c..1a2dce5 100644 --- a/2023-06-05.mdx +++ b/2023-06-05.mdx @@ -12,16 +12,16 @@ date: 03-10-2023 - Fixed pasting behaviour when a cell is in edit more. It used to overwrite the whole cell, now it correctly appends to the existing text. - Several fixes around column constraints: - - Users can set default value without settingĀ `notNull: true` - - Users can enter invalid constraint combinations but are presented with a clear error about what they did wrong. - - Switching column type resets unique, `notNull` and default value to an allowed value if it's unsupported. + - Users can set default value without settingĀ `notNull: true` + - Users can enter invalid constraint combinations but are presented with a clear error about what they did wrong. + - Switching column type resets unique, `notNull` and default value to an allowed value if it's unsupported. - Prevent two table cells from being selected in some scenarios. There was a bug when data had changed in the grid and you let your browser tab lose and regain focus. - Fixed copy paste null string values in table - More minor cell editing bug fixes - Small design issues cleanup across the app - - right input padding for table inputs - - clickable table headers in the schema page - - scrollable branch list + - right input padding for table inputs + - clickable table headers in the schema page + - scrollable branch list