All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
6.0.0 (2019-09-04)
- fscomponents: fix price/originalPrice comparison (0f9447f)
- fscomponents: Under the default render behavior, originalPrice will no longer be displayed unless it is actually different from price.
5.3.0 (2019-08-23)
Note: Version bump only for package @brandingbrand/fscomponents
5.2.0 (2019-08-21)
- fscomponents: restore missing type for zoomcarousel (236993f)
- Fix application of refinements (82c9813)
- fscomponents: add some option props to zoomCarousel (45a054a)
- fscomponents: add some option props to zoomCarousel (a195337)
- fscomponents: extend changes to non web-specific zoomcarousel (18743f8)
- fscomponents: extend changes to non web-specific zoomcarousel (c7129f5)
- fscomponents: fix app bug by removing view wrapper (fbf66a8)
- fscomponents: remove backtick (23b9baa)
5.1.1 (2019-08-19)
Note: Version bump only for package @brandingbrand/fscomponents
5.1.0 (2019-08-14)
- fscomponents: restore missing type for zoomcarousel (4150bc7)
- fscomponents: add some option props to zoomCarousel (6d87b3e)
- fscomponents: add some option props to zoomCarousel (7178d1c)
- fscomponents: extend changes to non web-specific zoomcarousel (88fe244)
- fscomponents: extend changes to non web-specific zoomcarousel (44eb31c)
- fscomponents: fix app bug by removing view wrapper (61277d6)
- fscomponents: remove backtick (affeae3)
5.0.0 (2019-08-06)
- implement react native 0.59 (0592aa2)
- fscomponents: add hideZoomButton props to ZoomCarousel (c9dbfe4)
- fscomponents: add nextArrowOnBlur prop to pass through (e0aaf30)
- fscomponents: add renderModalContent prop (4105c44)
- fscomponents: add some option props to zoomCarousel (b7455e4)
- fscomponents: extend changes to non web-specific zoomcarousel (18ce3a6)
- This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.
4.1.0 (2019-07-24)
- implement react native 0.59 (0592aa2)
- This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.
4.1.0 (2019-07-24)
- implement react native 0.59 (0592aa2)
- This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.
4.0.0 (2019-07-16)
- fscomponents: ease in carousel when there is itemUpdated (b4fad17)
- implement react native 0.59 (ab18642)
- This implements react native 0.59. Upgrading to this version will require dependency updates to be described in future documentation.
4.0.0-alpha.3 (2019-07-16)
- fscomponents: ease in carousel when there is itemUpdated (98bde12)
3.2.0 (2019-07-03)
Note: Version bump only for package @brandingbrand/fscomponents
3.1.1 (2019-06-04)
Note: Version bump only for package @brandingbrand/fscomponents
3.1.0 (2019-06-03)
- fscomponents: accessibilitylabel spelling fix (91265a2)
- fscomponents: add accessibility to searchbar (69d808f)
- fscomponents: Add classes to swatch scroller for css (aa7d1f6)
- fscomponents: add key to SelectorList items (48b4161)
- fscomponents: add opt prop and color change for reviewIndicator (e49f7c8)
- fscomponents: fix linting of readme (d14dd8c)
- fscomponents: Fixes for IE11 (6a3f2d0)
- fscomponents: Fixes for IE11 buttons (1b4067a)
- fscomponents: hide web carousel if item width is 0 (047d28b)
- fscomponents: Move loadHistoryToState to componentDidMount (2708bbd)
- fscomponents: Move Multicarousel opacity and initialized into state (5628e2f)
- fscomponents: remove accessible prop to stop focus (d861de6)
- fscomponents: revert buggy button refactor (23430f8), closes #415 #587
- add a11yLabel/Role to Selector (4f58087)
- fscomponents: Round number of items for Multicarousel page width (3a5ef38)
- fscomponents: stepper as stateless functional component (1944cda)
- fscomponents: update item width with new prop (e13849c)
- fscomponents: Use onSubmit function for SearchBar button (da4e807)
- fscomponents: add accessibility for modalhalfscreen background (86be4ad)
- upgrade storybook to 4.2.0 and rn-web to 0.11.1 to fix storybook (dce1570)
- fscomponents: add a11yRole/Label to CategoryLine/SelectableRow (7b9118b)
- fscomponents: add ability to pass arrow styles for multicarousel (200deb4)
- fscomponents: add accessibility labels to button and swatches (edfcbf1)
- fscomponents: add accessibility role to categorybox and searchbar (18ab22f)
- fscomponents: add button properties for carousel (74836b6)
- fscomponents: add completed state accessibility label in Step (2434842)
- fscomponents: add function to generate dynamic label from cms (f7b6c3f)
- fscomponents: add onblur and translations to multi carousel arrows (6afdf0b)
- fscomponents: Custom styling for swatch show more/less (f0227bc)
- fscomponents: make review recommendations configurable (4a701a0)
3.0.0 (2019-02-22)
- fscomponents: Allow partial reviewIndicatorProps to be passed (2c356ca)
- Make scrollToTop function public (ced8b2f)
- fscomponents: default show arrow on cms banner carousel story (aa134e8)
- fscomponents: defend Selector against unsafe access (e1f3654)
- fscomponents: fix android searchbar cancel (3c9f282)
- fscomponents: fix review summary percent recommend (7bf0e9d)
- fscomponents: Fix setting ReviewIndicator color (108a0d1)
- fscomponents: make clear what is image and what is overlay (165585d)
- fscomponents: remove outdated stylesheet on cmsfeedback component (bab62c6)
- fscomponents: add arrow knob to multicarousel storybook (0b9cef9)
- fscomponents: Allow turning off validate on blur (4088712)
- fscomponents: increase customizability of search bar (9fd5357)
- fscomponents: specify if searchbar input should clear after submit (7a48cd3)
- fscomponents: update how fieldsoptions are extended in addressform (4ca8e46)
- upgrade react native to 0.57.8 (ab40ab1)
- This upgrades RN to 0.57.8, React to 16.6.3, and other dependencies as necessary. Updates were made to the iOS and Android native templates according to RN's instructions.
- fscomponents: This changes how fieldsOptions in AddressForm is extended via props from assignment to merge. With the previous configuration, users would need to override the entire configuration for each field in order to simply add or modify one option. This change may lead to side effects in apps that already pass custom fieldsOptions to AddressForm.
3.0.0 (2019-02-22)
- fscomponents: Allow partial reviewIndicatorProps to be passed (2c356ca)
- Make scrollToTop function public (ced8b2f)
- fscomponents: default show arrow on cms banner carousel story (aa134e8)
- fscomponents: defend Selector against unsafe access (e1f3654)
- fscomponents: fix android searchbar cancel (3c9f282)
- fscomponents: fix review summary percent recommend (7bf0e9d)
- fscomponents: Fix setting ReviewIndicator color (108a0d1)
- fscomponents: make clear what is image and what is overlay (165585d)
- fscomponents: remove outdated stylesheet on cmsfeedback component (bab62c6)
- fscomponents: add arrow knob to multicarousel storybook (0b9cef9)
- fscomponents: Allow turning off validate on blur (4088712)
- fscomponents: increase customizability of search bar (9fd5357)
- fscomponents: specify if searchbar input should clear after submit (7a48cd3)
- fscomponents: update how fieldsoptions are extended in addressform (4ca8e46)
- upgrade react native to 0.57.8 (ab40ab1)
- This upgrades RN to 0.57.8, React to 16.6.3, and other dependencies as necessary. Updates were made to the iOS and Android native templates according to RN's instructions.
- fscomponents: This changes how fieldsOptions in AddressForm is extended via props from assignment to merge. With the previous configuration, users would need to override the entire configuration for each field in order to simply add or modify one option. This change may lead to side effects in apps that already pass custom fieldsOptions to AddressForm.
3.0.0 (2019-02-22)
- fscomponents: Allow partial reviewIndicatorProps to be passed (2c356ca)
- Make scrollToTop function public (ced8b2f)
- fscomponents: default show arrow on cms banner carousel story (aa134e8)
- fscomponents: defend Selector against unsafe access (e1f3654)
- fscomponents: fix android searchbar cancel (3c9f282)
- fscomponents: fix review summary percent recommend (7bf0e9d)
- fscomponents: Fix setting ReviewIndicator color (108a0d1)
- fscomponents: make clear what is image and what is overlay (165585d)
- fscomponents: remove outdated stylesheet on cmsfeedback component (bab62c6)
- fscomponents: add arrow knob to multicarousel storybook (0b9cef9)
- fscomponents: Allow turning off validate on blur (4088712)
- fscomponents: increase customizability of search bar (9fd5357)
- fscomponents: specify if searchbar input should clear after submit (7a48cd3)
- fscomponents: update how fieldsoptions are extended in addressform (4ca8e46)
- upgrade react native to 0.57.8 (ab40ab1)
- This upgrades RN to 0.57.8, React to 16.6.3, and other dependencies as necessary. Updates were made to the iOS and Android native templates according to RN's instructions.
- fscomponents: This changes how fieldsOptions in AddressForm is extended via props from assignment to merge. With the previous configuration, users would need to override the entire configuration for each field in order to simply add or modify one option. This change may lead to side effects in apps that already pass custom fieldsOptions to AddressForm.
3.0.0 (2019-02-22)
- fscomponents: Allow partial reviewIndicatorProps to be passed (2c356ca)
- Make scrollToTop function public (ced8b2f)
- fscomponents: default show arrow on cms banner carousel story (aa134e8)
- fscomponents: defend Selector against unsafe access (e1f3654)
- fscomponents: fix android searchbar cancel (3c9f282)
- fscomponents: fix review summary percent recommend (7bf0e9d)
- fscomponents: Fix setting ReviewIndicator color (108a0d1)
- fscomponents: make clear what is image and what is overlay (165585d)
- fscomponents: remove outdated stylesheet on cmsfeedback component (bab62c6)
- fscomponents: add arrow knob to multicarousel storybook (0b9cef9)
- fscomponents: Allow turning off validate on blur (4088712)
- fscomponents: increase customizability of search bar (9fd5357)
- fscomponents: specify if searchbar input should clear after submit (7a48cd3)
- fscomponents: update how fieldsoptions are extended in addressform (4ca8e46)
- upgrade react native to 0.57.8 (ab40ab1)
- This upgrades RN to 0.57.8, React to 16.6.3, and other dependencies as necessary. Updates were made to the iOS and Android native templates according to RN's instructions.
- fscomponents: This changes how fieldsOptions in AddressForm is extended via props from assignment to merge. With the previous configuration, users would need to override the entire configuration for each field in order to simply add or modify one option. This change may lead to side effects in apps that already pass custom fieldsOptions to AddressForm.
3.0.1-alpha.0 (2019-02-11)
Note: Version bump only for package @brandingbrand/fscomponents
3.0.0-alpha.0 (2019-02-08)
- fscomponents: Allow partial reviewIndicatorProps to be passed (2c356ca)
- fscomponents: defend Selector against unsafe access (e1f3654)
- fscomponents: fix android searchbar cancel (3c9f282)
- fscomponents: Fix setting ReviewIndicator color (108a0d1)
- Make scrollToTop function public (497c601)
- fscomponents: Allow turning off validate on blur (4088712)
- fscomponents: specify if searchbar input should clear after submit (8aaddba)
- fscomponents: update how fieldsoptions are extended in addressform (4ca8e46)
- upgrade react native to 0.57.8 (77177b3)
- This upgrades RN to 0.57.8, React to 16.6.3, and other dependencies as necessary. Updates were made to the iOS and Android native templates according to RN's instructions.
- fscomponents: This changes how fieldsOptions in AddressForm is extended via props from assignment to merge. With the previous configuration, users would need to override the entire configuration for each field in order to simply add or modify one option. This change may lead to side effects in apps that already pass custom fieldsOptions to AddressForm.
- fscomponents: add AddToCart determineVariant type (9a00966)
- fscomponents: add onChangeOption variant type (fad0a27)
- fscomponents: Add truthy check to review text before rendering (5ee6528)
- fscomponents: add type to AddToCart buttonProps (6db4b83)
- fscomponents: add type to AddToCart stepperProps (eec415a)
- fscomponents: add type to AddToCart swatchesProps (331c05e)
- fscomponents: add typing to memoize one and func parameters (02d98e3)
- fscomponents: fix auto-generated imports (6433385)
- fscomponents: Fix invalid css that was causing errors (3a450a5)
- fscomponents: Fix invalid TextInput style prop for native platforms (9426f89)
- fscomponents: Fix PromoForm props (5809ff5)
- fscomponents: fix review stars being cut off (3256171)
- fscomponents: Format review rating number output (837469b)
- fscomponents: Implement button disabling (83b6f01)
- fscomponents: make button contents flex row (808ad2a)
- fscomponents: make grid column & row separators visible (a564fd2)
- fscomponents: rename showImage & showAccessory props (f546f31)
- fscomponents: Update Reviews to use the actual Review type props (e6a5d4d)
- fscomponents: use undefined as Swatches defaultValue (159c4a6)
- pirateship: Add "View All" link next to Shop All Categories text (8c03233)
- pirateship: add category arrows to category screens (bc7219c)
- pirateship: change checkout button text color (943fe17)
- update memoize-one to version 4.0.2 (3bf49fb), closes #189
- update react-native-svg to version 7.0.2 (0ee6775), closes #207
- pirateship: fix undefined variable error on product grid (7182086)
- pirateship: fixes #130 text color on shop screen (230cbfe)
- pirateship: fixes boolean label prop (03d713b)
- pirateship: fixes selected swatch labels (17c8fe6)
- implemented svg nav arrow component (7f49f4e)
- fscomponents: add form label position prop to descendent forms (08ccbb7)
- inital commit (039a84f)
- fscomponents: Add configurable PayPal button (adccb56)
- fscomponents: add custom disclosure icon option to accordion (8ce3cc7)
- fscomponents: Add right icon/button support to search bar (e326bce)
- fscomponents: add textbox field status (0852517)
- fscomponents: allow clearButtonMode in SearchBar (d9a5600)
- fscomponents: allow custom heights to half modal (a0872f5)
- fscomponents: make field templates w label positions (692093f)
- fscomponents: refactor ProductItem component to be option based (9eb16ef)
- fscomponents: iconFormat property has new option name “arrow” which corresponds to what was previously “image”. “image” is now the property name which designates custom disclosure icon option. default is still “plusminus”.
- fscomponents: ReviewItem/ReviewList props have changed
- fscomponents: Individual ProductItemVertical, etc... components no longer exist
- fscomponents: Button props have been updated to match theme Add theme to fscomponents