forked from magento/devdocs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwhats-new.yml
4094 lines (4094 loc) · 214 KB
/
whats-new.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
title: Whats New on Devdocs
description: |
This page contains recent changes that we think you'd like to know about.
We exclude from this list proofreading, spelling checks, and all minor updates.
link: /whats-new.html
thread: /whatsnew-feed.xml
updated: Mon Aug 26 22:12:19 2019
entries:
- description: Added new code examples to the [JavaScript Mixins](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/javascript/js_mixins.html)
topic.
versions: 2.2.x, 2.3.x
type: Major update
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5229
- description: Added new code examples to the [Loader widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_loader.html)
topic.
versions: 2.2.x, 2.3.x
type: Major update
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5230
- description: Added information about how to [retrieve dependency injection configuration
information](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/di-xml-file.html)
for a particular class.
versions: 2.2.x, 2.3.x
type: Major update
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5269
- description: Added a new topic about [view models](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/module-development.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5147
- description: Added a new topic about the [RowBuilder widget](https://devdocs.magento.com/guides/v2.2/javascript-dev-guide/widgets/widget-row-builder.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5206
- description: Added new code examples to the [Customize Checkout](https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout_customize.html)
tutorial.
versions: 2.2.x, 2.3.x
type: Major update
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5225
- description: Added a new topic about the [Breadcrumbs widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget-breadcrumbs.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 26, 2019
link: https://github.com/magento/devdocs/pull/5228
- description: Added [technical guideline](https://devdocs.magento.com/guides/v2.2/coding-standards/technical-guidelines.html)–clause 5.20 about how to handle exceptions in observers and plugins.
versions: 2.2.x, 2.3.x
type: Major update
date: August 23, 2019
link: https://github.com/magento/devdocs/pull/5209
- description: Updated [Magento Commerce Cloud Guide](https://devdocs.magento.com/guides/v2.3/cloud/architecture/pro-develop-deploy-workflow.html)
to remove obsolete instructions for configuring legacy environments and migrating
legacy Cloud environments to use the Project Web UI. Legacy environments are those
provisioned prior to October 23, 2017.
versions: 2.x
type: Major update
date: August 22, 2019
link: https://github.com/magento/devdocs/pull/5125
- description: Added a tutorial about how to create a [grouped product using the REST
API](https://devdocs.magento.com/guides/v2.3/rest/tutorials/grouped-product/create-and-manage-grouped-products.html).
versions: 2.3.x
type: New topic
date: August 19, 2019
link: https://github.com/magento/devdocs/pull/5155
- description: Updated the [Set up multiple website or stores](https://devdocs.magento.com/guides/v2.3/cloud/project/project-multi-sites.html)
topic in the Cloud guide. Now, this topic differentiates between sites with a
shared domain and sites with unique domains.
versions: 2.x
type: Major update
date: August 15, 2019
link: https://github.com/magento/devdocs/pull/5123
- description: Added the [Change increment ID for a database entity on particular
store](http://devdocs.magento.com/guides/v2.2/config-guide/multi-site/change-increment-id.html)
topic to the Configuration Guide.
versions: 2.2.x, 2.3.x
type: New topic
date: August 15, 2019
link: https://github.com/magento/devdocs/pull/5129
- description: Added a code sample and updated the API reference in the [QuickSearch
Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_quickSearch.html)
topic.
versions: 2.2.x, 2.3.x
type: Major update
date: August 14, 2019
link: https://github.com/magento/devdocs/pull/5182
- description: Provided details about what happens when you run the [Data Migration
Tool](https://devdocs.magento.com/guides/v2.2/migration/migration-migrate-data.html).
versions: 2.2.x, 2.3.x
type: Major update
date: August 14, 2019
link: https://github.com/magento/devdocs/pull/5167
- description: Updated the JavaScript resources topic with instructions for [including
third-party JavaScript libraries](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/javascript/js-resources.html#including-third-party-javascript-libraries).
versions: 2.2.x, 2.3.x
type: Major update
date: August 13, 2019
link: https://github.com/magento/devdocs/pull/5161
- description: Added documentation for the [TrimInput widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget-trim-input.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 13, 2019
link: https://github.com/magento/devdocs/pull/5135
- description: Added an optional step to the [Cloud Docker](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-config.html)
topic to restart services.
versions: 2.x
type: Technical changes
date: August 12, 2019
link: https://github.com/magento/devdocs/pull/5157
- description: Added documentation for the [Popup Window widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget-popup-window.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 12, 2019
link: https://github.com/magento/devdocs/pull/5171
- description: Added information about how to [define a custom Import Entity](https://devdocs.magento.com/guides/v2.3/ext-best-practices/tutorials/custom-import-entity.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 7, 2019
link: https://github.com/magento/devdocs/pull/5007
- description: Updated the label descriptions for [DevDocs contributions](https://devdocs.magento.com/guides/v2.3/contributor-guide/contributing.html#devdocs), corrected links, and added a link to the [Beginner's Guide](https://github.com/magento/magento2/wiki/Getting-Started).
versions: 2.2.x, 2.3.x
type: Major update
date: August 5, 2019
link: https://github.com/magento/devdocs/pull/4551
- description: Added a new topic about [enabling database query profiling](https://devdocs.magento.com/guides/v2.3/cloud/project/profile-database-queries.html).
versions: 2.2.x, 2.3.x
type: New topic
date: August 2, 2019
link: https://github.com/magento/devdocs/pull/5111
- description: Added a new task topic for [setting the cache time-to-live (TTL) for
static files](https://devdocs.magento.com/guides/v2.3/cloud/project/set-cache.html)
on Magento Commerce (Cloud).
versions: 2.2.x, 2.3.x
type: New topic
date: August 2, 2019
link: https://github.com/magento/devdocs/pull/5109
- description: Added information about patch PRODSECBUG-2233 to the relevant release
notes for affected Magento versions.
versions: 2.2.8, 2.2.x, 2.3.0, 2.3.1, 2.3.x, 2.x
type: Major update
date: August 2, 2019
link: https://github.com/magento/devdocs/pull/5091
- description: Added the 'Backward Compatibility' section to the [Magento Definition
of Done](https://devdocs.magento.com/guides/v2.2/contributor-guide/contributing_dod.html).
versions: 2.3.x
type: Major update
date: July 31, 2019
link: https://github.com/magento/devdocs/pull/4801
- description: "Updated the [Services topic](https://devdocs.magento.com/guides/v2.2/cloud/project/project-conf-files_services.html)
in the Cloud guide.<br/>- Clarified the disk value requirements.<br/>- Simplified the
[relationships property](https://devdocs.magento.com/guides/v2.2/cloud/project/project-conf-files_magento-app.html#relationships)
in the application configuration."
versions: 2.x
type: Technical changes
date: July 30, 2019
link: https://github.com/magento/devdocs/pull/5039
- description: Added the new topic [CSS Critical Path](https://devdocs.magento.com/guides/v2.2/frontend-dev-guide/css-topics/css-critical-path.html)
to the Frontend Developer Guide.
versions: 2.2.x, 2.3.x
type: New topic
date: July 30, 2019
link: https://github.com/magento/devdocs/pull/4726
- description: Added steps for [creating a patch from a git commit](https://devdocs.magento.com/guides/v2.2/comp-mgr/patching.html#custom-patches).
versions: 2.2.x, 2.3.x
type: Major update
date: July 29, 2019
link: https://github.com/magento/devdocs/pull/5056
- description: Added a new section about [changing the Blackfire account owner](https://devdocs.magento.com/guides/v2.3/cloud/project/project-integrate-blackfire.html#change-account-owner)
on a Magento Commerce (Cloud) project.
versions: 2.2.x, 2.3.x
type: Major update
date: July 29, 2019
link: https://github.com/magento/devdocs/pull/5070
- description: Updated the [Fastly Set up](https://devdocs.magento.com/guides/v2.3/cloud/cdn/configure-fastly.html)
instructions to remove the requirement to install the Fastly CDN module for Magento
2 in Magento Commerce Cloud environments. The latest version of the Fastly module
is installed by default in Pro Staging and Production environments, and in the
Starter Production (`master`) environment.
versions: 2.2.x
type: Major update
date: July 27, 2019
link: https://github.com/magento/devdocs/pull/5025
- description: Updated changes in the 2.3.2 schema of the [customer endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/customer.html).
versions: 2.3.x
type: Major update
date: July 25, 2019
link: https://github.com/magento/devdocs/pull/4977
- description: Added note to clarify that Fastly caching services for Magento Commerce
Cloud projects are available only after you upload the VCL code that enables the
Fastly integration. See [Set up Fastly](https://devdocs.magento.com/guides/v2.3/cloud/cdn/configure-fastly.html).
versions: 2.x
type: Technical changes
date: July 25, 2019
link: https://github.com/magento/devdocs/pull/5023
- description: Added the [Asynchronous and deferred operations](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/async-operations.html)
topic to the PHP Developer Guide.
versions: 2.3.x
type: Major update
date: July 23, 2019
link: https://github.com/magento/devdocs/pull/4820
- description: Added the "Manage the 'My Account' dashboard navigation links" section
to [Common layout customization tasks](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-manage.html).
versions: 2.3.x
type: Major update
date: July 22, 2019
link: https://github.com/magento/devdocs/pull/5006
- description: Updated the `bin/docker` command list in the [Docker quick reference](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-quick-reference.html#bindocker)
topic.
versions: 2.x
type: Technical changes
date: July 22, 2019
link: https://github.com/magento/devdocs/pull/5003
- description: Added information about the [PasswordStrengthIndicator widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_password_strength_indicator.html).
versions: 2.2.x, 2.3.x
type: New topic
date: July 22, 2019
link: https://github.com/magento/devdocs/pull/4733
- description: Added the 'Invoking DevTools' section to [Debug UI components JavaScript](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 19, 2019
link: https://github.com/magento/devdocs/pull/4996
- description: Added the 'Applying mobile-specific styles' section to [Create a responsive
mobile theme based on a default theme](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/responsive-web-design/rwd_mobile.html).
versions: 2.2.x, 2.3.x
type: Technical changes
date: July 18, 2019
link: https://github.com/magento/devdocs/pull/4859
- description: Described how to add custom store configuration attributes to the [storeConfig
query](https://devdocs.magento.com/guides/v2.3/graphql/reference/store-config.html).
versions: 2.3.x
type: Major update
date: July 18, 2019
link: https://github.com/magento/devdocs/pull/4883
- description: Added a section in the Cloud [integrations topic](https://devdocs.magento.com/guides/v2.2/cloud/integrations/cloud-integrations.html#generic-webhooks)
about creating generic webhooks.
versions: 2.x
type: Major update
date: July 18, 2019
link: https://github.com/magento/devdocs/pull/4963
- description: Updated the [Set up cron jobs](https://devdocs.magento.com/guides/v2.3/cloud/configure/setup-cron-jobs.html)
documentation to reflect availability of self-service cron configuration feature
on all Starter and Pro plan project environments, including Pro Production and
Staging. Previously, Magento customers on the Cloud platform had to submit a support
ticket to update cron configuration on Pro Staging and Production environments.
versions: 2.2.x, 2.3.x
type: Major update
date: July 17, 2019
link: https://github.com/magento/devdocs/pull/4953
- description: Added example about how to [declare and load a new route](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/routing.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 17, 2019
link: https://github.com/magento/devdocs/pull/4923
- description: Added '2.2. Object instantiation' section to [Technical Guidelines](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 16, 2019
link: https://github.com/magento/devdocs/pull/3982
- description: Added the "GraphQl backward compatibility policy" section to [Backward
compatible development](https://devdocs.magento.com/guides/v2.3/contributor-guide/backward-compatible-development/)
versions: 2.3.x
type: Major update
date: July 16, 2019
link: https://github.com/magento/devdocs/pull/4493
- description: Added information about the [JavaScript dropdown widget](https://devdocs.magento.com/guides/v2.2/javascript-dev-guide/widgets/jquery-widgets-about.html).
versions: 2.2.x, 2.3.x
type: New topic
date: July 16, 2019
link: https://github.com/magento/devdocs/pull/4928
- description: Added additional UI `input` [options and descriptions](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-input.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 16, 2019
link: https://github.com/magento/devdocs/pull/4956
- description: Added the 'Common arguments for blocks' section to [Layout Instructions](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-instructions.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 16, 2019
link: https://github.com/magento/devdocs/pull/4629
- description: Added the 'Elements' and 'Data Entities' sections to the [Functional
Testing](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html#113-functional-testing)
section of Technical Guidelines.
versions: 2.2.x, 2.3.x
type: Major update
date: July 15, 2019
link: https://github.com/magento/devdocs/pull/4869
- description: Partner Atwix added a [new topic](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_toggle.html)
describing the `ToggleAdvanced` widget.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: July 12, 2019
link: https://github.com/magento/devdocs/pull/4780
- description: Updated the [Google Shopping ads Install documentation](https://devdocs.magento.com/extensions/google-shopping-ads/)
and [Release Notes](https://devdocs.magento.com/extensions/google-shopping-ads/release-notes/)
for version 3.0.
versions: 2.0 Google Shopping ads
type: Major update
date: July 10, 2019
link: https://github.com/magento/devdocs/pull/4849
- description: Added information and example about how to use the [ColorPicker component](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-colorpicker.html).
versions: 2.3.x
type: New topic
date: July 9, 2019
link: https://github.com/magento/devdocs/pull/4885
- description: Added a 'Code sample' section to [Calendar Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_calendar.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 9, 2019
link: https://github.com/magento/devdocs/pull/4851
- description: Added information and example about how to use the [ColorPicker component](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/components/ui-colorpicker.html).
versions: 2.3.x
type: New topic
date: July 9, 2019
link: https://github.com/magento/devdocs/pull/4885
- description: Added the 'Product view page available containers' section to [Product
Layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: July 8, 2019
link: https://github.com/magento/devdocs/pull/4630
- description: Updated the [Release Notes](https://devdocs.magento.com/extensions/google-shopping-ads/release-notes/)
for Google Shopping ads Channel v2.0.2 and the [Upcoming releases](https://devdocs.magento.com/release/)
page.
versions: 2.0.2 Google Shopping ads Channel
type: Major update
date: July 8, 2019
link: https://github.com/magento/devdocs/pull/4902
- description: Added a `Code sample` section to [Calendar Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_calendar.html).
versions: 2.2.x, 2.3.x
type: Major update
date: July 9, 2019
link: https://github.com/magento/devdocs/pull/4851
- description: Added the 'Product view page available containers' section to [Product
Layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: July 8, 2019
link: https://github.com/magento/devdocs/pull/4630
- description: Clarified that the [Functional testing in Docker](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-development-testing.html)
is for ece-tools and not for the Magento application.
versions: 2.x
type: Technical changes
date: June 29, 2019
link: https://github.com/magento/devdocs/pull/4874
- description: Updated the route configuration instructions for Magento Commerce Pro
and Starter projects using the `routes.yaml` file.<br/>- Documented the `{all}`
route template option for the `routes.yaml` which simplifies route configuration
for projects with multiple domains. See [Configure routes](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_routes.html).<br/>-
Updated the route configuration documentation to indicate that customers can update
route configuration using the `routes.yaml` file on Pro Integration, Staging,
and Production environments. Previously, customers had to submit a support ticket
to update route configuration on Pro Staging and Production environments.
versions: 2.1.x, 2.2.x
type: Major update
date: June 28, 2019
link: https://github.com/magento/devdocs/pull/4795
- description: Release Notes for the Google Shopping ads Channel extension have been
updated to include version 2.0.0. The Upcoming Releases page has also been updated.
versions: 2.0 Google Shopping ads
type: Major update
date: June 28, 2019
link: https://github.com/magento/devdocs/pull/4850
- description: Added a [new command-line upgrade method](https://devdocs.magento.com/guides/v2.3/comp-mgr/cli/upgrade-with-plugin.html)
(yet experimental) using the Magento composer root plugin to resolve conflicts
in dependencies during the upgrade.
versions: 2.3.x
type: New topic
date: June 28, 2019
- description: Updated the [Module Reference Guide](https://devdocs.magento.com/guides/v2.3/mrg/intro.html).
versions: 2.3.2
type: Major update
date: June 27, 2019
link: https://github.com/magento/devdocs/pull/4862
- description: Added new topic about using the [depends annotation](https://devdocs.magento.com/guides/v2.3/test/integration/annotations/depends.html)
when writing integration tests.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: June 27, 2019
link: https://github.com/magento/devdocs/pull/4807
- description: Updated data for [bin/magento CLI reference](https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html)
and data for Magento packages for [Open Source](https://devdocs.magento.com/guides/v2.3/release-notes/packages-open-source.html),
[Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/packages-commerce.html),
and [Cloud](https://devdocs.magento.com/guides/v2.3/release-notes/packages-cloud.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: June 27, 2019
link: https://github.com/magento/devdocs/pull/4838
- description: Updated the Cloud Release notes for [ece-tools version 2002.0.20](https://devdocs.magento.com/guides/v2.3/cloud/release-notes/cloud-tools.html#v2002020).<br/>- New
[`ece-tools` reference](https://devdocs.magento.com/guides/v2.3/cloud/reference/ece-tools-reference.html)
topic.<br/>- New [Functional testing in Docker](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-development-testing.html)
environment.<br/>- Updated the [Application configuration PHP extensions](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_magento-app.html#php-extensions)
section.<br/>- Multiple updates to the Environment variables, including a new
[Post-deploy variable for Time to First Byte](https://devdocs.magento.com/guides/v2.3/cloud/env/variables-post-deploy.html).<br/>- Credited
community members that contributed to the ece-tools code.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: June 27, 2019
link: https://github.com/magento/devdocs/pull/4839
- description: Updated backward incompatible changes reference with the changes introduced
into [2.3.2](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html),
[2.2.9](https://devdocs.magento.com/guides/v2.2/release-notes/backward-incompatible-changes/reference.html),
[2.1.18](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html).
versions: 2.1.17, 2.2.9, 2.3.2
type: Major update
date: June 27, 2019
link: https://github.com/magento/devdocs/pull/4854
- description: Added the '11.3. Functional Testing' section to [Technical Guidelines](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html).
versions: 2.3.x
type: Major update
date: June 26, 2019
link: https://github.com/magento/devdocs/pull/4677
- description: Added 'New optional method argument' to both `PHP Interface` and to
`PHP Class` in [Codebase Changes](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/versioning/codebase-changes.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: June 25, 2019
link: https://github.com/magento/devdocs/pull/4676
- description: Published all documentation updates related to the Q2 Commerce and
Open Source release.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: June 25, 2019
link: https://github.com/magento/devdocs/pull/4825
- description: Added release notes for [Magento Commerce 1.14.4.2](https://devdocs.magento.com/guides/m1x/ce19-ee114/ee1.14_release-notes.html)
and [Magento Open Source 1.9.4.2](https://devdocs.magento.com/guides/m1x/ce19-ee114/ce1.9_release-notes.html).
versions: 1.9.4.2
type: Major update
date: June 25, 2019
link: https://github.com/magento/devdocs-m1/pull/9
- description: Added the GraphQL checkout tutorial,
which provides an overview of the steps you need place an order on behalf of a
guest or logged-in user.
versions: 2.3.2
type: Major update
date: June 25, 2019
link: https://github.com/magento/devdocs/pull/4271
- description: Added 'Code Sample' section to the [Confirm Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_confirm.html)
topic.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: June 24, 2019
link: https://github.com/magento/devdocs/pull/4802
- description: Added Commerce 2.3.2 to the [release information page](https://devdocs.magento.com/release/).
versions: 2.3.x
type: Major update
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4824
- description: Updated the REST schema for [2.3.2](https://devdocs.magento.com/redoc/2.3/)
and [2.2.9](https://devdocs.magento.com/swagger/index_22.html).
versions: 2.2.9, 2.3.2
type: Major update
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4816
- description: Added release notes for Magento Commerce 2.1.1.8.
versions: 2.1.18
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4773
- description: GraphQL supports the [Vault endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/vault.html),
which allows customers to store payment information with a service such as Braintree
Vault.
versions: 2.3.2
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4760
- description: Updated the [GraphQL release notes](https://devdocs.magento.com/guides/v2.3/graphql/release-notes.html)
for 2.3.2.
versions: 2.3.2
type: Major update
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4725
- description: Added release notes for Magento Commerce
and Magento Open Source
version 2.3.2.
versions: 2.3.2
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4722
- description: Added release notes for [Magento Commerce](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.9EE.html)
and [Magento Open Source](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.9CE.html)
version 2.2.9.
versions: 2.2.9
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4721
- description: Added Google reCAPTCHA installation information for Magento Open Source
and Commerce v[2.3.2](https://devdocs.magento.com/guides/v2.3/security/google-recaptcha.html),
[2.2.9](https://devdocs.magento.com/guides/v2.2/security/google-recaptcha.html),
and 2.1.18.
versions: 2.1.18, 2.2.9, 2.3.2
type: Technical changes
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4698
- description: Added information about the [PoisonPill interface](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/message-queues/refresh-config.html).
versions: 2.3.2
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4428
- description: Added the `isEmailAvailable` query to the GraphQL [customer endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/customer.html).
versions: 2.3.2
type: Major update
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4556
- description: The [GraphQL quote endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/quote.html)
adds numerous mutations for 2.3.2. Each mutation is documented separately. The
[GraphQL release notes](https://devdocs.magento.com/guides/v2.3/graphql/release-notes.html)
lists these new mutations.
versions: 2.3.2
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4502
- description: Added a feature to configure the lock provider to prevent the launch
of duplicate cron jobs and cron groups. In previous releases, Magento used the
database to save locks. Now you have the option to manage locks using the database,
Zookeeper, or file locks. See [Configure the lock provider](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-lock.html).
versions: 2.2.9, 2.3.2
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4409
- description: Added topics about [GraphQL caching](https://devdocs.magento.com/guides/v2.3/graphql/caching.html)
and [identity classes](https://devdocs.magento.com/guides/v2.3/graphql/develop/identity-class.html).
versions: 2.3.2
type: New topic
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4402
- description: Added the `only_x_left_in_stock` and `stock_status` attributes to the
[Products endpoint](https://devdocs.magento.com/guides/v2.3/graphql/reference/products.html).
These attributes were added to support Inventory Management orders.
versions: 2.3.2
type: Technical changes
date: June 22, 2019
link: https://github.com/magento/devdocs/pull/4340
- description: Completed the reference list and added a 'Code sample' section to the
[Prompt Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_prompt.html)
topic.
versions: 2.2.x, 2.3.x
type: Major update
date: June 19, 2019
link: https://github.com/magento/devdocs/pull/4782
- description: Added a new topic for the [Redirect Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_redirectUrl.html).
versions: 2.1.x, 2.3.x, 2.x
type: New topic
date: June 18, 2019
link: https://github.com/magento/devdocs/pull/4771
- description: Added the [Data Provider Annotation](https://devdocs.magento.com/guides/v2.3/test/unit/annotations/data-provider.html)
topic to the PHP Unit Testing guide.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: June 17, 2019
link: https://github.com/magento/devdocs/pull/4735
- description: Added a new topic that describes the [ArrayManager library](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/framework/array-manager.html)
and how to use it.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: June 17, 2019
link: https://github.com/magento/devdocs/pull/4682
- description: Added `bin/magento` reference documentation (autogenerated) for 2.1,
[2.2](https://devdocs.magento.com/guides/v2.2/reference/cli/magento.html), and
[2.3](https://devdocs.magento.com/guides/v2.3/reference/cli/magento.html).
versions: 2.x
type: New topic
date: June 17, 2019
link: https://github.com/magento/devdocs/pull/4693
- description: Added [information](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/indexing.html)
about indexing and the `mview.xml` file.
versions: 2.2.x, 2.3.x
type: Major update
date: June 14, 2019
link: https://github.com/magento/devdocs/pull/4683
- description: Added information about the Magento persistent module for v2.1
and [v2.2](https://devdocs.magento.com/guides/v2.2/mrg/ce/Persistent.html).
versions: 2.1.x, 2.2.x
type: New topic
date: June 8, 2019
link: https://github.com/magento/devdocs/pull/4707
- description: Updated Amazon Sales Channel installation information with composer-specific
step.
versions: 2.0.0-asc
type: Major update
date: June 7, 2019
link: https://github.com/magento/devdocs/pull/4704
- description: Updated the [Releases](https://devdocs.magento.com/release/) page to
include the Google Shopping ads Channel v1.1.2.
versions: 1.1.2-gsa
type: Major update
date: June 7, 2019
link: https://github.com/magento/devdocs/pull/4706
- description: Added a new section that describes the [differences between blocks
and containers](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-instructions.html#block_vs_container).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: June 7, 2019
link: https://github.com/magento/devdocs/pull/4599
- description: Added [release notes](https://devdocs.magento.com/extensions/google-shopping-ads/release-notes/)
for Google Shopping ads Channel patch 1.1.2.
versions: 1.1.2-gsa
type: Major update
date: June 7, 2019
link: https://github.com/magento/devdocs/pull/4703
- description: Added a [Applying patches](https://devdocs.magento.com/guides/v2.3/comp-mgr/patching.html)
topic to the Software Update Guide.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: June 6, 2019
link: https://github.com/magento/devdocs/pull/4670
- description: Updated the [Configuration types and objects](https://devdocs.magento.com/guides/v2.3/config-guide/config/config-files.html#config-files-classes-objects)
for the module configuration files.
versions: 2.3.x
type: Major update
date: June 4, 2019
link: https://github.com/magento/devdocs/pull/4643
- description: Updated the [Cloud New Relic topic](https://devdocs.magento.com/guides/v2.2/cloud/project/new-relic.html)
to distinguish Pro and Starter account actions and availability of services.
versions: 2.x
type: Technical changes
date: May 29, 2019
link: https://github.com/magento/devdocs/pull/4621
- description: Added information about [accordion widget events](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_accordion.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 29, 2019
link: https://github.com/magento/devdocs/pull/4580
- description: Added a known issue about Inventory Management to the 2.0.0 Amazon
Sales Channel [release notes](https://devdocs.magento.com/extensions/amazon-sales/release-notes/#v200).
versions: 2.0.0-asc
type: Technical changes
date: May 29, 2019
link: https://github.com/magento/devdocs/pull/4633
- description: Added the required class for [creating and running a new console command](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/cli-cmds/cli-howto.html),
including examples for styling the command output.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 29, 2019
link: https://github.com/magento/devdocs/pull/4613
- description: Added a new topic for [Product layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/product-layouts.html)
in the Frontend Developers Guide.
versions: 2.x
type: Major update
date: May 28, 2019
link: https://github.com/magento/devdocs/pull/4489
- description: Added new code examples showing you [how to use callbacks](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_tabs.html)
on widget tab events.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 28, 2019
link: https://github.com/magento/devdocs/pull/4578
- description: Added a new paragraph that provides more context about the [purpose
of blocks in layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-instructions.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 28, 2019
link: https://github.com/magento/devdocs/pull/4596
- description: Added a new section about [how to run API functional tests](https://devdocs.magento.com/guides/v2.3/graphql/functional-testing.html)
in GraphQL.
versions: 2.3.x
type: Major update
date: May 28, 2019
link: https://github.com/magento/devdocs/pull/4436
- description: Added a new section that describes how to [manage layouts](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-instructions.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 24, 2019
link: https://github.com/magento/devdocs/pull/4576
- description: Updated the [Cloud Release notes for ece-tools version 2002.0.19](https://devdocs.magento.com/guides/v2.3/cloud/release-notes/cloud-tools.html#v2002019).
versions: 2.x
type: Technical changes
date: May 24, 2019
link: https://github.com/magento/devdocs/pull/4603
- description: Added missing [menu widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_menu.html)
options and methods.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 24, 2019
link: https://github.com/magento/devdocs/pull/4589
- description: Added [methods](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_loader.html)
section for loader widget.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 23, 2019
link: https://github.com/magento/devdocs/pull/4588
- description: Added the `isExpandable` and `suggestionDelay` Quick Search widget
[options](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_quickSearch.html)
and fixed links to source code.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 23, 2019
link: https://github.com/magento/devdocs/pull/4590
- description: 'Reformatted YAML samples in the [Configure Environments: Services
section of the Cloud documentation](https://devdocs.magento.com/guides/v2.3/cloud/project/project-conf-files_services.html).'
versions: 2.x
type: Technical changes
date: May 22, 2019
link: https://github.com/magento/devdocs/pull/4574
- description: Added a [new tutorial](https://devdocs.magento.com/guides/v2.3/ext-best-practices/tutorials/dynamic-row-system-config.html)
that shows you how to add a dynamic rows system configuration.
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: May 21, 2019
link: https://github.com/magento/devdocs/pull/4528
- description: Added new code examples showing you [how to use callbacks](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_collapsible.html)
on collapsible widget events.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 21, 2019
link: https://github.com/magento/devdocs/pull/4552
- description: Added 'UI component used in the frontend design area' and 'UI component
used in the Adminhtml area' to [Overview of UI components](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/bk-ui_comps.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 21, 2019
link: https://github.com/magento/devdocs/pull/4503
- description: Added [reference documentation](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/routing.html#result-object)
about the `result object` returned by the `Action` class.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 20, 2019
link: https://github.com/magento/devdocs/pull/4541
- description: Added information about adding a custom carrier to the [Customize Checkout
tutorial](https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout-add-custom-carrier.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: New topic
date: May 20, 2019
link: https://github.com/magento/devdocs/pull/4371
- description: Added examples of [creating and updating a Magento admin user](https://devdocs.magento.com/guides/v2.3/install-gde/install/cli/install-cli-subcommands-admin.html)
with the command line.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 17, 2019
link: https://github.com/magento/devdocs/pull/4526
- description: Added reference documentation for [ZIP code attributes](https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout_zip.html),
including a new code sample showing how to pass multiple ZIP code patterns for
the same country.
versions: 2.1.x, 2.3.x, 2.x
type: Major update
date: May 17, 2019
link: https://github.com/magento/devdocs/pull/4530
- description: Added 'webapi.xsd XML schema file' section to [Configure services as
web APIs](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/service-contracts/service-to-web-service.html#validate-webapi).
versions: 2.1.x, 2.2.x, 2.3.x
type: Technical changes
date: May 15, 2019
link: https://github.com/magento/devdocs/pull/4521
- description: Added "Reverting data patches" section to [Develop data and schema
patches](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/declarative-schema/data-patches.html).
versions: 2.3.x
type: Major update
date: May 13, 2019
link: https://github.com/magento/devdocs/pull/4504
- description: Added clarity for `InstallData`/`UpgradeData` in relation to customer
EAV attributes for [EAV and extension attributes](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/attributes.html)
for all versions.
versions: 2.x
type: Major update
date: May 12, 2019
link: https://github.com/magento/devdocs/pull/4500
- description: Updated information for XML file order for [Theme inheritance](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/themes/theme-inherit.html).
versions: 2.x
type: Major update
date: May 12, 2019
link: https://github.com/magento/devdocs/pull/4499
- description: Updated steps for [Add a new input form to checkout](https://devdocs.magento.com/guides/v2.3/howdoi/checkout/checkout_form.html)
tutorial.
versions: 2.x
type: Major update
date: May 12, 2019
link: https://github.com/magento/devdocs/pull/4498
- description: Added a section and code example about using [email templates](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/translations/translate_theory.html)
to do translations.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 10, 2019
link: https://github.com/magento/devdocs/pull/4476
- description: Added information about [page layout types](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/layout-types.html)
and a new code example that shows how to use them.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 10, 2019
link: https://github.com/magento/devdocs/pull/4475
- description: Published Amazon Sales Channel documentation for GA release.<br/>-
[Install](https://devdocs.magento.com/extensions/amazon-sales/)<br/>- [Release
Notes](https://devdocs.magento.com/extensions/amazon-sales/release-notes/)<br/>-
[Compatibility](https://devdocs.magento.com/release/).
versions: 2.0.0-asc
type: Major update
date: May 10, 2019
link: https://github.com/magento/devdocs/pull/4472
- description: Added instructions for [debugging a UI component](https://devdocs.magento.com/guides/v2.3/ui_comp_guide/troubleshoot/ui_comp_troubleshoot_js.html)
using Chrome DevTools.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 10, 2019
link: https://github.com/magento/devdocs/pull/4392
- description: Added the observer interface implementation to the [observer example](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html)
in the technical guidelines.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 10, 2019
link: https://github.com/magento/devdocs/pull/4328
- description: Released Inventory Management (MSI) 1.1.2 Beta content including [Release
Notes](https://devdocs.magento.com/guides/v2.3/inventory/release-notes.html),
[Install Inventory Management](https://devdocs.magento.com/extensions/inventory-management/),
new [Inventory CLI reference](https://devdocs.magento.com/guides/v2.3/inventory/inventory-cli-reference.html),
new [Inventory API reference](https://devdocs.magento.com/guides/v2.3/inventory/inventory-api-reference.html),
and added "Bulk partial transfer" section to [Inventory mass actions](https://devdocs.magento.com/guides/v2.3/rest/modules/inventory/bulk-inventory.html).
versions: 1.1.2-msi, 2.3.x
type: New topic
date: May 9, 2019
link: https://github.com/magento/devdocs/pull/4458
- description: Added a row for Add-ons to the [Cloud Architecture table](https://devdocs.magento.com/guides/v2.2/cloud/architecture/cloud-architecture.html).
versions: 2.x
type: Technical changes
date: May 8, 2019
link: https://github.com/magento/devdocs/pull/4404
- description: Updated the Cloud Release notes for ece-tools version 2002.0.18.<br/>-
Significant update to the [Cloud Docker development](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-development.html)
section.<br/>- New section explaining the [Docker launch modes](https://devdocs.magento.com/guides/v2.2/cloud/docker/docker-config.html#launch-modes).<br/>-
New Docker topic for [Connecting to the database](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-database.html).<br/>-
Changed the top navigation for Cloud by expanding to two columns.<br/>- Added
new environment variables.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 8, 2019
link: https://github.com/magento/devdocs/pull/4448
- description: Added "Each function has one single purpose" section to [Writing Testable
Code](https://devdocs.magento.com/guides/v2.3/test/unit/writing_testable_code.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 7, 2019
link: https://github.com/magento/devdocs/pull/4437
- description: Added a [new code example](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_dialog.html)
showing how to initialize and pass options to the drop-down dialog widget.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 3, 2019
link: https://github.com/magento/devdocs/pull/4346
- description: Added Argument type examples in [Layout instructions](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/layouts/xml-instructions.html).
versions: 2.2.x, 2.3.x
type: Major update
date: May 3, 2019
link: https://github.com/magento/devdocs/pull/4333
- description: Added a code example section to [Collapsible Widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_collapsible.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 2, 2019
link: https://github.com/magento/devdocs/pull/4351
- description: Added information about the Magento Coding Standard to the following
topics:<br/>- Code sniffers<br/>-
[PHP coding standard](https://devdocs.magento.com/guides/v2.3/coding-standards/code-standard-php.html)<br/>-
[Template CSS security](https://devdocs.magento.com/guides/v2.3/frontend-dev-guide/templates/template-security.html)<br/>-
[Security, performances, and data handling](https://devdocs.magento.com/guides/v2.3/ext-best-practices/extension-coding/security-performance-data-bp.html)<br/>-
[Working with architecture](https://devdocs.magento.com/guides/v2.3/ext-best-practices/extension-coding/working-with-arch-bp.html)<br/>-
[Test your component](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/validate/test-module.html)
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: May 2, 2019
link: https://github.com/magento/devdocs/pull/4360
- description: Page Builder migration documentation - Learn how to use the Page Builder
migration module to [migrate your BlueFoot content to Page Builder](https://devdocs.magento.com/page-builder-migration/docs/).
versions: 2.3.1
type: New topic
date: May 2, 2019
link: https://github.com/magento/devdocs/pull/4381
- description: Added Amazon Sales Channel [installation guide](https://devdocs.magento.com/extensions/amazon-sales/)
and [release notes](https://devdocs.magento.com/extensions/amazon-sales/release-notes).
versions: 2.2.x, 2.3.x
type: New topic
date: April 26, 2019
link: https://github.com/magento/devdocs/pull/4361
- description: Added a new code sample showing how to use the [accordion widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_accordion.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: April 24, 2019
link: https://github.com/magento/devdocs/pull/4304
- description: Added a [new code sample](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_modal.html#code-sample)
showing how to initialize a modal widget and pass options to it.
versions: 2.1.x, 2.3.x, 2.x
type: Major update
date: April 17, 2019
link: https://github.com/magento/devdocs/pull/4269
- description: Added the ["Check the Magento version"](https://devdocs.magento.com/guides/v2.3/extension-dev-guide/versioning/check-version.html)
topic.
versions: 2.x
type: New topic
date: April 17, 2019
link: https://github.com/magento/devdocs/pull/4152
- description: Add a new [Magento Extensions](https://devdocs.magento.com/extensions/)
section for installing Magento-developed extensions, such as Google Shopping ads
Channel. Moved existing installation docs for B2B and MSI to new section.
versions: 2.x
type: New topic
date: April 15, 2019
link: https://github.com/magento/devdocs/pull/4214
- description: Added a new [code sample](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_tabs.html#code-sample)
showing how to initialize and use a tabs widget.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: April 15, 2019
link: https://github.com/magento/devdocs/pull/4242
- description: Updated the [default web accessible locations](https://devdocs.magento.com/guides/v2.2/cloud/project/project-conf-files_magento-app.html#web)
with the latest rules for the `robots.txt` file.
versions: 2.1.x, 2.2.x
type: Technical changes
date: April 12, 2019
link: https://github.com/magento/devdocs/pull/4205
- description: Added [Integration tests file structure](https://devdocs.magento.com/guides/v2.3/test/integration/integration_test_execution.html#integration-tests-file-structure)
to the Running Integration Tests topic.
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: April 11, 2019
link: https://github.com/magento/devdocs/pull/4197
- description: Updated [backward incompatible changes topics](https://devdocs.magento.com/guides/v2.3/release-notes/backward-incompatible-changes/reference.html):<br/>-
Merged topics for open-source and commerce backward incompatible changes into
single topic.<br/>- Added a section for changes introduced to the 2.3-develop
branch codebase after 2.3.1 release.
versions: 2.x
type: Major update
date: April 11, 2019
link: https://github.com/magento/devdocs/pull/4226
- description: Added code sample for [Menu widget](https://devdocs.magento.com/guides/v2.3/javascript-dev-guide/widgets/widget_menu.html).
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: April 11, 2019
link: https://github.com/magento/devdocs/pull/4026
- description: Added section about exceptions to [GraphQL functional testing](https://devdocs.magento.com/guides/v2.3/graphql/functional-testing.html).
versions: 2.3.x
type: Major update
date: April 11, 2019
link: https://github.com/magento/devdocs/pull/4148
- description: Added clarification about the location of Service Contracts in section
6.4.1.1 of the [Technical Guidelines](https://devdocs.magento.com/guides/v2.3/coding-standards/technical-guidelines.html)
versions: 2.x
type: Major update
date: April 10, 2019
link: https://github.com/magento/devdocs/pull/3524
- description: Added a new [product release information](https://devdocs.magento.com/release/)
topic that describes Magento release policy, product availability, and extension
stability.
versions: 2.3.x
type: New topic
date: April 5, 2019
link: https://github.com/magento/devdocs/pull/4098
- description: Added a topic about [GraphQL debugging](https://devdocs.magento.com/guides/v2.3/graphql/develop/debugging.html).
versions: 2.3.x
type: New topic
date: April 3, 2019
link: https://github.com/magento/devdocs/pull/4013
- description: Added information on Composer package updates to address PayPal Payflow
Pro carding activity issues to the Release Notes for 2.3.1 [Open Source](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1OpenSource.html)/[Commerce](https://devdocs.magento.com/guides/v2.3/release-notes/ReleaseNotes2.3.1Commerce.html),
2.2.8 [Open Source](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.8CE.html)/[Commerce](https://devdocs.magento.com/guides/v2.2/release-notes/ReleaseNotes2.2.8EE.html),
and 2.1.17 Open Source/Commerce.
versions: 2.x
type: Major update
date: April 2, 2019
link: https://github.com/magento/devdocs/pull/4103
- description: Added a topic about [how to retrieve](https://devdocs.magento.com/guides/v2.3/graphql/get-customer-authorization-token.html)
the customer's authorization token for GraphQL queries and mutations.
versions: 2.3.1
type: New topic
date: April 1, 2019
link: https://github.com/magento/devdocs/pull/4052
- description: Added a topic about [how to retrieve](https://devdocs.magento.com/guides/v2.3/graphql/get-customer-authorization-token.html)
the customer's authorization token for GraphQL queries and mutations.
versions: 2.3.1
type: New topic
date: April 1, 2019
link: https://github.com/magento/devdocs/pull/4052
- description: Added section about mutations in [Resolvers](https://devdocs.magento.com/guides/v2.3/graphql/develop/resolvers.html).
versions: 2.3.x
type: Major update
date: March 30, 2019
link: https://github.com/magento/devdocs/pull/4096
- description: Changed Third-party licenses topics to [Packages](https://devdocs.magento.com/guides/v2.3/release-notes/packages-open-source.html)
and added a section with `magento/`-specific dependencies.
versions: 2.x
type: Major update
date: March 29, 2019
link: https://github.com/magento/devdocs/pull/4087
- description: Moved the MFTF docs from `<devdocs root>/mftf/2.3/` to [`<devdocs root>/mftf/docs/`](https://devdocs.magento.com/mftf/docs/introduction.html).<br/>The
docs have been moved to the [MFTF repository](https://github.com/magento/magento2-functional-testing-framework).
versions: 2.2.x, 2.3.x
type: Major update
date: March 28, 2019
link: https://github.com/magento/devdocs/pull/3898
- description: 'Updated the [Cloud Release notes for ece-tools version 2002.0.17](https://devdocs.magento.com/guides/v2.3/cloud/release-notes/cloud-tools.html#v2002017).<br/>-
Updated supported versions for Elasticsearch and Redis<br/>- Added two Docker
images: Elasticsearch 6.5 and Redis 5.0.<br/>- Improved initial [Docker launch
steps](https://devdocs.magento.com/guides/v2.3/cloud/docker/docker-config.html).<br/>-
Added the SCD_COMPRESSION_TIMEOUT environment variable for [build](https://devdocs.magento.com/guides/v2.3/cloud/env/variables-build.html#scd_compression_timeout)
and [deploy](https://devdocs.magento.com/guides/v2.3/cloud/env/variables-deploy.html#scd_compression_timeout).'
versions: 2.1.x, 2.2.x, 2.3.x
type: Major update
date: March 28, 2019
link: https://github.com/magento/devdocs/pull/4068
- description: Added a section about fixtures in [GraphQL functional testing]( https://devdocs.magento.com/guides/v2.3/graphql/functional-testing.html)
versions: 2.3.x
type: Major update
date: March 28, 2019