UNPKG

3.97 kBMarkdownView Raw
1CHANGE LOG
2==========
3
4### 2.12.0
5- Update use of shimmer in stencil components
6
7### 2.11.3
8- Fix the width of the carousel component
9- add a cursor pointer on the carousel
10
11### 2.11.2
12- Adjust addon section bottom padding
13
14### 2.11.1
15- Adjust addon section padding
16- files section indent the extra line of file name
17
18### 2.11.0
19- Use the standardized, smaller marketplace colors for various needs, as opposed to just color names.
20- Change to default font size on package and product detail's left column
21- Change to the FAQ colouring to ensure the question is darker than the answer.
22
23### 2.10.5
24- update look and feel of va-field's
25
26### 2.10.4
27- update uikit dependency
28
29### 2.10.3
30- Fixed circular imports and updated angular to 4.4.3.
31
32### 2.10.2
33- Update header container button
34- remove centering on header
35
36### 2.10.1
37- Updated the label logic for the product details component.
38
39# 2.10.0
40- Added ability to seed if a field is required.
41- getLabel is used where you need to indicate a required question
42- The order form response wants the raw label
43
44### 2.9.0
45- Add file upload to va-field
46
47### 2.8.1
48- Fixed bug with VaOrderFormSectionComponent FormGroup validation.
49
50### 2.8.0
51- Added VaOrderFormSectionComponent along with demo page.
52
53### 2.7.1
54- Add stenciling to header-container
55- Add shimmer styling to store module
56
57### 2.7.1
58- Use correct input name to fix bug in products-nav
59
60### 2.7.0
61- Allowing discoverable addons to be viewable in muti-product packages
62- Add constructor to Product
63
64### 2.6.1
65- Remove unused styling classes
66
67### 2.6.0
68- Update VaProductDetailsComponent to propagate an addon click event.
69- Updated docs for VaProductDetailsComponent.
70
71### 2.5.2
72- Fix load salesperson-details bug
73
74### 2.5.1
75- Updated docs and changed styling for salesperson details
76
77### 2.5.0
78- Updated addon-list to have a click output.
79- Fixed a minor import issue in the dropdown form styles.
80
81### 2.4.3
82- Fix getLmiCategoryNames only replay first `_` problem, it should replace all
83
84### 2.4.2
85- Add subscriptions to field values in dropdown-form-section.
86
87### 2.4.1
88- Pass in boolean to hide pricing component in header-container
89
90### 2.4.0
91- Change the lowerToTitleCase to not uppercase "non-primary" words
92- Change product details to use the lmi conversion function
93- replace _ with space before title casing lmi categories.
94- Pass the show action button on to the product details, defaults to false
95
96### 2.3.3
97- Update dropdown-form-section's editing hint location and color
98
99### 2.3.2
100- Change the lmi category names to title case.
101
102### 2.3.1
103- Added prerequisite variables as inputs to va-header-container for addons
104- Refactor input names
105
106### 2.3.0
107- Restored order-form as a new minor version.
108
109### 2.2.6
110- Reverted order-form entirely as it seems its material imports are a breaking change.
111
112### 2.2.5
113- Restructured order-form-related components into their own subdirectory.
114 Everything still exposed via the store module so this shouldn't be a breaking change.
115
116### 2.2.4
117- Change the product-detail page to show `Wholesale Price` instead of `Pricing`
118
119### 2.2.3
120- Remove internal margin and padding styling for product and package detail component
121
122### 2.2.2
123- Restyling the header price box to always show the string 'Pricing'
124
125### 2.2.1
126- Check length of screenshot in product-detail instead of just screenshot
127
128### 2.2.0
129- Added dropdown-form component
130
131### 2.1.0
132- Added Addon Component
133- Various Styling changes
134
135### 2.0.2
136- Turn snake case to camel case to properly parse product data
137
138### 2.0.1
139- Export VaProductDetailsModule from index.ts
140- Styling fixes
141
142### 2.0.0
143- Modular components
144
145### 1.2.2
146- Remove H1 tag from store
147
148### 1.2.1
149- Use version 2.4.4 of uikit.
150- This fixes the weird image resizing on mobile for the gallery.
151
152### 1.2.0
153- add lmi categories definition to store.
154
155### 1.0.6 to 1.1.2
156- lucky charms additions
157
158### 1.0.5
159- add margin between search-box and package cards
160
161### 1.0.0 to 1.0.4
162- tmills shenanigans