You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
# CHANGELOG.md
2
2
3
+
## unreleased
4
+
-`delete_link` in the list component now submits a POST request, instead of being a simple link.
5
+
- This avoids accidental deletion by bots following links, and is more in line with HTTP semantics.
6
+
- In the table component, the `_col_` prefix is now added to column names in CSS classes. This avoids conflicts with other CSS classes that might be used in the page.
0 commit comments