Skip to content
This repository was archived by the owner on Aug 28, 2019. It is now read-only.

Latest commit

 

History

History
822 lines (517 loc) · 35.6 KB

CHANGELOG.md

File metadata and controls

822 lines (517 loc) · 35.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on these versioning and changelog guidelines.

2.5.0 - 2018-07-20

Enhancements

  • Added weekStartsOn prop to Datepicker

Bug fixes

  • Remove stickyManager from app provider props interface

Documentation

  • Added iOS and Android examples for the card component

Development workflow

  • Renamed yarn start:vrt to yarn tophat and updated the folder name to match
  • Improved yarn tophat’s design, and added a /all-components route

2.4.0 - 2018-07-12

Enhancements

  • Changed Form to submit a form by default when the Enter key is pressed, and added the prop implicitSubmit to disable this default

Bug fixes

  • Fixed text field padding when a prefix or suffix is included

2.3.1 - 2018-07-05

Enhancements

  • Removed the min-width of 320px from Resource list

Bug fixes

  • Resolve issue with RangeSlider not accepting 0 as a max value
  • Slightly reduce RangeSlider's prefix/suffix spacing
  • Fixed spacing for prefix and suffix on the text field component
  • Fixed a bug which caused data tables not rendered on first page load to have skewed cell heights (thanks @flewid for the original issue)
  • Fixed DatePicker month styling for previous years

2.3.0 - 2018-07-03

New components

Use Option list to present a group of selectable items outside of the context of a form.

Documentation

  • Fixed Form examples

Enhancements

  • Added prefix and suffix props to RangeSlider for better layout control
  • Added testing documentation and examples in AppProvider
  • Performance: optimized avatar SVG files
  • Updated yarn run optimize to add new line at the end of SVG files

Bug fixes

  • Adjusted padding on text field to work with Chrome’s autofill
  • Fixed a regression where the version of Polaris wasn’t globally available anymore
  • Updated the interaction state visuals for ActionList
  • Fixed z-index on resource list header with sorting options (thanks @janklimo for the original issue)
  • Fixed an issue where Radio Buttons were not focusable in Safari
  • Fixed spacing for annotated section descriptions
  • Fixed a bug in EASDK action transforms that prevented external urls in embedded apps from opening (thanks @dansundy for the original issue)

Dependency updates

2.2.0 - 2018-06-12

New components

Use range slider to select a number value between a min and max range.

Enhancements

  • Added a fixed prop to popover allowing for a fixed position
  • Added badge prop to the item descriptor type and action group
  • Added text-breakword mixin for easier word breaking when dealing with long unspaced strings

Bug fixes

  • Fixed unexpected form submission when switching tabs in a tabs component wrapped in a form
  • Added missing 'Shopify.API.setWindowLocation' message handler to the EASDK

2.1.2 - 2018-06-06

Enhancements

  • Added support for cards to accept a block for a title
  • Added an intermediate prop typing for Link to allow redefinition of prop definitions

Bug fixes

  • Fixed an issue where resource list filters lost padding (thanks to @BarryCarlyon for the original issue)
  • Fixed unexpected focus jumps when date picker props are updated
  • Fixed the spacing and text wrapping of exception list title and description

2.1.1 - 2018-05-30

Bug fixes

  • DropZone: fixed a bug where it would kick into small-size too soon

Documentation

  • Various content and markdown fixes

2.1.0 - 2018-05-03

New components

Use Exception lists to draw the merchant’s attention to important information that adds extra context to a task.

Enhancements

  • Added an ellipsis prop to ActionList.Item allowing for an ellipsis suffix after the content
  • Added a preferredAlignment prop to Popover allowing it to be aligned to the left, center, or right of its activator
  • Updated styling for Banners that appear in Cards or Modals
  • Added new size to DropZone component
  • Exposed Group interface from the Select component
  • Renamed plain-list mixin to unstyled-list
  • Removed padding from DropZone and applied it to FileUpload instead

Bug fixes

  • Fixed unexpected window scroll on rendering data table (thanks to @mfurniss for the original issue)
  • Fixed focused inner interaction state on resource list item for reverse tabbing
  • Fixed border radius on card to match the padding on page
  • Added target to the breadcrumb prop on page (thanks to @sdn90 for the original issue)
  • Fixed visual representation of disabled bulk action buttons in ResourceList
  • Fixed margins of a fullWidth Popover that appears above its activator
  • Fixed rendering of Popover when activator rerenders (thanks to @nerfologist for the original issue)
  • Fixed z-index calculation for PositionOverlay and Dialog
  • Fixed an issue where selecting a date in DatePicker would submit its enclosing form
  • Fixed ResourceList reverse tabbing focus interaction on Action Buttons
  • Fixed padding in the case where a Resource list had no filters

2.0.0 - 2018-05-07

Summary: this is the first major version of Polaris React since launch. Included in this release are:

  • Several new components, including data table, drop zone, app provider, and modal
  • Improvements to existing components, such as resource list, choice list, and cards
  • A few breaking API changes

Breaking changes

React 16+

We’re removing support for React 15 in order to make full use of some of the new features in React 16, such as fragments, error boundaries, and improved server-side rendering.

Upgrade instructions

Upgrade your app to the latest version of React.

The AppProvider component is now required in your app for Polaris components to function properly.

Upgrade instructions

Wrap your app in the AppProvider component.

Collapsible component requires an id prop

For accessibility reasons, the id prop is now required on the Collapsible component.

Upgrade instructions

Pass a unique value as an id to all <Collapsible> components. For example, <Collapsible id="my-unique-id">.

EmbeddedApp component has been removed

The EmbeddedApp component has been removed. The AppProvider component now accepts the configuration needed to initialize an embedded app.

Upgrade instructions

Use the AppProvider component with the apiKey and shopOrigin props.

Shopify is organized around objects that represent a merchant’s business, such as customers, products, and orders. Each individual order, for example, is given a dedicated page that can be linked to. In Shopify, we call these types of objects resources.

The resource list component functions as:

  • A content format, presenting a set of individual resources in a compact form
  • A system for taking action on one or more individual resources
  • A way to navigate to the show page of an individual resource

Our current resource list component gave you some nice defaults out of the box, but didn’t take you much further than that. We recognized that each of these lists is unique and contains different information that is important to the merchant.

Our new resource list allow you to build custom items in the list, with their own layout, content, and styling. This gives you a powerful way to build these sorts of lists going forward.

We’ve also included in depth documentation and a tutorial on how to build your own custom resource list items.

Tabs no longer accept title prop

To be more consistent with our other component APIs, the Tabs component now uses content instead of title.

Upgrade instructions

Change all instances of title to be content instead.

TextField onChange is required

Because we require you to manage state for your inputs, we decided to make onChange required for TextField to avoid confusion.

Upgrade instructions

Add an onChange callback to each use of TextField that is not disabled or readonly.

Removed default white color from Icon CSS

The CSS for Icons will no longer apply a color to icons by default. You must use the color prop on the Icon component to specify the color.

Upgrade instructions

Use color prop on all instances of Icon component.

Anchor tags are no longer styled by Polaris components

To avoid conflicts with other styling or frameworks, we’re removing the styling we globally applied to all a elements.

Upgrade instructions

Use the Link component instead.

Changed Alert onCancel prop to onClose

This change only impacts users of the Sass version of Polaris, more specifically the color() function. The color($hue, $value: base, $for-background: null) function in Sass now accepts strings for $hue and $value as advertised in the color function documentation.

Upgrade instructions

If you’re using VS Code, here are the exact search / replace instructions to follow (toggle “Use Regular Expression”):

  • replace \bcolor\(([a-z-]+)\) with color('$1')
  • replace \bcolor\(([a-z-]+), ([a-z-]+)\) with color('$1', '$2')
  • replace \bcolor\(([a-z-]+), ([a-z-]+), (.*)\) with color('$1', '$2', $3)

New components

Since launching Polaris components, we’ve had many people ask why we didn’t include tables. While we have been moving away from using tables for comparisons that aren’t tabular data (resource lists, for example), we recognize that there are still cases to use them.

The data table component is our answer to those cases. While data visualizations represents part of a data set, data tables are used to organize and display all the information from a data set, allowing merchants view details from the entire set. This helps merchants compare and analyze all the data in a unified way.

Currently we have several different interfaces for uploading files across Shopify, which leads to a lack of consistency and some missing features and capabilities. To solve this problem, we’re releasing a new drop zone component.

This new component allows merchants to upload files by dragging and dropping them into an area on a page. The component handles file type validation, dropping onto the window, and more, meaning more ease of use for merchants.

In the original Polaris React, the modal component was only available to embedded apps. No longer. Our new modal component is universal in that it can be used in either standalone or embedded apps, and will handle the correct behavior for you.

The app provider is a required component that enables sharing global app config with the components in Polaris. This is used for the internationalization of strings in Polaris components, as well as set other configuration such as a custom link component that all the Polaris components will use. This unlocks new ways for us to share configuration at an app level and have the components react to that configuration.

Enhancements

  • Added error prop to ChoiceList
  • TextField, Select, and Checkbox now accept the types string or ReactElement for the error prop
  • Added optional id props to more components, and restructured the prop definitions to allow projects to make id props mandatory
  • Added fullWidth prop to Card.Section
  • Added fullHeight prop to Popover to override max-height
  • Added allowRange as a property for DatePicker
  • Added the external option to the secondaryAction.action prop on the Banner component. Thank you to (Andrew Cargill) for the issue (#236)

Bug fixes

  • Enforced subdued description text style in AnnotatedSection
  • Fixed an overflow bug causing the border of TextField to be cut off
  • Allowed specific props in the TextField component to pass through properties to the input child
  • Fixed ActionList component to provide section dividers when a title was not provided
  • Fixed an issue in the Select component where placeholder didn’t properly appear on Firefox and appeared disabled on all browsers

1.14.2 - 2018-05-02

This will be the last v1.x release outside of critical security fixes.

Bug fixes

  • Add margin-left spacing to disclosure icon within Button component
  • Remove margins on segmented ButtonGroup
  • Fixed text alignment of link so that it inherits from its parent node

1.14.1 - 2018-04-10

Bug fixes

  • Fixing an error with the release process

1.14.0 - 2018-04-10

Enhancements

  • Changed term in DescriptionList component to accept React.ReactNode to allow for more than just string type

1.13.1 - 2018-03-29

  • Added missing publishConfig.access setting in package.json, in accordance with the new Shipit requirements for public npm packages

1.13.0 - 2018-03-29

Enhancements

  • Added an id prop to Collapsible to be referenced by the aria-controls attribute of the component triggering the collapse

Bug fixes

  • Fixed external prop not working within ActionList component
  • Fixed a syntax error in one of the Card component examples (thanks meecrobe for the original issue)

1.12.4 - 2018-03-19

  • Enhanced Avatar to work better when provided non-square images
  • Move documentation file so it’s picked up by the styleguide

1.12.3 - 2018-03-16

Bug fixes

  • Fixed disclosure centering on the tab component
  • Fixed an issue where a style void would appear between breakpoints at high text zoom levels

Documentation

  • Removed purpose section from component READMEs
  • Added Embedded page under the Embedded section
  • Added “Using embedded components” section
  • Added screenshots to the embedded components
  • Clarified usage of card header and footer actions

1.12.2 - 2018-03-08

Documentation

  • Moving property descriptions out of READMEs and into source files

1.12.1 - 2018-03-06

Bug fixes

  • Fixed server-side environments

Documentation

  • Updated component examples that use state to use an es6 class

1.12.0 - 2018-02-28

Bug fixes

  • Fixed TextField overflow issues when inside Scrollable
  • Fixed Select focus state bug occuring in Firefox
  • Fixed vertical alignment of text within full width variant of the button component

Enhancements

  • Changed Checkbox label to allow string or React.ReactNode
  • Update TextField type with currency
  • Added ariaControls, ariaExpanded prop to Button
  • Updated the base red color to improve contrast
  • Added a notification icon to the bundled icons available to use in the icon component’s source prop
  • Exposed Status from the Banner component
  • Added titleHidden prop to Page

Documentation

  • Clarified intended usage for EmptyState

Chores

  • Added version number to source

1.11.0 - 2018-02-13

  • Changed Action to Disableable Action in Card

Enhancements

  • Added renderChildren prop to choice list component

Bug fixes

  • Fixed an issue with footer help links not expanding to full-width on mobile devices
  • Added breadcrumbs to SkeletonPage
  • Added max-width and auto margin to EmptyState
  • Fixed outline button disabled state styles
  • Fixed Tag so the onRemove function is not imporperly called (thanks chaddjohnson for the original issue )
  • Fixed border on inputs disabled state
  • Fixed an issue in TextInput, when you increment or decrement with a float value, and the digits after the decimal point where wrong
  • Added top alignment to FormLayout.Group #876

Documentation

  • Fixed capitalization of prop names in Pagination component’s documentation (thanks donnguyen for the original issue)
  • Exposed Option from the Select component

1.10.2 - 2018-01-22

Bug fixes

  • Fixed the public repository’s build (which was missing the new CircleCI configuration files)

1.10.1 - 2018-01-19

Bug fixes

1.10.0 - 2018-01-17

  • Restored the correct latest version to the CDN

  • Fixed rgbToHsb function when red is the largest number and added tests (thanks emcmanus for the original issue)

  • Fixed an issue where a hard-coded path would cause the build to fail on Windows (thanks to @Invader444 for the original issue and pull request)

  • Added onClick to UnstyledLink

  • Added tests to Link

  • Added tests for ColorPicker color utilities

1.9.1 - 2017-12-21

Documentation

  • Ammending changelog

1.9.0 - 2017-12-21

Enhancements

  • Added onActionAnyItem prop to action list and used to close page actionGroups on click or keypress of any item
  • Added content prop to tabs and deprecated use of title
  • Added text container component
  • Added idForItem prop to resource list
  • Added fullWidth prop to layout section
  • Added indeterminate as option for checkbox checked prop value
  • Added singleColumn prop to page
  • Added focused prop to text field 813

Bug fixes

  • Fixed positioned overlay not responding to scrollable container events
  • Fixed first focusable item focus in popovers
  • Fixed typos in the select component documentation (thanks mattchidley for the original issue)

1.8.3 - 2017-10-26

Bug fixes

  • Moved react-transition-group from a dev dependency to a dependency

1.8.2 - 2017-10-24

Bug fixes

  • Fixed stack not returning children

1.8.1 - 2017-10-24

Bug fixes

  • Added missing yarn config file which was causing the build to fail

1.8.0 - 2017-10-23

Documentation

  • Updated README to consistently use contractions (thanks stefanmiodrag for the original pull request)
  • Improved example description for Layout component
  • Updated Spinner documentation
  • Improved component purpose documentation across components
  • Improved documentation for Text style component

Enhancements

  • Added support for React 16
  • Added an option to show or hide unpublished products from the resource picker
  • Changed Popover component to use react-transition-group instead of our deprecated custom version in @shopify/react-utilities
  • Added new Progress bar component
  • Changed today’s date to be tabbable and clearly indicated in DatePicker
  • Added support for disabled choices in Choice list component
  • Added support for disabled secondary Page actions
  • Changed TextField and Select to now focus on clicking only within the area from the input to the end of its label text

Bug fixes

  • Fixed Layout component example description
  • Fixed SkeletonPage header appearing in embedded apps (thanks rkbhochalya for the original issue))
  • Fixed border-radius on Action list component in Chrome

1.7.0 - 2017-10-06

Enhancements

  • Added SkeletonPage, SkeletonBodyText and SkeletonDisplayText components
  • Added Spinner component
  • Added hint prop to Scrollable and use in Popover
  • Updated Button component to use new Spinner component
  • Added external link support for Page secondaryActions
  • Enabled the primaryAction of PageActions to be loading
  • Stack now supports non-wrapping layouts on small screens
  • Updated text field min and max documentation
  • Breadcrumbs now accept a callback through onAction (thanks arypbatista for the original issue)

Bug fixes

  • Fixed issue with embedded app breadcrumb linking to Shopify settings page (thanks cargix1 for the original issue)
  • Fixed Avatar to display image and initials simultaneously
  • Fixed various links to embedded components
  • Fixed left and right ends of TextField not responding to clicks
  • RadioButton & Checkbox now focus on clicking only within the area from the input to the end of its label text
  • Fixed plain and fullWidth Button alignment
  • Add a minor delay to tooltip display

1.6.0 - 2017-09-25

Enhancements

  • Documented disabled prop for Checkbox and RadioButton (thanks LeoAref for the original issue)
  • Documented progress prop for Badge (thanks sp4cecat for the original issue)
  • Added loading prop to Button (thanks bakura10 for the original issue)
  • Documented complex Select option (thanks sp4cecat for the original issue)
  • Documented TextStyle component
  • Improved avatar typography spacing
  • Added subtract icon
  • Improved acessibility for Pagination

Bug fixes

  • Fixed failed dependency installation for unauthenticated GitHub users (thanks mikeyhew for the original issue)
  • Fixed Page header spacing
  • Fixed TextField focus ring transition
  • Fixed Popover not resizing on content updates

1.5.2 - 2017-09-18

Bug fixes

  • Fixes alignment of page action links

1.5.1 - 2017-08-30

Bug fixes

  • Fixed disabled buttons when using local class names
  • Fixed Scrollable resize listener not autobinding

1.5.0 - 2017-08-30

Enhancements

  • Updated scrollable component to remember scroll position on re-render
  • Added checkmark icon to the Icon component
  • Added an example for a disabled TextField

Bug fixes

  • Fixed typo in Icon code example

1.4.1 - 2017-08-24

Various documentation fixes.

1.4.0 - 2017-08-22

Enhancements

  • Updated import, export, and view icons
  • Improved documentation of various components
  • Improved how ActionList handles images and groups
  • Exposed PopoverCloseSource from Popover component

Bug fixes

  • Fixed PageActions spacing in IE11
  • Fixed ID inconsistency on TextFields
  • Fixed spacing on Page component with no header (thanks bakura10 for the original issue)
  • Fixed disabled state on primary and destructive buttons

Chores

  • Upgraded javascript-utilities to the latest version

1.3.1 - 2017-08-10

Bug fixes

  • Fixed classnames in built *.scss files
  • Fixed broken link in description list README

1.3.0 - 2017-08-09

Enhancements

  • Added an esnext build (allows production builds to perform class/method tree shaking)
  • Changed KeyboardKey component to use kbd tag
  • Added publishing docs folder to npm package
  • Added fullWidth option to Popover component

Bug fixes

  • Updated Static HTML page examples to correct markup (thanks bartcoppens for the original issue)
  • Hide increment and decrement buttons on number input when disabled (thanks kguller for the original issue)
  • Fixed link to product content documentation
  • Fixed documented type for error prop on Checkbox component
  • Fixed Popover reopening when clicking around during transition
  • Fixed Popover resizing on content updates
  • Fixed vertical alignment of Button content

Sketch UIKit

  • Added Sketch color palette file

1.2.1 (July 27, 2017)

Chores

  • Fixed a repo issue that caused the public repo release not to happen

1.2.0 (July 27, 2017)

Enhancements

  • Added helpText to ChoiceList choices (thanks cgenevier for the original issue)
  • Added save icon
  • Added accessibilityLabel to Tabs
  • Updated icons for Banner
  • Improved Page component by fixing up spacing, addin a prop to show a separator below the page title, and changing the secondary actions to roll up into a dropdown menu on small screens
  • Improved default stacking behavior for Tooltip and Popover (thanks Taphood for the original issue)
  • Added extraTight spacing option to Stack
  • Use default subheading type styles for ActionList
  • Improved large Button styles
  • Updated font-weight for text emphasis (thanks bakura10 for the original issue)

Bug fixes

  • Removed the focus state for Banner on click
  • Fixed disabled Pagination button looking active
  • Fixed alignment on Button
  • Fixed min-width on TextField (thanks Asa for the original issue)
  • Removed the border-top on EmptyState (thanks Alex for the original issue #408)
  • Fixed Select placeholder value warnings (thanks cgenevier for the original issue)
  • Fixed disabled text on iOS
  • Fixed type for onChange event (thanks Michaël for the original issue

Sketch UIKit

  • Added color palette page to “Getting started”
  • Button typography updated. More changes to come soon.
  • Changed typeface from San Francisco UI to San Francisco Pro. You will need to download the updated typeface here. https://developer.apple.com/fonts/
  • Updated to Sketch version 45.2
  • Updated layer styles and fonts styles to take advantage of Sketch’s new organizational features.

Documentation

  • Fixed disabled Button documentation (thanks Michael for the original issue)
  • Fixed project URL in CircleCI badge
  • Fixed Stack documentation (thanks Marco for the original issue )
  • Added embedded Alert documentation and updated other embedded documentation

Dependency updates

  • Updated React TypeScript definitions

Chores

  • Updated EASDK metadata structure for generic interfaces
  • Removed postinstall hook

1.1.1 - 2017-06-19

Chores

  • Fixed a repo issue that caused the public repo release not to happen

1.1.0 - 2017-06-19

Enhancements

  • Added automatic inference of the target property of EASDK buttons in Page’s primaryAction and secondaryActions based on their URL (thanks Dmitriy for the original issue)
  • Added automatic inference of the target property of EASDK breadcrumbs in Page's breadcrumbs prop based on the URL
  • Select option descriptors now accept a diabled attribute to disabled the generated option (thanks to Hafiz for the original issue)
  • easdk.showFlashNotice now accepts an optional options object as its second parameter. Passing {error: true} will cause the flash to appear as an error, matching the behaviour of ShopifyApp.flashError
  • Checkbox, RadioButton, ChoiceList, Select, and TextField now pass the ID of the changed input as the second argument to their onChange callback (thanks to Miika for the original issue)
  • Popover now respects the z-index of the activator if it exists
  • When putting content as children of Tabs, the default panel that is generated now respects the panelID of the selected tab, and uses a sensible default based on the tab’s id if no panelID exists
  • When selecting a tab in Tabs, the matching panel is now focused by default
  • easdk methods are bound to the object so they can be freely passed as callbacks

Changes

  • Avatar now renders as a span instead of a div

Bug fixes

  • Fixed contents in Layout.AnnotatedSection breaking out of their container (thanks Andrew for the original issue)
  • Fixed spacing above a primary action in CalloutCard when there is no secondary action
  • Aria attributes are now on the actionable elements of Tabs instead of in the list items
  • Exposed Panel as Tabs.Panel instead of Tabs.panel
  • Fixed the alignment of prefix and suffix content of TextField (thanks bdillon3 for the original issue)
  • Fixed the disabled text color in TextField
  • Checkboxs and RadioButtons no longer generate invalid HTML in their labels (thanks Ernesto for the original issue)
  • Tabs no longer steals focus from contained elements (thanks Alex for the original issue)

Design updates

  • Reduced horizontal padding on Breadcrumbs
  • Updated icon and internal padding of FooterHelp
  • Updated the EmptyState layout and typographic styles

Documentation

  • Fixed the code examples o n the embedded app documentation
  • Added a simple embedded app example
  • Renamed the “Tables and lists” category to “Lists”
  • A variety of other documentation updates (thanks to Pablo, Asa, and David for raising issues)

Dependency updates

  • Updated all dependencies

Chores

  • Added a script to automatically match the published version number to the one referenced in the README
  • Added the correct viewport tag to the Playground
  • Hid deprecation errors during tests

1.0.3 - 2017-05-11

Big fixes

  • Fixed an issue where the embedded components would not reload the page within the Shopify admin (thanks Rich for the original issue)
  • Fixed the spacing="none" variation on Stack not working correctly, and added the missing extraLarge enum value for spacing
  • Fixed Banner’s onDismiss callback not being called when the dismiss button was clicked (thanks to Taylor for the original issue)

Design updates

  • Updated Badge text colors
  • Updated line height for the small DisplayText variation
  • Updated the default icon for error Banners (thanks to Michael for the original issue)

Sketch UIKit

  • Added app examples (thanks to lukepxu for the original issue)
  • Removed references to the Graphik typeface (thanks to Adam for the original issue)
  • Left-aligned button text for better resizing
  • Added Messenger link to navigation to better communicate that the channel nav collapses after 3 items
  • Fixed alignment of table headers
  • Minor updates to Dataviz and Reports examples
  • Added indicators to Home notifications

Documentation

  • Synchronized component documentation with the style guide

Chores

  • Fixed an issue that prevented the public CHANGELOG from being generated correctly
  • Added a hot-reloading Playground to easily try out different components
  • Removed the references to Babel presets from package.json (thanks to Massimo for digging into this with us)
  • Removed the @import statements at the top of source Sass files
  • Updated TSLint and related linting dependencies

1.0.2 - 2017-04-25

Bug fixes

  • Fixed an issue where subcomponents with variations would use a single - instead of -- (thanks johnsonab for the original issue)
  • Fixed a missing typing dependency and a missing embedded types entry point that were causing issues using this package with TypeScript (thanks to Rich for the original issues)
  • Fixed an issue where the anchor tag for ResourceList.Items would not span the full width of the item (thanks to Steven for the original issue)

Dependency updates

  • Started using the prop-types package instead of getting PropTypes from react, as the latter is deprecated as of React 15.5.0

Documentation

  • Corrected the name of documentation/Embeddded apps.md to documentation/Embedded apps.md (thanks to Chris for the original issue)
  • Fixed the ColorPicker documentation to show valid values for saturation, brightness, and alpha (thanks to Allan for the original issue)

Chores

  • Added a description to package.json
  • Added license to package.json and to the root of the repo (thanks to Daniel for the original issue)
  • Fixed an issue where the Webpack example would complain about a missing dependency (thanks to Rafael for the original issue)

1.0.1 - 2017-04-20

Chores

  • Switch repo to public access

1.0.0 - 2017-04-20

  • Initial release