Ver Fonte

Release notes for #9666

Thibaud Colas há 2 anos atrás
pai
commit
da7e68ea08
4 ficheiros alterados com 6 adições e 0 exclusões
  1. 3 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/4.1.4.md
  3. 1 0
      docs/releases/4.2.2.md
  4. 1 0
      docs/releases/5.0.md

+ 3 - 0
CHANGELOG.txt

@@ -59,6 +59,7 @@ Changelog
  * Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  * Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
  * Fix: Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
+ * Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
  * Docs: Add code block to make it easier to understand contribution docs (Suyash Singh)
  * Docs: Add new "Icons" page for icons customisation and reuse across the admin interface (Coen van der Kamp, Thibaud Colas)
  * Docs: Fix broken formatting for MultiFieldPanel / FieldRowPanel permission kwarg docs (Matt Westcott)
@@ -106,6 +107,7 @@ Changelog
  * Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  * Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
  * Fix: Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
+ * Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
 
 
 4.2.1 (13.03.2023)
@@ -288,6 +290,7 @@ Changelog
  * Fix: Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
  * Fix: Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  * Fix: Fix server-side caching of the icons sprite (Thibaud Colas)
+ * Fix: Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
 
 
 4.1.3 (13.03.2023)

+ 1 - 0
docs/releases/4.1.4.md

@@ -19,3 +19,4 @@ depth: 1
 * Ensure TableBlock initialisation correctly runs after load and its width is aligned with the parent panel (Dan Braghis)
 * Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
 * Fix server-side caching of the icons sprite (Thibaud Colas)
+* Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)

+ 1 - 0
docs/releases/4.2.2.md

@@ -20,3 +20,4 @@ depth: 1
 * Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
 * Fix server-side caching of the icons sprite (Thibaud Colas)
 * Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
+* Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)

+ 1 - 0
docs/releases/5.0.md

@@ -76,6 +76,7 @@ Support for adding custom validation logic to StreamField blocks has been formal
  * Ensure that the JavaScript media files are loaded by default in Snippet index listings for date fields (Sage Abdullah)
  * Fix server-side caching of the icons sprite (Thibaud Colas)
  * Avoid showing scrollbars in the block picker unless necessary (Babitha Kumari)
+ * Always show Add buttons, guide lines, Move up/down, Duplicate, Delete; in StreamField and Inline Panel (Thibaud Colas)
 
 ### Documentation