Releases: ClickPop/facecreator
Releases · ClickPop/facecreator
Version 1.1.2
- Add ability to toggle Background visibility.
- Misc. Bug Fixes/Improvements
Version 1.1.1
Release Notes
- Add site background
- Add square option to avatar background
- Minor UI changes
- Minor bug fixes
Version 1.1.0
Release Notes
- Fix issue with XHR Image List retrieval on some environments
- Add Google Tag Manager and Google Analytics
- Add more hairstyles and eyebrows
Version 1.0.2
Release Notes
- Add More Image Assets (Types & Color variants)
- Add Head Coverings
- JavaScript Improvement
- Optimized Images
- Update User Interface
- Preload Images
- Other General Updates / Performance Enhancements
Version 1.0.1
Release 1.0.1 (#35) * Update documentation * Add more glasses and piercings * Adjust glasses colors. * Update documenation with some links * Updating link in README.md * Finalize changes to docs * Add glasses emoji to slider handle * Add hijab, turban, and yarmulke * Add additional emoji (some aren't working) and move controls into accordion (unstyled) * Fix nose piercing position * Fix nose piercing position (more) * Hopefully make the hijab look more natural * Add Friendly Faces logo. * Start work on major JS refactor * Update package-lock.json * Update index.html to match master * Add logos to match master * Add dynamic controls generation - Refactor almost all javascript to rely on JSON object found in /js/src/options/ directory - Modified HTML file for correct site name - Set release version in package.json to 0.9.0 prior to push to stable * Update mobile behavior * Update readme with completed feature requests and add new feature request for shareable URL) * Set face accordion to be open by default * Update accordion styles * Add transition duration for face container to handle transition from circle to square * Style accordion * Test Save Image PHP Script * Fix issue with sectionCount variable not being global * Fix save_image.php * :bug: Fix: Mobile Download Issue Fixes issues with avatar downloading as unspecified filetype on mobile devices. * :bug: Fix: Download as application/octet-stream Download now initializes a download instead of opening image in a new tab * :art: Style: Remove focus outline from collapse toggles * Debugging avatar download * Address syntax error in main.scss * :bug: Fix: Download href now the right value * Debug issue with download.php * :bug: Fix download.php * Attempting to disable the button temporarily for download * Debug * Turn border radius back on * Testing FileSaver.js integration * Fix: blob.js not loading * Remove allowTaint setting * Fix issue with FileSaver and Blob * add $link declaration * Fixing download link click event * Fix: Syntax error in js * Fix: Images downloading mid css animation - Remove CSS transition property until another method can be established * Fix: Re-enable download button after download * Save image to generated directory for later use * Removing deprecated files * debug saveAvatar * Update hair images * Update headcovering colors * Update eyebrow colors * Update beard colors * Add more skin tones * Update head covering variable * Add eye colors * :racehorse: Add image optimization to Gulpfile.js - Add gulp-imagemin to optimize files - Move images to /img/src - Final images will be in /img/dist * Add eye color as a control * Try to resolve merge conflict with eye psd * Move new eye images into correct director * Fixing files * Fix naming issue for eye images * Refine eye graphics * Update readme * Update version number to the big one point oh! * Add function to retrieve image list * Adding preload functions file * Debug issue with preload * Debug issue with preload: 2 * Fix: Issue with php script * :racehorse: Add image preloading and progress bar * :candy: Feature: Add multiple size download (PR #38) - Address Feature Request #36 - Adds button group with Large/Medium/Small options - Fixes issue with generated - Address Bug #37 * Version 1.0.1 Preflight