UNPKG

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