@croquiscom/pds 15.3.1 → 15.3.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @croquiscom/pds
2
2
 
3
+ ## 15.3.2
4
+
5
+ ### Patch Changes
6
+
7
+ - c1619a9: strict mode useUpdateEffect동작수정
8
+
3
9
  ## 15.3.1
4
10
 
5
11
  ### Patch Changes
@@ -20,6 +20,8 @@ export declare const CellSpan: Story;
20
20
  export declare const ColumnFixed: Story;
21
21
  export declare const DisabledStickyHeader: Story;
22
22
  export declare const Scroll: Story;
23
+ export declare const DefaultAllSelection: Story;
24
+ export declare const StrictDefaultAllSelection: Story;
23
25
  export declare const Selection: Story;
24
26
  export declare const ClickableSelection: Story;
25
27
  export declare const SelectionLargeData: Story;