UNPKG

@temuulennibno/react-nice-avatar

Version:

React library for generating customizable avatars with extensive styling options

104 lines (53 loc) 5.23 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ## [1.5.0](https://github.com/chilllab/react-nice-avatar/compare/v1.4.1...v1.5.0) (2023-11-28) ### Bug Fixes * use fixed id to fix potentially ssr rendering issue ([9e12681](https://github.com/chilllab/react-nice-avatar/commits9e126817d0ba99f2d51bbee24677bc7d3bd21dd5)) ### [1.4.1](https://github.com/chilllab/react-nice-avatar/compare/v1.4.0...v1.4.1) (2023-06-08) ## [1.4.0](https://github.com/chilllab/react-nice-avatar/compare/v1.3.1...v1.4.0) (2023-03-30) ### [1.3.1](https://github.com/chilllab/react-nice-avatar/compare/v1.3.0...v1.3.1) (2022-12-17) ### Bug Fixes * demo avatar list scrollbar should be hidden ([94e2900](https://github.com/chilllab/react-nice-avatar/commits94e290073e7c4d77c385479c52093cdf0ee49e70)) * user specified hiar style ([5fdc6dd](https://github.com/chilllab/react-nice-avatar/commits5fdc6ddad978604c1cfe7226266312d0230b3702)) ## [1.3.0](https://github.com/chilllab/react-nice-avatar/compare/v1.2.4...v1.3.0) (2022-12-10) ### Features * support seed generating ([49f8828](https://github.com/chilllab/react-nice-avatar/commits49f88284b23518c7e3aa089735c518f6f70ce339)) * update demo and readme for seed generation ([0e5d96b](https://github.com/chilllab/react-nice-avatar/commits0e5d96baa7fa2c6f17e70c485e0475dde37aa92e)) ### Bug Fixes * demo style ([a2510b5](https://github.com/chilllab/react-nice-avatar/commitsa2510b59a8ca878d512df5b80cd2ad21b5a613a8)) * org name ([696631f](https://github.com/chilllab/react-nice-avatar/commits696631fc49802081c8c17eb4394e6ec3f7dce9f4)) * typescript ([11c5c94](https://github.com/chilllab/react-nice-avatar/commits11c5c948a4cdeecde1462081f065eb9735b037c9)) * update readme link ([c1db8e8](https://github.com/chilllab/react-nice-avatar/commitsc1db8e83b10a4ea54fa6b988b7a1317e6cf4e864)) ### [1.2.4](https://github.com/chilllab/react-nice-avatar/compare/v1.2.3...v1.2.4) (2021-08-30) ### Bug Fixes * bundling script ([372abf6](https://github.com/chilllab/react-nice-avatar/commits372abf6b680671ff233d2f8f58e36103e9841034)) ### [1.2.3](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.3) (2021-08-29) ### Features * gradient background ([4697602](https://github.com/chilllab/react-nice-avatar/commits4697602f098e019e6bbd0800c1780f61a43d367a)) * new demo ([8ae89f2](https://github.com/chilllab/react-nice-avatar/commits8ae89f23837399cbb218e4a5f4103cf44a78438a)) * using webpack to replace rollup & update eslint config ([7d9fad5](https://github.com/chilllab/react-nice-avatar/commits7d9fad58ba9d7747eed091178cb427b7417e8844)) ### Bug Fixes * github action only triggered for new tags ([8138407](https://github.com/chilllab/react-nice-avatar/commits8138407550057acfcfedbc3518f2f9ffeb52c0d3)) * update node version for the workflow ([6f25cac](https://github.com/chilllab/react-nice-avatar/commits6f25cacaf42b430b0567343b5b90147a855c4543)) ### [1.2.4](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.4) (2021-08-29) ### Features * gradient background ([4697602](https://github.com/chilllab/react-nice-avatar/commits4697602f098e019e6bbd0800c1780f61a43d367a)) * new demo ([8ae89f2](https://github.com/chilllab/react-nice-avatar/commits8ae89f23837399cbb218e4a5f4103cf44a78438a)) * using webpack to replace rollup & update eslint config ([7d9fad5](https://github.com/chilllab/react-nice-avatar/commits7d9fad58ba9d7747eed091178cb427b7417e8844)) ### Bug Fixes * github action only triggered for new tags ([8138407](https://github.com/chilllab/react-nice-avatar/commits8138407550057acfcfedbc3518f2f9ffeb52c0d3)) * update node version for the workflow ([4f6ddbd](https://github.com/chilllab/react-nice-avatar/commits4f6ddbda62a47ff1adf0da5161ddc08d2b0cac55)) ### [1.2.3](https://github.com/chilllab/react-nice-avatar/compare/v1.2.2...v1.2.3) (2021-08-29) ### Features * gradient background ([4697602](https://github.com/chilllab/react-nice-avatar/commits4697602f098e019e6bbd0800c1780f61a43d367a)) * new demo ([8ae89f2](https://github.com/chilllab/react-nice-avatar/commits8ae89f23837399cbb218e4a5f4103cf44a78438a)) * using webpack to replace rollup & update eslint config ([7d9fad5](https://github.com/chilllab/react-nice-avatar/commits7d9fad58ba9d7747eed091178cb427b7417e8844)) ### Bug Fixes * github action only triggered for new tags ([8138407](https://github.com/chilllab/react-nice-avatar/commits8138407550057acfcfedbc3518f2f9ffeb52c0d3)) ### [1.2.2](https://github.com/chilllab/react-nice-avatar/compare/v1.2.1...v1.2.2) (2021-07-24) ### Features * add github action ([d2458fc](https://github.com/chilllab/react-nice-avatar/commitsd2458fca0bbca32426ddf1774bf3cf1c986f80f9)) * integrate with Typescript ([338d895](https://github.com/chilllab/react-nice-avatar/commits338d895481423284475475c2932a18788c872e56)) ### Bug Fixes * add back color panel to demo ([98a21ae](https://github.com/chilllab/react-nice-avatar/commits98a21ae6d31c2638dfd1c887dfcb96f1f7f8b003)) * propTypes and demo dark theme ([a5f6925](https://github.com/chilllab/react-nice-avatar/commitsa5f6925d23fe4234d952ac38e4e2f5df94c507d7))