@divkitframework/divkit 30.0.0 → 30.2.0-canary-fd805ccbf422cfcc881ae2caba9560eec8430cc9

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/README.md CHANGED
@@ -371,6 +371,12 @@ Additional external storage. The `getValue` and `setValue` methods should be imp
371
371
 
372
372
  Please note that these methods must be synchronous! DivKit does not have asynchronous render methods, so any `getValue` function cannot be asynchronous. It is possible to process `setValue` asynchronously, but if the value from `getValue` is critical for you and cannot be read synchronously, you must read it before calling `render`.
373
373
 
374
+ #### weekStartDay
375
+
376
+ Number, optional. 0 by default.
377
+
378
+ Affects the formatting of dates.
379
+
374
380
  #### theme (DEPRECATED)
375
381
 
376
382
  `system` | `light` | `dark`