UNPKG

7.06 kBMarkdownView Raw
1CHANGE LOG
2==========
3### 5.5.0
4- Add entryUrl property to ResellerItem
5
6### 5.4.0
7- Add usesCustomizationForm property to ResellerItem
8
9### 5.3.1
10- Proper pluralization wording around product(s) in a package
11
12### 5.3.0
13- Add stencil module for store components
14
15### 5.2.1
16- Add asterisk to required file upload field
17
18### 5.2.0
19- Add optional `expandable` functionality to the dropdown-form-section and order-form-section
20
21### 5.1.2
22- Fix boolean and number comparison bug
23
24### 5.1.1
25- Removed unnecessary style class.
26
27### 5.1.0
28- Added allowMultipleActivations field to ResellerItem.
29
30### 5.0.0
31- Delete the shared object for addon. Use the one in @vendasta/core/marketplace-apps instead.
32
33### 4.2.2
34- Remove flex-layout
35
36### 4.2.1
37- Add flex-layout dependency
38
39### 4.2.0
40- Add VaPackageDropdownComponent
41
42### 4.1.3
43- Fixed display issues with dropdown fields.
44
45### 4.1.2
46- Fix the bug where addon price shows as NaN in product details page
47
48### 4.1.1
49- Bug fix to not display Faqs section in single Addon pkg when it's undefined
50
51### 4.1.0
52- Add quantity field to ResellerItem
53
54### 4.0.2
55- Bug fix to get abbreviated addon name when no icon available
56
57### 4.0.1
58- Missed one old Material import in addon-details
59- Changed to MatProgressSpinnerModule
60
61### 4.0.0
62- Prepare for Angular Material beta 12 version
63- Upgraded to use "Mat" prefixes for Angular material components.
64- Follow https://www.npmjs.com/package/angular-material-prefix-updater to update your project
65
66### 3.4.0
67- Add orderForm field to ResellerItem model
68
69### 3.3.5
70- Removed mdTextareaAutosize from text-area field
71
72### 3.3.4
73- Add `enabled` and `isCustom` properties to reseller item definition
74
75### 3.3.3
76- Missing description on checkbox
77
78### 3.3.2
79- Minor UI styling/text fixes.
80
81### 3.3.1
82- Fix bug around NaN prices showing up in the addons list
83
84### 3.3.0
85- Logic for single Addon package details
86- PackageDetails doc component only contains relevant fields
87
88### 3.2.2
89- Remove space between expanded DropdownFormSections.
90
91### 3.2.1
92- Update the pricing component to handle an undefined price as well.
93
94### 3.2.0
95- Add constructor to ResellerItem
96
97### 3.1.1
98- Displays addon title in nav properly
99- Removed unused input in addon-details
100
101### 3.1.0
102- Add Addon details component
103- Remove shared Addon model
104
105### 3.0.0
106- Removed FileGroupUpload component and replaced it with the version from @vendasta/forms.
107
108### 2.15.2
109- Change to make sure it's an array in both input types.
110
111### 2.15.1
112- Update core dependency to 1.1.1
113
114### 2.15.0
115- New Addon definition used in all Store components
116- Changed all imports to eliminate risk of circular dependencies
117- Removed link to parent product in Nav component
118
119### 2.14.0
120- Add swipe actions and tweak a few styles of store/products-nav
121
122### 2.13.2
123- Fix the issue where the text for default header container icon disappear for mobile view
124
125### 2.13.1
126- Fix to render "Contact Sales" if price is null, instead of "Free" (0 price means Free)
127
128### 2.13.0
129- Update icon logic for dropdown form section
130- form id bug fix for dropdown form section
131- add file upload support for dropdown form section
132
133### 2.12.0
134- Update use of shimmer in stencil components
135
136### 2.11.3
137- Fix the width of the carousel component
138- add a cursor pointer on the carousel
139
140### 2.11.2
141- Adjust addon section bottom padding
142
143### 2.11.1
144- Adjust addon section padding
145- files section indent the extra line of file name
146
147### 2.11.0
148- Use the standardized, smaller marketplace colors for various needs, as opposed to just color names.
149- Change to default font size on package and product detail's left column
150- Change to the FAQ colouring to ensure the question is darker than the answer.
151
152### 2.10.5
153- update look and feel of va-field's
154
155### 2.10.4
156- update uikit dependency
157
158### 2.10.3
159- Fixed circular imports and updated angular to 4.4.3.
160
161### 2.10.2
162- Update header container button
163- remove centering on header
164
165### 2.10.1
166- Updated the label logic for the product details component.
167
168# 2.10.0
169- Added ability to seed if a field is required.
170- getLabel is used where you need to indicate a required question
171- The order form response wants the raw label
172
173### 2.9.0
174- Add file upload to va-field
175
176### 2.8.1
177- Fixed bug with VaOrderFormSectionComponent FormGroup validation.
178
179### 2.8.0
180- Added VaOrderFormSectionComponent along with demo page.
181
182### 2.7.1
183- Add stenciling to header-container
184- Add shimmer styling to store module
185
186### 2.7.1
187- Use correct input name to fix bug in products-nav
188
189### 2.7.0
190- Allowing discoverable addons to be viewable in muti-product packages
191- Add constructor to Product
192
193### 2.6.1
194- Remove unused styling classes
195
196### 2.6.0
197- Update VaProductDetailsComponent to propagate an addon click event.
198- Updated docs for VaProductDetailsComponent.
199
200### 2.5.2
201- Fix load salesperson-details bug
202
203### 2.5.1
204- Updated docs and changed styling for salesperson details
205
206### 2.5.0
207- Updated addon-list to have a click output.
208- Fixed a minor import issue in the dropdown form styles.
209
210### 2.4.3
211- Fix getLmiCategoryNames only replay first `_` problem, it should replace all
212
213### 2.4.2
214- Add subscriptions to field values in dropdown-form-section.
215
216### 2.4.1
217- Pass in boolean to hide pricing component in header-container
218
219### 2.4.0
220- Change the lowerToTitleCase to not uppercase "non-primary" words
221- Change product details to use the lmi conversion function
222- replace _ with space before title casing lmi categories.
223- Pass the show action button on to the product details, defaults to false
224
225### 2.3.3
226- Update dropdown-form-section's editing hint location and color
227
228### 2.3.2
229- Change the lmi category names to title case.
230
231### 2.3.1
232- Added prerequisite variables as inputs to va-header-container for addons
233- Refactor input names
234
235### 2.3.0
236- Restored order-form as a new minor version.
237
238### 2.2.6
239- Reverted order-form entirely as it seems its material imports are a breaking change.
240
241### 2.2.5
242- Restructured order-form-related components into their own subdirectory.
243 Everything still exposed via the store module so this shouldn't be a breaking change.
244
245### 2.2.4
246- Change the product-detail page to show `Wholesale Price` instead of `Pricing`
247
248### 2.2.3
249- Remove internal margin and padding styling for product and package detail component
250
251### 2.2.2
252- Restyling the header price box to always show the string 'Pricing'
253
254### 2.2.1
255- Check length of screenshot in product-detail instead of just screenshot
256
257### 2.2.0
258- Added dropdown-form component
259
260### 2.1.0
261- Added Addon Component
262- Various Styling changes
263
264### 2.0.2
265- Turn snake case to camel case to properly parse product data
266
267### 2.0.1
268- Export VaProductDetailsModule from index.ts
269- Styling fixes
270
271### 2.0.0
272- Modular components
273
274### 1.2.2
275- Remove H1 tag from store
276
277### 1.2.1
278- Use version 2.4.4 of uikit.
279- This fixes the weird image resizing on mobile for the gallery.
280
281### 1.2.0
282- add lmi categories definition to store.
283
284### 1.0.6 to 1.1.2
285- lucky charms additions
286
287### 1.0.5
288- add margin between search-box and package cards
289
290### 1.0.0 to 1.0.4
291- tmills shenanigans