-
Notifications
You must be signed in to change notification settings - Fork 577
/
CHANGELOG.legacy.yml
2246 lines (2116 loc) · 112 KB
/
CHANGELOG.legacy.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
# We are no longer using this changelog, see this RFC: https://github.com/artsy/eigen/issues/4499
upcoming:
version: 6.10.1
date: TBD
dev:
- Add new adress form
- Add apple authentication - dzmitry
- Add google authentication - dzmitry
- Add new onboarding feature flag on ios - dzmitry
- Add optionalField for Order History and Order Details - Serge0n
- Add specs for deleteSavedSearch and createSavedSearch mutations - dzmitry tratsiak
- Add toggledSavedSearch analytics tracking - devon blandin
- Allow custom attributes from a push notification payload to be passed through to React Native scenes - devon blandin
- Add diagnose script - mounir
- Pass size filter parameters to a saved search criteria - dzmitry tratsiak
- Update open simulator command in getting started docs - ole
- Fix follow artist button on ios - dzmitry
- Add analytics for AuctionResultsForYou and AuctionResultsRail components - yauheni
- Add a feature flag for Saved Addresses - ozzie
- Initial Push Notification Setup on android - kizito
- Replace deleteSavedSearch mutation on disableSavedSearch - dzmitry tratsiak
- Add tracking to "Unable To Load" screen - mounir
- Adjust auction results for you tracking - ole
- Make Home Auction Results By Followed Artists ready for release - mounir
- Replace ios native analytics with segment analytics - kizito
user_facing:
- Add keyword search to artist auction reults - ole
- Prepopulate phone number field in edit address form - lily
releases:
- version: 6.10.0
- date: July 12, 2021
- dev:
- Add apple authentication - dzmitry
- Add google authentication - dzmitry
- Add new onboarding feature flag on ios - dzmitry
- Add optionalField for Order History and Order Details - Serge0n
- Add specs for deleteSavedSearch and createSavedSearch mutations - dzmitry tratsiak
- Add toggledSavedSearch analytics tracking - devon blandin
- Allow custom attributes from a push notification payload to be passed through to React Native scenes - devon blandin
- Add diagnose script - mounir
- Pass size filter parameters to a saved search criteria - dzmitry tratsiak
- Update open simulator command in getting started docs - ole
- Fix follow artist button on ios - dzmitry
- Add analytics for AuctionResultsForYou and AuctionResultsRail components - yauheni
- Add a feature flag for Saved Addresses - ozzie
- Initial Push Notification Setup on android - kizito
- Replace deleteSavedSearch mutation on disableSavedSearch - dzmitry tratsiak
- Add tracking to "Unable To Load" screen - mounir
- Adjust auction results for you tracking - ole
- Make Home Auction Results By Followed Artists ready for release - mounir
- user_facing:
- Prevent facebook auth for users without email - dzmitry
- Fix unfollowing categories - katsiaryna alshannikava
- Remove "Enable push notification" guard for disabling saved search - dzmitry tratsiak
- Fix locations menu redirection - katsiaryna alshannikava
- Implement share button for articles - katsiaryna alshannikava, mounir
- Allow screen rotations on android tablets - kizito
- Fix overlapping of social buttons over the 'Next' button for iOS - katsiaryna alshannikava
- Connect auction results for you to metaphysics endpoint - yauheni
- Fix opening artist page after passing new onboarding on ios - dzmitry
- Polish Auction Results for you screen and home rail (behind feature flag) - ole
- Fix crash when opening app from background on android - brian
- Change error handling middleware & include optionalField graphql directive to home screen - ole
- Refresh artwork page after purchase modal dismiss - katsiaryna alshannikava
- Prevent users from submitting consignments for non target supply artists - ole
- Fix empty search for consignment submissions - dzmitry
- Release order history view - sweir
- Add Saved Addresses screen (behind feature flag) - ozzie
- Fix visual bug on auction result list item on artist insights screen - ole
- Fix auction result home rail loading spinner issue - ole
- Fix share button on BNMO Flow - ole, mounir, sam, george
- Annotate home screen queries with optionalField directive - ole
- Fix collection home rail loading spinner issue - ole
- Refactor category screen header and filters to match other artwork grids - dzmitry tratsiak
- Use infinite scroll in featured fairs screen - katsiaryna alshannikava, ole
- Fix overlapping of Gallery name and time remaining for Vieweing rooms - katsiaryna alshannikava
- Fix auction results for you description text scroll issue - ole
- Fix facebook login failing after signing up for a new account - stanislau hanchar
- version: 6.9.5
- date: June 24, 2021
- dev:
- Add facebook authentication - dzmitry
- Pass size filter parameters to a saved search criteria - dzmitry tratsiak
- Update open simulator command in getting started docs - ole
- Update debugging docs - mounir
- Send data in the filter params format for saved search - dzmitry tratsiak
- Enables external flag for order history - sweir
- Prepare search criteria values to filter params - dzmitry tratsiak
- user_facing:
- Fixed "Unable to load" error on OrderHistory page when artwork is deleted/unpublished from order
- Pick up should be displayed in Sold by section - Serge0n
- Country should be written with full name - Serge0n
- Name from shipping address should be displayed instead of account name - Serge0n
- User can see the way of delivery - Serge0n
- OrderDetails with SoldBy section - alexj105
- OrderDetails with headInfo - alexj105
- OrderDetails with ArtInfo and ShipsTo - alexj105
- fix inaccurate validators for artwork submission - yauheni
- Check saved search when the user applied the filter - dzmitry tratsiak
- Don't close filter artwork modal when "clear all" tapped - dzmitry tratsiak
- Continue to show the offer approved banner in an inquiry offer conversation after fulfillment - erikdstock
- Add link to Conditions of Sale in sign up - dzmitry
- Add saved search banner update banner state automatically on save/filter actions - kizito
- Show visual feedback when the "Sort & Filter" button is pressed - dzmitry tratsiak
- Don't show saved search banner when only sort filter is selected - dzmitry tratsiak
- Add articles (market news) screen - ole
- Add Filter Component to Collections Page - kizito
- Check push notification permissions before saving search - kizito
- Implement infinite scroll on android - kizito
- Removed native spinner component and replaced with palette spinner - gkartalis, pvinis
- Show a toast message for saved search mutations - dzmitry tratsiak
- Added "Auction lots for you" landing screen - damon
- Fix Aligned InfoCircleIcon - gkartalis
- Hide spinner when there is no more artworks to load - katsiaryna alshannikava
- Aligned 'Next' button in the 'Sell work' menu - katsiaryna alshannikava
- Fix home screen articles rail spacing - ole
- Decrease web view scroll deceleration rate - ole
- Show price with currency prefix in auction result list - ole
- Add auction house filter for auction results - ole
- version: 6.9.4
- date: June 10, 2021
- dev:
- Improve admin menu - dzmitry
- Use app links on android - mounir
- obfuscate env vars on android - kizito
- Remove feature flag check for artist nationality filter - devon
- Remove feature flag check for custom size filter - devon
- Fix iOS app blank screen - ole, mounir
- Replace "color" filter with "colors" filter - dzmitry tratsiak
- Add Saved Search feature flag - kizito
- Send only changed filter params in the analytics event - dzmitry tratsiak
- Update PR template to not automatically attach an unrelated Jira ticket - erikdstock
- Add createSavedSearch mutation - dzmitry tratsiak
- Add deleteSavedSearch mutation - dzmitry tratsiak
- user_facing:
- Fix wrong displaying in Order History when fields are too long - Serge0n
- Add payment method section (behind feature flag) - irina-sid
- Add Order Summary section into OrderDetails page - Serge0n
- Add order details skeleton (behind feature flag) - Serge0n
- Implements custom size filter with localization (behind feature flag) - damon
- Adds artist nationality & ethnicity filter (behind feature flag) - damon
- Add order history skeleton (behind feature flag) - Serge0n
- Add orders to order history (behind feature flag) - Serge0n
- Add order details page (app registry, a route with orderID, relay container) - irina-sid
- Update auction registration flow UI - ole
- Implements custom size filter with localization - damon
- Adds artist nationality & ethnicity filter - damon
- Add artwork location filter to artwork grids - iskounen
- Fix back button in android onboarding is flying off in smaller screens - dzmitry
- Prevent multiline input placeholder on Android - ole
- Fix info button in conversation is hard to press - dzmitry
- Update order of filters - dzmitry tratsiak
- Fix time mismatch between auction list and individual auction page - matt
- Fix swiping on filter options selects them - dzmitry tratsiak
- User can enter auction results tab from search - dzmitry
- Fix double tapping on the 'Log in' button opens a blank page - dzmitry
- Implement auction results section in home screen (behind feature flag) - yauheni
- Implement auctionResultsForYou screen (behind feature flag) - yauheni
- Fix registration flow error handling (e.g. invalid phone number) - ole
- Decode html entities in markdown - ole
- close keyboard on message send - lily
- Clear applied filters after click on "clear all" button immediately - dzmitry tratsiak
- Release new price range filter to artwork grids - iskounen
- Fix padding between section titles and the artwork grids below them - stas hanchar
- Add saved search banner (behind feature flag) - dzmitry tratsiak
- Add articles rail to home screen - ole
- Update articles rail design on artist overview screen - ole
- Fix home screen placeholder changing with bug 🎉 - ole
- Fix android native go back from sale tab to search - yauheni
- Vertically aligned 'Follow/Following' artist button text - stas hanchar
- Fix card input on android - dzmitry
- Add articles rail to home screen - ole
- Change articles rail design in artist overview page - ole
- Specified a more specific error for logging in with Apple or Facebook - stas hanchar
- version: 6.9.3
date: June 1, 2021
dev:
-
user_facing:
- fix disabled button bug for works with only one edition - lily
- version: 6.9.2
date: May 26, 2021
dev:
- Convert filter queries to use a single structured input for filterArtworksConnection requests - dzmitry tratsiak
- Allow sticky tabs to add additional sticky content - mdole
- Fix url decoding in navigation infra code - kizito
- Update android play store metadata - brian
- Fix sign up validation - dzmitry
- Use string for user agent when debugging on Android - ole
- fix fastlane issue - brian
- Add admin menu item to clear relay cache - brian
user_facing:
- Fix wrong input font on android - dzmitry
- Fix android native getNavigationHeight method - kizito
- Fix home screen load failure on logout - brian
- Add artwork Material filter - dzmitry tratsiak
- Prevent android dark mode forced on users - kizito
- Fix unusable slider on android - dzmitry
- Fix vanishing artist series - mounir
- Add search UI for material filter - dzmitry tratsiak
- Add order history to user profile (behind feature flag) - alexj105
- Enable lotsByFollowedArtists - ole
- Add ability to unselected "ways to buy" filter - dzmitry tratsiak
- version: 6.9.1
date: May 18, 2021
dev:
- lock screen orientation to portrait on android phones - mounir
- Fix artist follow is incorrectly firing action_name - dzmitry
user_facing:
- Correct formatted large numbers' display - kizito
- Fix cancel button next to search bar doesn't clear terms/results - yauheni
- Fix phone input misalignment on android - kizito
- Fix push notification pre request prompt showing up everytime - kizito
- Fix spaces between items in SaleList - yauheni
- Inquiry checkout copy additions from legal - lily
- Fix artwork unavailable issue on the conversation screen - starsirius
- Removes max-height on artwork filter modal - damon
- Fix push notification registration - brian
- Enable Inquiry Checkout - starsirius
- version: 6.9.0
date: May 12, 2021
dev:
- Add native modalDismissed event - lily & christina
- Fix beta promotion and packaging issues - brian
- Add analytics on android - pavlos
- Add staging support for deep links on android - mounir, ole
- Refactor filter event payloads to send JSON - roop
- Fix issue with ARSpinner being registered more than once - mounir, kizito
- Simplify react-navigation infra - david
user_facing:
- CTA for inquiry checkout phase 2 - sepans
- Combine gallery and institution artwork filters - mdole
- Remove old login from android - adam, barry, david, jonathan, mounir, pavlos
- Allows multi-select filters to be searchable - damon
- Rename artist about tab to artist overview tab - iskounen
- Move rails on artist artwork tab to artist overview tab - iskounen
- Update onboarding screens copy - mounir
- Support dark and light themes on android - mounir
- Fix billing country field text color and style - ole
- Show loading spinner in all infinite scroll artowrk grids - ole
- Fix missing bottom space on the Partner Artworks screen - ole
- Animate welcome screen - mounir
- Add fading screen transition when transitioning from sign up to login
- Add onboarding personalization screen - mounir
- Move sort & filter button to artist artworks grid header - iskounen
- Show live auctions in webview on Android - brian
- Update home screen modules (change order, remove recently saved) - ole
- Route artist auction results to artist insights - ole
- Add "Lots by artists I follow" rails to the home screen - ole
- Add buyer guarantee message and link to inquiry make offer button - lily
- Fix extra padding on home module rails - mounir, ole
- Implements custom price filter option (behind feature flag) - damon
- Remove lots by followed artists rail for now - brian
- Removes max-height on artwork filter modal - damon
- version: 6.8.4
date: Apr 29, 2021
dev:
- Migrate environment configuration to TypeScript - david
- Improve bottom tabs dev state management - david, mounir
- Refactor Filter Modals - mounir
- Update filter params change tracking type for auction results - ole
- Track a screen event when user lands on artist auction Results - ole
- Fix android hardware back button in fancy modals - david
- Extract useDeepLinks - mounir
- Add user agent to android - brian, david, thomas, jonathan, pavlos, mounir
- Fix android share - brian, mounir, david, pavlos
- Fix auction faq crash - brian, mounir, david, pavlos, jonathan
- Move ruby version declaration to root - roop
- Track notable works rail tap and view all artist series tap on artist page - ole
- Track filter change on artist series page - ole
- Add vscode launch config to debug tests in current file - ole
user_facing:
- Add forgot password screen in new login - brian
- Conversation-offer updates to CTA to allow multiple offers - erikdstock
- Replace "All" option on multi-select filters with upper right-hand "Clear all"
- Fix input text scrolling and header title spacing - pavlos, david, mounir, brian, thomas
- Fix infinite spinner on Android when following within an artist rail - pepopowitz
- Fix iOS13 modal keyboard avoidance - david
- Release multi-select time period filter - iskounen
- Refine filter header typography, spacing & copy - damon
- Fix renderWithLoadProgress on android - brian, mounir, pavlos
- Hides "Default" sort label behind feature flag - damon
- Fix unable to load artist screen - adam, brian, david, thomas, jonathan, mounir
- Fix and Release new multiselect "Colors" filter - ole
- Release artwork filter style updates - iskounen
- Restrict Android phones to portrait mode - adamb
- Fix palette button disabled state on iOS - mounir
- Fix artwork filter apply button disabled logic - iskounen
- Fix Filter Artwork title text breaking - mounir
- version: 6.8.3
date: Apr 14, 2021
dev:
- Migrate LoadFailureView to typescript - adam, brian, david, mounir, pavlos
- Use adjustPan for windowSoftInputMode - mounir
- Make android app full-bleed - david
- Add camera permissions to android manifest - brian
- Switch to react-native-credit-card-input (away from tipsi-stripe) - david
- Use webfont for StyledWebView - david
- Reduce relay logging noise - david
- Use artistAuctionResults instead of artistInsights for artist insights - mounir
- Improve sentry error reporting - mounir
- Hide AdminMenu behind 7 taps of "Version" - pavlos
- Use radio buttons for single-select filters behind feature flag - iskounen
- Specify tracking screen owner in tab bar tracking - ole
- Fix keyboard avoidance - david
- Use ArtsyWebView instead of WebView for auction FAQ - ole
- don't remove node_module assets when bundling - brian
user_facing:
- Use toolbar style modal headers in consignments flow - brian
- Add Onboarding welcome screen - mounir
- Use standard Select component in consignments and bid flows - david
- Add splash screen to android - mounir
- Support change system navigation bar color on android - mounir
- Add ability for one modal to replace another and use it in inquiry checkout flow - erik, david
- Fix message ordering in Inbox - starsirius
- Converts multi-select filters to use checkboxes instead of toggles - damon
- Add modal replacement api to android app - erik, david
- Fix conversation scrolling while supporting dismissing keyboard - starsirius
- Updates filter styling - damon
- Hide push notifications section in settings for Android - ole
- Rename the category filter to medium - iskounen
- Suppress artwork deep-zoom taps on Android - pepopowitz
- version: 6.8.2
date: Mar 31, 2021
dev:
- Add QAInfo UI and flag - pavlos
- Add echo flag for react native web views - david
- Fix iOS modal presentation infra code - david
- Fix first install event analytics - brian, mike
- Make back button hideable on android - david
- Set up basic react webview module - david
- Bring all relay packages to the same version - pavlos
- Add cookie setup for react web views - david
- Add link interception for react web views - david
- Fix iOS modal presentation infra code - david
- Enable sentry for android - brian, barry
user_facing:
- Set system navigation bar color to white on modals for android - mounir
- Fix UI for Inquiry message count on iPad - pavlos
- Fix action sheets on android - brian, barry
- Fix change password screen title - mounir
- Enable experimental layout animation on android - mounir
- Group order updates with messages in an associated conversation - erik, lily
- Fix modal header on iOS 14 in consignments flow - brian
- version: 6.8.1
date: Mar 16, 2021
dev:
- Fix auction results showing zero price - pavlos, steve
- Migrate LoadFailureView to typescript - adam, brian, david, mounir, pavlos
- Migrate environment configuration to TypeScript - david
- Improve bottom tabs dev state management - david, mounir
- Use adjustPan for windowSoftInputMode - mounir
- Fix iMessage stickers - pavlos
- Make android app full-bleed - david
- Make auction screens mountable on android - barry, brian
- Support deep links on android - adam, barry, brian, david, mounir, steven
- Fix sticky tab page layout problems on android - david
- Update bid + registration flow modal header styles - david
- Override Android back button in consignment form - adam
- Add feature flag for improved artwork filters - iskounen
- Enable feature flags on android - mounir
- Enable new onboarding feature flag - mounir
- Adds improved time period filter behind feature flag - iskounen, damon, devon, roop
- Adds improved colors filter behind feature flag - damon
user_facing:
- Fix sign out bug - david, mounir
- Adds inquiry checkout offer status CTA - lily
- Update consignment photo selection flow for iOS 14 - brian
- Allow adding pricePaid info in my collection - barry, brian
- Adds inquiry make offer button - lily
- Add extra safety to extractNodes - david, mounir
- Display make offer button in conversation only when there is no active order - starsirius
- Fix sailthru deeplinks causing crash - brian, barry, steven
- Fix fancy modal height on android - mounir
- Fix fancy modal status bar color - mounir
- Fix fancy modal keyboard issues - mounir
- Fix fancy modal border radius animating on non shrinking backgrounds - mounir
- Allow users to scroll to bottom of multi select filters - iskounen
- Fix batched loading of artwork category filter options - iskounen
- Hooks up offer CTA to conversation order - lily
- version: 6.8.0
date: Mar 3, 2021
user_facing:
- Fix a bug causing users to be signed into a test environment - david
- version: 6.7.9
date: Mar 2, 2021
dev:
- Migrate LoadFailureView to typescript - adam, brian, david, mounir, pavlos
- Migrate environment configuration to TypeScript - david
- Improve bottom tabs dev state management - david, mounir
- Use adjustPan for windowSoftInputMode - mounir
- Make android app full-bleed - david
user_facing:
- Adds inquiry checkout offer status CTA - lily
- Update consignment photo selection flow for iOS 14 - brian
- Allow adding pricePaid info in my collection - barry, brian
- version: 6.7.8
date: Feb 18, 2021
dev:
- Add scripts and docs for android beta promotion - pavlos
- Migrate feature flag infrastructure to easy-peasy - david
- Update artist insights flag and set readyToRelease to true - mounir
- use native webview to share auth creds in checkout - brian
user_facing:
- Fix issue where user's watched lots are not always up to date - erik
- Add custom ShareSheet and sharing to Instagram Stories - pavlos
- MarketStats on auction results - pepopowitz, mounir
- fix - show correct up/down arrows on Market Stats - pepopowitz
- Loading skeleton for market stats - pepopowitz
- hooks up inquiry make offer modal to web view checkout flow - lily
- Convert cents to dollars in market stats - pepopowitz
- Dedupe currencies in auction results - pepopowitz
- update support email - brian
- scroll to the top after applying a filter on auction results- mounir
- Market stats formatting fixes - brian
- Add fonts to android - mounir, steven
- Fix send feedback on Android - adam
- version: 6.7.7
date: Feb 4, 2021
dev:
- Remove unused files and scripts - pavlos
- Add basic log-in flow for android - david
- Add android ci for testing PRs and deploying betas - pavlos, david
- Configure metaphyiscs and relay for android - david
- Use @artsy/palette-tokens package - justin, david
- Explicitly tag releases to fix sentry errors - cx
- Implement analytics on auction results - mounir
- Validate CHANGELOG.yml - brian, pavlos, brian, adam, steven, david, mounir
- Add increase/decrease icons - pepopowitz
- Add android navigation infra - david, mounir
- Use api key in fastlane scripts - brian, mounir
user_facing:
- Added watched lots to MyBids - erik, ashley, christina
- Refresh inbox automatically upon revisiting - erik, lily
- Poll and refetch images when images are processing (my collection) - brian
- Make AuctionResults not available text fit in one line - mounir
- Show filter button when there are less than 2 auction results available - mounir
- Hide artist insights tab when no auction results are available - mounir
- show FilteredArtworkGridZeroState when no results are available - mounir
- show total count of auction results - mounir
- Add info modals to artist insights and auction results - brian
- Make AuctionResult screen fields selectable - mounir
- Add NotArtwork Icon to AuctionResult screen - mounir
- Add extra bottom padding on artist insights auction results - mounir
- Remove separator from last auction result - mounir
- Show mid-estimate performance on auction results - mounir
- version: 6.7.6
date: Jan 20, 2021
dev:
- Analytics tracking for My Collection - pepopowitz, annacarey
- Fix `isVisible` root view prop to respect tab switches - david, erik, lily
- Add android app shell - pavlos, cx
- Surface alert message for users with no email client setup - annacarey, pavlos
- Remove unused deps - pavlos
- Adds lab option for inquiry checkout - lily
- Refactor filters modal to use react-navigation - mounir
- Replace NavigatorIOS with react-navigation shim - david
user_facing:
- Add sharing on Instagram - pavlos
- Fix a layout bug (double separator) in My Collection Artwork Details
- Fix layout in My Collection artwork form AdditionalDetails screen - david
- Fix a layout bug - pavlos
- Add some more haptic feedback - annacarey, pavlos
- Add auction result screen - adam
- Add filter button and screen to the ArtistInsights AuctionResults - mounir
- Add phone number confirmation step to consignments flow - david
- Allow users to indicate works in MyCollection as editions without marking edition size or number - anna
- Wire up `See all past shows` button - adam
- Display sale date correctly on auction results - pepopowitz, ana lisa
- Add Sort filter to AuctionResults - mounir
- Add Categories filter to AuctionResults - mounir
- Add Size filter to AuctionResults - mounir
- Add Year filter to AuctionResults - mounir
- Add StickyScrollHeader and Skeleton to Past Shows screen - adam
- Add a useElasticOverscroll hook and use in Past Shows screen - adam
- version: 6.7.5
date: Jan 07, 2021
dev:
- Upgrade Mapbox - pavlos
- Analytics tracking for My Collection - pepopowitz, annacarey
- Fix `isVisible` root view prop to respect tab switches - david, erik, lily
- Change logic for Auction Insights Result - pavlos
- Add slack notification when betas fail - brian
- Add analytics tracking for My Bids - ashley, erik, christina
- Removes unused native code - ash
- More analytics for My Collection - brian
- Points to Artsy forks only - ash
- Fix crash on entering city guide - brian
- Simplify useStickyScrollheader - adam
user_facing:
- Fix logout alert not showing up on changing password - brian
- Fix a layout bug (double separator) in My Collection Artwork Details
- Fix a layout bug (double separator) in My Collection Artwork Details - adam
- Fix layout in My Collection artwork form AdditionalDetails screen - david
- Make active bids clickable - anna, mounir
- Fix empty state featured fairs rail on homepage - anna, mounir
- version: 6.7.4
date: Dec 17, 2020
dev:
- Add slack notification when betas fail - brian
- Enable my bids - lily
user_facing:
- Update copy in My Collection - annacarey
- Fix multi-image upload and add processing state in my collection - brian, barry
- Add auction lots history to artist insights tab - mounir, pavlos
- Move shows entry point to about tab - mounir
- Fix image graininess in my collection - brian
- Fix bug where user profile may fail to load - erik
- Fix bug preventing empty values from being saved (my collection) - brian
- Add improved phone number input - david
- Add support for deleting photos in my collection - brian. barry
- version: 6.7.3
date: Dec 8, 2020
dev:
- Update color scheme - mdole
- Allow for multiple artwork images in My Collection - adam
- Set price and marketing text dynamically - adam
- Migrate floor selling price and online asking price in My Bids to the new type - starsirius
- remove new inquiry flow feature flag in favor of echo flag - lily
user_facing:
- Add artist past shows screen - mounir
- Add loading spinner to infinite artwork grid on artist page - david
- Avoid shrinking the background on non-fullscreen fancy modals - david
- Add pull to refresh to bids view - lily
- Support iOS 14 photo picker in My Collection - brian
- Scroll to add message input on Inquire screen - ashley, mounir
- Make add message input height relative to its size - ashley, mounir
- Avoid shrinking the background on non-fullscreen fancy modals - david
- removed x from inquiry sent notification - lily
- Minor copy changes for My Collection - pepopowitz
- Fix city guide hang on iOS 14 - brian
- Fix apns token registration issue - brian
- Fix regression that hids textarea in 1st inquiry modal - christina
- version: 6.7.2
date: November 30, 2020
dev:
- Remove SwitchBoard.tsx - david
- Update url for echo, now in s3 - ash, pavlos
- Move bottom tabs navigator to TS - david
- Add some relay mock helpers - pavlos
- Fix city guide CTA images not showing when running using Xcode 12 - pavlos
- Fix minimize startup api requests - brian
- Remove analytics tracking on back-arrow taps - pepopowitz
- Rename AppStore to GlobalStore - david
- Update STRICTNESS_MIGRATION comments - david
- Don't pass email to segment - brian
- Pass correct arguments to auction artwork grid tracking - pepopowitz
- Upgrade CI to Xcode 12 - pavlos
- Fix device token checking logic - david
user_facing:
-
- version: 6.7.1
date: November 13, 2020
dev:
-
user_facing:
- Fix a bug with unregistered auction screen being loaded from push - david
- version: 6.7.0
date: November 11, 2020
dev:
- Update url for echo, now in s3 - ash, pavlos
- Add tracking to new auction screen - mounir
- Fix echo not being checked for updated when _OSS_ flag is missing - pavlos
- Move bottom tabs navigator to TS - david
user_facing:
- Move My Collection into My Profile - adam
- Switch to live auction from new sale page - barry, brian
- Adds ability to filter by artist in a fair - sweir
- Fix environment variable names for Sentry - starsirius
- Fix capitalization on home auction rail - pavlos
- Adds Show2 header, behind lab option - damon
- Adds Show2 install shots, behind lab option - damon
- Link ConversationDetail screen - sepans
- Handle artist page subroutes natively by default - david
- Fix Vanity URL fallbacks - david
- Adds Show2 basic more information route, behind lab option - damon
- Add Show2 context card, linking to Fair or Partner - roop
- Fix filters on Fair2 Works by Artists I follow artwork grid - devon
- Fix blank screen bug in My Collection - brian
- Adds Show2 artwork grid + filter - mzikherman
- Add active bids to new auction sale page - mounir
- Adds Show2 location map - damon
- Adds Show2 location hours - damon
- Adds header text to new inquiry modal - lily
- Add Auctions Info screen - mounir
- Fix Fair2 sticky tab UI + interaction - david
- Loading state for My Collection - brian
- Show up to 5 marketing collections on fair screen - devon
- Adds no bids view to bid management - lily
- Loading plcaeholders on new auction screen - mounir
- Adds Show2 viewing room - damon
- Adds auction closed banner - mounir
- Fix add artwork modal title (my collection) - brian
- Switch to live auction from new sale page - barry, brian
- Adds ability to filter by artist in a fair - sweir
- Fix environment variable names for Sentry - starsirius
- Fix capitalization on home auction rail - pavlos
- Adds Show2 header, behind lab option - damon
- Adds Show2 install shots, behind lab option - damon
- Link ConversationDetail screen - sepans
- Handle artist page subroutes natively by default - david
- Fix Vanity URL fallbacks - david
- Adds Show2 basic more information route, behind lab option - damon
- Add Show2 context card, linking to Fair or Partner - roop
- Fix filters on Fair2 Works by Artists I follow artwork grid - devon
- Fix blank screen bug in My Collection - brian
- Adds Show2 artwork grid + filter - mzikherman
- Add active bids to new auction sale page - mounir
- Adds Show2 location map - damon
- Adds Show2 location hours - damon
- Add inquiry questions state to reducer + wire up mutation - christina
- Fix keyboard touch intercept (my collection) - brian
- Fix persisting edit form values (my collection) - brian
- Fix artist name truncation on add/edit artwork page (my collection) - david
- Fix photo layout in add/edit artwork page (my collection) - adam
- Improve buttons in edit artwork page (my collection) - adam
- Link sort and filter button to scroll position on new show screen - mounir
- Fix padding issue on new show screen - mounir
- Add feedback to More info about this auction button - mounir
- Fix title hidden by back button on Show2 - mounir
- Fix modal buttons behind keyboard (consignments, inquiry) - brian, steve, david
- Fix visibility of sort/filter control for shows with no eligible artworks - devon
- version: 6.6.7
date: October 27, 2020
dev:
- Fix when a closed auction is accessed, don't try to go live anymore - pavlos
- Fix when a closed auction is accessed, the register button should not render - pavlos
- Change CheckAuthentication middleware to be called before the principalFieldMiddleware - mounir
user_facing:
- Move My Collection into My Profile - adam
- Switch to live auction from new sale page - barry, brian
- Adds ability to filter by artist in a fair - sweir
- Fix environment variable names for Sentry - starsirius
- Fix capitalization on home auction rail - pavlos
- Adds Show2 header, behind lab option - damon
- Adds Show2 install shots, behind lab option - damon
- Link ConversationDetail screen - sepans
- Handle artist page subroutes natively by default - david
- Fix Vanity URL fallbacks - david
- Adds Show2 basic more information route, behind lab option - damon
- Add Show2 context card, linking to Fair or Partner - roop
- Fix filters on Fair2 Works by Artists I follow artwork grid - devon
- Fix blank screen bug in My Collection - brian
- Adds Show2 artwork grid + filter - mzikherman
- Add active bids to new auction sale page - mounir
- Adds Show2 location map - damon
- Add Auctions Info screen - mounir
- Adds Show2 location hours - damon
- Adds Show2 partner entity header - damon
- Fix Fair2 sticky tab UI + interaction - david
- version: 6.6.6
date: October 19, 2020
dev:
-
user_facing:
- Fix deep link handling when application is closed - david
- version: 6.6.5
date: October 13, 2020
dev:
- Add haptic feedback on buttons - pavlos
- Use our Touchable instead of TouchableHighlight - pavlos
- Move auction CTA button to RN - pavlos
- Move artwork categories to a common util file - ashley
- Send id token from apple sign in - brian
- Rework principalField middleware - david, pavlos, mounir, brian
- Add admin-only skeleton view for Fair2 - will
- Add header for Fair2 (visible only to admins) - will
- Add editorial for Fair2 (visible only to admins) - damon
- Add collections rail for Fair2 (visible only to admins) - damon
- Add More Info view for Fair2 (visible only to admins) - will
- Add Artworks/Exhibitors rails to Fair2 - sweir
- Adds ability to filter Fair2 page by artists I follow - sweir
- Update timing display on Fair2 - mzikherman
- ConversationDetail component - sepand
- Adds "Artworks by Artists You Follow" rail (visible only to admins) - damon
- Upgrade Relay to 10 - chris
- Add share button to viewing rooms - mdole
- Add utms to share buttons - mdole
- Add new Show2 view, behind lab option - roop, sarah
- Adds tracking for Fair2 - will
- Adds ability to route to new fair view via option - sweir
- Include full artwork details in inquiry modal; improve animation - starsirius
- Adds route and view for all artworks by followed artists in a fair - will
user_facing:
- Fix navigation bug on Artwork consign button - david
- Add auction lots rail to the auctions screen - mounir
- Fix auction display text formatting - pavlos
- Enable pagination on My Collection artworks screen - ashley
- Add long email truncation - pavlos
- Add auction lots grid to the auctions screen - mounir
- Add auction lots list to the auctions screen - mounir
- Add LoadFailureView to Viewing Rooms screens for relay errors - pavlos
- Enable filtering on artist series views - sweir
- Fix bug where a gallery can't be followed - pavlos
- Show up to 50 artist series in the full list of an artist's series - roop
- Fix layout issue in internal webviews - brian
- Add about page - mounir
- Center filters modal title - mounir
- Fix UI not responsive after editing profile settings - mounir
- Show 30 artworks at a time in Fair2 artworks grid - roop
- Show zero state for inactive fairs - roop
- version: 6.6.4
date: Sept 23, 2020
dev:
- Update Aerodramus - ash, brian, david, mounir, pavlos
- Change Echo.json to EchoNew.json - ash, david, brian, mounir, pavlos
user_facing:
- Fix issue that caused the app to crash - ash, brian, david, mounir, pavlos
- version: 6.6.3
date: Sept 16, 2020
dev:
- Connects new My Bids view to causality's lot standings - erik
- Continued enhancements for user clarity to My Bids view - erik
- Make TS type for app module names - david
- Disable idfa collection in Segment - brian
- Removes AFNetworking/UIKit subspec - ash
- Disable facebook access to idfa - brian
- Adds lab option for new inquiry flow - lily
- Migrate away from UIWebview - mounir
- Add react-native-webview behind flag - brian
- Removes more unused Objective-C code - ash
- Change IDFA for AppStoreConnect to false - pavlos
- Add download option for non-preview-able conversation attachments - sepand
- Support switching between environments on login screen - ash, brian, david, mounir, pavlos
user_facing:
- Fix shows save button - mounir
- Add colored indicator dot and adjusted messaging for artwork availability - lily
- Fix hidden slider handle bug in refine - brian
- Fix app crash when opened from a 404 page - mounir
- Fix app crash when tapping fair map - brian
- Adds new inquiry buttons and modal behind lab option - lily
- Fix new works for you rail sorting- mounir
- Fix missing date issue on auctions rail at home - mounir
- version: 6.6.2
date: Sept 1, 2020
dev:
- Removes url request VCR developer tool - ash
- Add some naming for migration versions - pavlos
- Migrates config to react-native-config, removes cocoapods-keys - ash
- Removes DSL-style analytics for native code - ash
- Removes ReactiveObjC dependency - ash
- Removes unused networking code - ash
- Begins refactoring the app to be oriented around react-native - david
- Conform iPad empty search screen to iPhone - adamb
- Move some routing logic to react side, partner + fair skeleton loaders - brian
- Adds scaffold for new sale page - ash
- Fix deep link handling edge case - david
user_facing:
- Fix shows save button - mounir
- Fix hidden slider handle bug in refine - brian
- Fix app crash when opened from a 404 page - mounir
- version: 6.6.1
date: Aug 19, 2020
dev:
- Add Artist Series feature flag - ashley
- Removed ARSwitchView. - mounir
- Cleans up uses of createPaginationContainer - ash
- Add method for rendering wrapped components - brian
- Refactor recent searches to use easy-peasy - brian, mounir, david
- Add easy-peasy app store persistence & migration - david
user_facing:
- Prevent follow button going off screen in artist page - brian
- don't show password on wrong password entry - brian
- fix follow button going off screen, partner page - brian
- Add Full Artist Series route and view - ashley
- Add Artist Series to Artist page - ashley
- Add ability to see related artist series and artist series artworks on the artwork page - will
- Use palette EntityHeader on Favorite Artists list - mounir
- Add improved artwork counts to Artist Series - roop
- User can see sales they have registered for - yuki
- Hide artists with 0 published works on Gallery page - mounir
- Fix bug preventing galleries' recent and upcoming shows from displaying in some cases - david
- Fix partner artist counts label logic - david
- Fix My Account field edit form dismiss issues - david
- version: 6.6.0
date: August 5, 2020
dev:
- Add support for palette's Text in ReadMore - pavlos
- Make eigen not need a second launch to apply echo flags - pavlos
- Ungates Home Promo space - ash
- Add echo flag for remote VR UI toggle - pavlos
- Fix 2 visual issues with Viewing Rooms - pavlos
- Add featured rail in Viewing Rooms list - pavlos
- Added Viewing Rooms rail in Home - pavlos
- Update AutoSuggest search component to be more generic - chris
- Add FancyModalHeader component - chris
- Add InputTitle component - chris
- Clean up lab options - brian
- Removes partner follow count, fixes partner page for partners without profiles - ash
- Add FancyModal nesting ability - david
- Starts tracking auction page load time - ash
- Removes Adjust SDK - ash
- Integrates Sailthru SDK - ash
- Update Saves and Follows page to use StickyTabs - david
user_facing:
- Enables lot condition report requests - ash
- Add Artist Series artworks - ashley
- Fixes a bug when selecting home tab - ash
- Artwork filter button animates into / out of view - ash & david & mounir & brian
- Add pagination button to InfiniteScrollArtworksGrid component - ashley
- Add My Bids (admin only for now) - yuki
- Fix show/hide button overlap with clear button in password field - brian
- Adds push notifications notDetermined state to settings - david & mounir & brian
- Fix Home Hero text container width on iPad - david
- version: 6.5.1
date: July 23, 2020
dev:
-
user_facing:
- Add Artist Series artworks - ashley
- Fixes a bug when selecting home tab - ash
- Artwork filter button animates into / out of view - ash & david & mounir & brian
- version: 6.5.0
date: July 21, 2020
dev:
- Create extractNodes helper for dealing with connections
- Rewrite selected tab bridge to push tab to react on tap - pepopowitz
- Track a screenview when the Sell tab is visited - pepopowitz
- Add viewing room cards - pavlos
- Remove storyLoader unused file - pavlos
- Add skeleton view for Artist Series - ashley, williardx, anandaroop
- Adds opening soon and closed states to viewing rooms - mdole
- New Payments menu item in the profile tab - david
- Create component for adding the new style generic page header PageWithSimpleHeader - david
- Create new modal component FancyModal - david
- Create new Select component - david
- Add change password screen - mounir
- Add change phone screen - mounir
- Add change name screen - mounir
- Add search functionality to Select component - david
- Home promo QA fixes - david
- Color filter QA fixes - brian
- Remove noisy sentry errors - brian
- Track referrer in universal links - brian
- Fix a bunch of warnings in native code - brian
- Migrates native code to Metaphysics v2 - ash
- Hide artwork filter button until artworks are visible - brian
- Fix filter order in collections - brian
- Fix rendering issue in filters with many options - brian
- Remove sales lab option - david
- Add placeholder on payment menu - david
- Add feature page - david
- Removed Garamond from Partner page - ash
user_facing:
- Adds pull-to-refresh control on empty states of Favourites view - ash
- Partner shows rail displays cover image, if available - ash
- Update bottom navigation tabs - david
- Fixes small issue with the layout on LAI select-max-bid screens - ash
- Fixes a problem where greyscale artwork images would be displayed as red in AR View in Room - ash
- version: 6.4.9
date: July 8, 2020
dev:
- Add skeleton view for Artist Series - ashley, williardx, anandaroop
- Adds opening soon and closed states to viewing rooms - mdole
- New Payments menu item in the profile tab - david
- Create component for adding the new style generic page header PageWithSimpleHeader - david
- Create new modal component FancyModal - david
- Create new Select component - david
- Add change password screen - mounir
- Add change phone screen - mounir
- Add change name screen - mounir
- Add search functionality to Select component - david
- Home promo QA fixes - david
- Color filter QA fixes - brian
- Adds Artist Series header - ashley
user_facing:
- Adds Notable Work rail to Artist pages - ashley
- Adds filters to artist pages, adds additional filter to collections - brian
- version: 6.4.8
date: June 27, 2020
dev:
- create extractNodes helper for dealing with connections
- Rewrite selected tab bridge to push tab to react on tap - pepopowitz
- Track a screenview when the Sell tab is visited - pepopowitz
- Add change email screen - mounir
user_facing:
- Adds Notable Work rail to Artist pages - ashley
- Fix minor UI bugs on Home, Explore and City guide screens
- version: 6.4.7
date: June 11, 2020
dev:
- Fix for tracking actions with new schema - brian
- Add hero unit behind feature flag - david
- Address viewing room QA bits and bobs - mdole
- Adds fallback images for sales rail - dzucconi
- Add a native module for identifying the currently selected tab - pepopowitz
- Add tslint rule for preventing accidental strings in non-text components - pepopowitz, brian, pavlos, david
- Add userAgent to consignment submission mutation
- Update sales tab to use echo flag, fixes for lab flags - brian, david
- Adds rate limiting Relay middleware - dzucconi
- Add route for Viewing Rooms - pavlos
- Add new profile tab behind feature flag - mounir, david
user_facing:
- Add BMW attribution to city guide cta in explore tab - david
- Fix jumpy content during navigation - david
- Fix scroll-to-top when tapping bottom tab - david, brian, pavlos, steve, damon
- Add the ability to request an email confirmation - yuki
- Fix pointy modal and live auction presentation on iPad - brian, damon
- Artist page facelift - david
- New "Sell" tab - pepopowitz
- Scroll "Sell" tab to top when already on that tab and tapping its icon - pepopowitz
- Update artist header placeholder and counts - david
- version: 6.4.6
date: May 27, 2020
dev:
- Add tracking for homescreen modules - brian
- Make viewing room header full-bleed and incorporate countdown and partner info - mdole
- Make viewing room navigation dynamic + link to them on partner shows page - mdole
- Add react-native-linear-gradient and use it in viewing room header - mdole
- Extract common artwork tile independent of the shape of the data source - pepopowitz
- Initial build of sell tab landing page (behind a feature flag) - pepopowitz
- Hide consign sash from Home when sell tab feature flag is enabled - pepopowitz
- Add artwork description to viewing room artworks view - mdole
- Fix OpaqueImageView dimensions detection - david
user_facing:
- Fix for bug with fair booth display when partner profile was empty
- Adds Ways to Buy filter to Collections - ashley
- Add email confirmation support - brian
- Update Explore tab unfocused states and typography - david
- Show artists with no data without crashing - david
- Adds Featured Collections rail to Collection Departments - ashley
- version: 6.4.5
date: May 21, 2020
dev:
-
user_facing:
- Fixes issue with over-fetching on infinite scroll artwork grids. - sweir27
- version: 6.4.4
date: May 12, 2020
dev:
- Removes requirement for a fromViewController when routing from RN - ash & yuki
- Starts to fill in Viewing Room skeleton - mdole, iskounen, & ds300
- Simplify the way we do tracking - pavlos & david
- Deletes some unused code and image assets - ash
- Add device + network tags to volley metrics - david
- Add feature flag and tab for moving city guide, showing sales - brian
- Fix styled-components typings - david
- Refactor sticky tab page for extra simplicity and to make the header height dynamic - david
- Fix for dark mode tracking - brian, david, pavlos, mike
- Adds a toggle button component - ashley
- Add city guide entry in search behind flag - brian
- Remove feature flag from collections artworks filters - ashley
user_facing:
- Fixes Home's skeleton loader on iPad - ash
- Fix for deeplinks to search, city guide tabs - brian
- Improves sticky tab page interaction - david
- Adds other collections category collection hub rail - dzucconi
- Fix for infinite spinner on inactive fairs - brian
- Suggested artists now include the basis of that suggestion - ash
- Updated artwork tile design - ash & brian
- Improve UX for Home Artist rail - david
- Fixes missing artworks on partner page - ash
- Adds collections to home page - ash
- version: 6.4.3
date: April 27, 2020
dev:
- Removes requirement for a fromViewController when routing from RN - ash & yuki