Skip to content

Commit

Permalink
0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cwmanning committed Nov 3, 2015
1 parent 69e59e2 commit 1ec12a3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# CHANGELOG

## 0.4.2

- Adds a `resource` option for customizing file type language. For changing the "Photos" reference in "Pick a photo" selection text:
- Setting `resource` to "File" renders "Pick a file"
- Setting `resource` to "Image" renders "Pick an image"

- Updates basic selection styles
- Centers the selection text, re-positions icons to reflect the loading state within the selection button.
- Adds "Loading" text while a selected image is fetching.
- Applies the "loaded" class to the image shortly after onload for image-to-image transitions.
- Adds an explicit `-webkit-transition` to workaround autoprefixr not generating `-webkit-filter` as a transition property.

- Resets `isLoaded` state when the image re-renders with a different src.

## 0.4.1

### Noticeable Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ars-arsenal",
"version": "0.4.2-rc2",
"version": "0.4.2",
"private": true,
"description": "A gallery picker",
"main": "src/index.js",
Expand Down

0 comments on commit 1ec12a3

Please sign in to comment.