Aviary Web Widget Release Notes
Follow @AviaryChangelog for updates
Version 2.6.1 - March 6, 2013
- Brand new tool: FOCUS! Lets users add a selective circular or rectangular focus to photos. (IE9+)
- New image processing for Blemish, Whiten, and Red Eye tools. Now users can preview their work in real-time with live drawing.
- Several Text Tool updates: We've added a new font called 'Patua One' and removed the stroke from around all text.
- Improved Sharpness tool processor.
Version 2.5.0 - January 28, 2013
- New Splash tool (IE9+)
- Added fonts
- Translation improvements
Version 2.4.3 - January 21, 2013
Version 2.4.1 - January 4, 2013
- Brand new FRAMES tool! A variety of gorgeous frames ranging from basic to super stylish.
- We've revamped our default effects to be a bit more subtle and to make every photo better. (Craving our classic effects? No worries, you can still find them in the Effects tool, right after the new default effects.)
- Improved Stickers and Crop interface
getImageDimensions() API method
Version 2.3.3 - November 15, 2012
- Add langage support for Hungarian and update Dutch
Version 2.3.2 - November 7, 2012
- Add langage support for Danish and Finnish
Version 2.3.0 - October 31, 2012
- Updated Text Tool
- Selection of fonts
- Direct text entry and newlines
- Outline color to help text stand out on like-colored backgrounds
- Other fixes and improvements
Version 2.2.1 - September 19, 2012
- Default colors re-ordered and added a color picker for fine tuning
- Visual brush size preview like in the mobile SDK
- Effects now randomly seeded; high resolution output will use the same seed
- Crop presets can be flipped
- Clicking a partially obscured preset/effect should change the page to reveal it
- More opt-in error handling
onLoad now waits for document ready event as well
- Support for
appendTo elements with position: fixed style
- Updated styling on selected states for effects and presets (see style guide)
Version 2.1.1 - June 13, 2012
- Undo/Redo capability
- New Warmth tool (IE9+)
- Sepia and B&W effects added to Original Effects pack
- Sliders now give live updates while dragging
- Updated tool icons
- IE7/8: Improved Crop, Stickers, Text selection
- Link protocol fix for Chrome extension compatibility (
https:// instead of //)
Version 2.0.9 - May 9, 2012
- Zoom and pan support added
- Reduce number of brushes and center them for less paging
- Message
onError when Aviary is unable to read the image supplied at url
- Added
he Hebrew language support
Version 2.0.8 - April 17, 2012
- Style guide for CSS customization
- New optional API config param -
minimumStyling reduces Aviary CSS to bare minimum for easy override
- New straighten functionality as part of Orientation tool (drag handle on image)
- Faster algorithms for tools
- Sharpness
- Brightness
- Contrast
- Blemish (softer, more natural effect)
- Whiten
- New API instance methods to enable or disable editor controls programatically
disableControls()
enableControls()
- Translation improvements
- Improve pixel-rounding on constrained proprtions in crop and resize
- Legacy warning of resize over
maxSize only shows in hi-res implementations
- IE7/8 hi-res fixes for Blemish, Redeye, and Stickers
Version 2.0.5 - March 15, 2012
- Stickers are now draggable and easier to resize and rotate
- Return
false to onSave() to prevent the confirmation dialog
- Advanced API features:
- Added a (asynchronous) getImageData() method that allows you to retrieve image data locally without relying on a URL from Aviary
- Added a (synchronous) getActionList() method that allows you to retrieve a JSON representation of your image editing actions
Version 2.0.4 - February 20, 2012
- Resize tool look and feel updated
postData param can now accept JavaScript objects (but you will still be receiving a JSON string via postdata at your postUrl)
- CSS more robust in response to host site styles
Version 2.0.3 - February 14, 2012
- Spot tools (Red eye, Blemish, Whiten) now can be used as brushes and have more visible feedback
- Draw tool is smoother and faster, especially on iPad
- Resize tool converted to work with the new layout but must be called for explicitly
Version 2.0.2 - January 17, 2012
apiVersion parameter set to 2 lets you use new flexible editor UI
- Photo editing area scaled to UI size
- New Effects tool with all of Aviary's new effects
- New Enhance tool lets you automatically fix your photos
- New Sharpness slider tool: sharpen and blur in one
- New Orientation tool: flip and rotate in one
- Crop tool now incorporates resize
openType deprecated
- Use
appendTo if you want to embed in your webpage
- otherwise do not specify this and the editor will be full-screen
- New default stickers
Version 1.6.1 - October 5, 2011
- New mobile-optimized UI and touch interface
onSave will now provide the hi-res image URL if editing in hi-res mode (although the image itself will not yet be ready - either poll this link or continue to use the postUrl parameter)
Version 1.5.10 - August 23, 2011
- New Constructor API
- Localization support for Russian and French
- Better encapsulation: severely reduced the number of global objects
Version 1.5.8 - July 11, 2011
- Save now possible even if you are waiting on filter processing
- Crop tool "Maintain proportions" works more intuitively
- Presets for crop and resize can be labeled
Version 1.542 - May 17, 2011
- added support for HiRes editing on server
- added Feather_HiResURL parameter
- added Feather_UseServerFilters parameter. Setting this to true will use server for gold egg filters.
Beta45+/Version 1.52 - January 27, 2011
- New lightbox styling
- Added a default sticker list
- Added brush softness
- Added Teeth Whiten tool
Beta44 - January 8, 2011
- added Blur tool
- added reset button on color panel
- text tool automatically clears 'enter text here' on click
- added
all tool flag so sites get new tools automatically as they're released