diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..72f1628 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,190 @@ +### Changelog + +All notable changes to this project will be documented in this file. Dates are displayed in UTC. + +Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). + +#### [v1.4.2](https://github.com/nzambello/ellipsed/compare/v1.4.2...v1.4.2) + +> 1 June 2020 + +- Feature/support node selector [`#46`](https://github.com/nzambello/ellipsed/pull/46) +- upgraded serve [`cc4896b`](https://github.com/nzambello/ellipsed/commit/cc4896b6162ac4f93c8991125a26172d805cdbc9) +- added release-it config [`a16ae46`](https://github.com/nzambello/ellipsed/commit/a16ae46d675c38aae6e5cd0ce306240b8f45d375) +- updated example [`0c30f51`](https://github.com/nzambello/ellipsed/commit/0c30f51a3dca2b1b9cbad66dfedd11b3d1b12573) +- updated readme with performance suggestions [`ee96029`](https://github.com/nzambello/ellipsed/commit/ee960295aed8c7eb0478c63b42ff73b3fe7fbd9d) + +#### [v1.4.2](https://github.com/nzambello/ellipsed/compare/v1.4.1...v1.4.2) + +> 14 October 2019 + +- fixed mobile scroll, triggered ellipsed only if screen-width changes [`#44`](https://github.com/nzambello/ellipsed/pull/44) + +#### [v1.4.1](https://github.com/nzambello/ellipsed/compare/v1.4.0...v1.4.1) + +> 23 September 2019 + +- Fix escaped tags when a text doesn't need ellipsing [`#43`](https://github.com/nzambello/ellipsed/pull/43) +- upgraded deps [`e41bf31`](https://github.com/nzambello/ellipsed/commit/e41bf315ce3c804090f5c378d588580295b2e7c7) + +#### [v1.4.0](https://github.com/nzambello/ellipsed/compare/v1.3.1...v1.4.0) + +> 18 November 2018 + +- updated some packages and fixed package.json [`38c02e1`](https://github.com/nzambello/ellipsed/commit/38c02e17116557007b49a488444b1637c73b259c) +- docs: add demonstration for text with no space break 📝 [`4b3fed6`](https://github.com/nzambello/ellipsed/commit/4b3fed60f9b89bc07aa62321d6ae20e429cde31a) +- feat: optional delimiter param ✨ [`af67b4a`](https://github.com/nzambello/ellipsed/commit/af67b4ab27e9ee66e1f97c945ca626977a13d301) +- fix README [`b4aeda3`](https://github.com/nzambello/ellipsed/commit/b4aeda3952720f6e25001a8ab6e541c6f5c30e4e) +- restored package version [`f2b27ff`](https://github.com/nzambello/ellipsed/commit/f2b27ff0f1ac0e3e8aeafb815952df24be224587) +- Bump version number to 1.3.2 🔖 [`5980bc7`](https://github.com/nzambello/ellipsed/commit/5980bc7dd579a308ee0411f4885e4c1505adcd83) +- docs: update usage instruction 📝 [`393589c`](https://github.com/nzambello/ellipsed/commit/393589c8206c01ce8fd6b45a6c7f33cedcde10f4) + +#### [v1.3.1](https://github.com/nzambello/ellipsed/compare/v1.3.0...v1.3.1) + +> 23 December 2017 + +- fix for formatted content [`f6929eb`](https://github.com/nzambello/ellipsed/commit/f6929eb59bd493c55c4ecc9a164b876996c67c4f) + +#### [v1.3.0](https://github.com/nzambello/ellipsed/compare/v1.2.0...v1.3.0) + +> 23 December 2017 + +- added support for formatted content in html [`2fae137`](https://github.com/nzambello/ellipsed/commit/2fae137a022102eb13f3732f3c1a75d8e172dbe0) + +#### [v1.2.0](https://github.com/nzambello/ellipsed/compare/v1.0.1...v1.2.0) + +> 11 December 2017 + +- Added logo [`#34`](https://github.com/nzambello/ellipsed/pull/34) +- simplify code and make input reactive [`#31`](https://github.com/nzambello/ellipsed/pull/31) +- WIP: Improved handling of responsive option [`#29`](https://github.com/nzambello/ellipsed/pull/29) +- Code styling and workaround for #27 [`#28`](https://github.com/nzambello/ellipsed/pull/28) +- Fixed responsive reloading [`c52d022`](https://github.com/nzambello/ellipsed/commit/c52d02224408980d2f64bce56c68b1a75a855fa1) +- added controls on demo page to avoid null number of rows [`eacaf30`](https://github.com/nzambello/ellipsed/commit/eacaf30a00f9cfc90579a2305f845ee6b50ee6f1) +- fix logo url in demo page [`b3f5a36`](https://github.com/nzambello/ellipsed/commit/b3f5a362fb95c41795adb8c9ad067bcf0f36c7f4) +- Thanks to nekorina for the logo [`81fd92f`](https://github.com/nzambello/ellipsed/commit/81fd92f11b0489e2d06f1632beb9fddc90a6fe5f) +- fix logo url in demo page [`b984d83`](https://github.com/nzambello/ellipsed/commit/b984d83354d8e8442aeb41e54ff4aadf12efe427) +- added docs in README for return value (fixes issue #30) [`d08d099`](https://github.com/nzambello/ellipsed/commit/d08d0995cda4dfd65fac6f5b9d4629738f9eb898) +- added -o option to serve for development demo page web server [`d90c031`](https://github.com/nzambello/ellipsed/commit/d90c0311e306bbb2912bc61636617138213274e0) + +#### [v1.0.1](https://github.com/nzambello/ellipsed/compare/v1.0.0...v1.0.1) + +> 25 October 2017 + +- fix responsive option resize handler calls [`d208161`](https://github.com/nzambello/ellipsed/commit/d208161bcf0db78e1d0f1221ae5859d0b02d8611) + +### [v1.0.0](https://github.com/nzambello/ellipsed/compare/v0.4.2...v1.0.0) + +> 24 October 2017 + +- Added resize handling for multiple calls with responsive options (optimized with debouncing) [`#25`](https://github.com/nzambello/ellipsed/pull/25) +- added ie 9+ support to readme [`#24`](https://github.com/nzambello/ellipsed/pull/24) +- reverted test example js; added throttling and debounce for responsive option [`d3b86dc`](https://github.com/nzambello/ellipsed/commit/d3b86dce459d628513f47af1d9eb07e7bb0654fb) +- started working on multiple responsive calls issue [`733b553`](https://github.com/nzambello/ellipsed/commit/733b553eb5e29f5fc1c7df87c55e530726843355) +- added debouncing delay parameter in options in README [`d6025ec`](https://github.com/nzambello/ellipsed/commit/d6025ec5eabcf80731fe57cf7436f7ff90988e74) +- added prettier refs in CONTRIBUTING [`347aa0f`](https://github.com/nzambello/ellipsed/commit/347aa0f59aac140a4a31133b12ea4cbf31f84338) +- added prettier write to build command [`cecba44`](https://github.com/nzambello/ellipsed/commit/cecba44a274adc504143c3955da3d5b425dd3540) + +#### [v0.4.2](https://github.com/nzambello/ellipsed/compare/v0.4.1...v0.4.2) + +> 13 October 2017 + +- Add prettier as pre-commit hook [`#21`](https://github.com/nzambello/ellipsed/pull/21) +- Some changes in readme [`#23`](https://github.com/nzambello/ellipsed/pull/23) +- Added browser compatibility tests info in README [`#20`](https://github.com/nzambello/ellipsed/pull/20) +- added browser compatibility tests in README [`698ed0f`](https://github.com/nzambello/ellipsed/commit/698ed0f98f38c86ec5daceb9f816d18b5d327376) +- fix README [`73e8fff`](https://github.com/nzambello/ellipsed/commit/73e8fffd707669c070435a5400e412c05069ed49) +- added supported browsers versions [`6a2ac3c`](https://github.com/nzambello/ellipsed/commit/6a2ac3c1bb7a2ea33f37ad681d5cc39fa20fe2d2) +- added supported browsers versions [`e677cd0`](https://github.com/nzambello/ellipsed/commit/e677cd05c5d1c75d00d4de503f1e6abc05992eb5) +- added screenshot [`6dc23ef`](https://github.com/nzambello/ellipsed/commit/6dc23efe8cd55abf4fbb58d19bf80af1e4022bf7) +- fix readme [`690544f`](https://github.com/nzambello/ellipsed/commit/690544fda326d679139d6e74b9d9ccda627a7ce5) +- fix README image URL [`2f995cf`](https://github.com/nzambello/ellipsed/commit/2f995cfc6549c0d73f0a81454fcc7e2432e45f85) + +#### [v0.4.1](https://github.com/nzambello/ellipsed/compare/v0.4.0...v0.4.1) + +> 10 October 2017 + +- Added responsive option [`#19`](https://github.com/nzambello/ellipsed/pull/19) +- initial implementation of responsive option [`bdc68bb`](https://github.com/nzambello/ellipsed/commit/bdc68bbbc42ae3585afb20a7dab3fc2386da440d) +- added responsive option on readme [`5232ec5`](https://github.com/nzambello/ellipsed/commit/5232ec582d0ba82f6e7cf7ea501853985fbc8a7f) + +#### [v0.4.0](https://github.com/nzambello/ellipsed/compare/v0.3.0...v0.4.0) + +> 2 October 2017 + +- Added replacement string option [`#16`](https://github.com/nzambello/ellipsed/pull/16) +- Updated formatting on Readme [`#13`](https://github.com/nzambello/ellipsed/pull/13) +- Removed for..of for browser compatibility [`#12`](https://github.com/nzambello/ellipsed/pull/12) +- fix typo for contributing md [`#9`](https://github.com/nzambello/ellipsed/pull/9) +- Reworked readme [`#8`](https://github.com/nzambello/ellipsed/pull/8) +- wip: functions instead of for [`8516b7e`](https://github.com/nzambello/ellipsed/commit/8516b7ed1e7521875ea0779cb48cd41efd99fa1b) +- Added examples to readme [`1c87da7`](https://github.com/nzambello/ellipsed/commit/1c87da7ab2e18ed82f233d5bc4ccc6bbe645ae7a) +- changed some names [`216d951`](https://github.com/nzambello/ellipsed/commit/216d9519fa2f424ed930280886b9bf2005e78e6b) +- added demo input for replaceStr [`f7e956f`](https://github.com/nzambello/ellipsed/commit/f7e956fc9c50d24583ad82083f3574ae12b1688e) +- fix contributing.md [`b1f068e`](https://github.com/nzambello/ellipsed/commit/b1f068e99db3754d133238679906e15ed821544d) +- improved contributing.md [`4303a63`](https://github.com/nzambello/ellipsed/commit/4303a63713627c10611e0b0fbc9c96d6bbb71bfe) +- Moved contributions badge [`7216d8b`](https://github.com/nzambello/ellipsed/commit/7216d8b154f3448702e55f42d254a3593ffeea6f) +- Add a Gitter chat badge to README.md #15 [`2b0f4dd`](https://github.com/nzambello/ellipsed/commit/2b0f4dd3340b05426c7b1116a5d3df3913019498) +- WIP: functions [`f88b9c8`](https://github.com/nzambello/ellipsed/commit/f88b9c8945d2c873ce85778063376fc27dba1b78) + +#### [v0.3.0](https://github.com/nzambello/ellipsed/compare/v0.2.4...v0.3.0) + +> 19 September 2017 + +- Changed default export to named export. Some other minor cleanup. [`#5`](https://github.com/nzambello/ellipsed/pull/5) +- fix license references [`2034812`](https://github.com/nzambello/ellipsed/commit/2034812e1d540d4a6b275b94b04f1fb50cbd73c4) +- 0.2.4: updated package.json with new license and demo [`61c4ff1`](https://github.com/nzambello/ellipsed/commit/61c4ff10a1d06dda7a648aabc9c5dd7692813ead) + +#### [v0.2.4](https://github.com/nzambello/ellipsed/compare/v0.2.3...v0.2.4) + +> 13 September 2017 + +- updated package.json with new license and demo homepage [`28701d3`](https://github.com/nzambello/ellipsed/commit/28701d36763d5b69a3457bb6f27fd61ec90376b9) +- 0.2.3: handled license, readme and demo [`e94512d`](https://github.com/nzambello/ellipsed/commit/e94512da1813a1cbf571c2b8aa5fe70d64c0842a) + +#### [v0.2.3](https://github.com/nzambello/ellipsed/compare/v0.2.2...v0.2.3) + +> 13 September 2017 + +- added github repo links to demo [`478e62a`](https://github.com/nzambello/ellipsed/commit/478e62a827dbcb467bd906b37b6477eca71d7d57) +- new badges in readme [`1866d9f`](https://github.com/nzambello/ellipsed/commit/1866d9ff5ac537628fbc8692b40f938b9cd28c72) +- fix README [`f144464`](https://github.com/nzambello/ellipsed/commit/f144464b6e201d3f8509a5fdc7064f2be6a11354) +- updated license with repo link, updated readme [`bd4c981`](https://github.com/nzambello/ellipsed/commit/bd4c981d9228d322903c36ffeeaedfc815f59735) +- fix LICENSE [`0361f37`](https://github.com/nzambello/ellipsed/commit/0361f37563bc6f90a5f0091771a1dbc81ff704cc) + +#### [v0.2.2](https://github.com/nzambello/ellipsed/compare/v0.2.1...v0.2.2) + +> 12 September 2017 + +- Changed LICENCE to MIT [`313ed9a`](https://github.com/nzambello/ellipsed/commit/313ed9a579de8fba46a5b210057c787eb1e5f3a1) +- updated README [`b1fcae5`](https://github.com/nzambello/ellipsed/commit/b1fcae577d081a8688fe76e931f791ed43fa6083) +- updated README with license badge [`071870e`](https://github.com/nzambello/ellipsed/commit/071870edf0acb1c9b93736490794284f1c26575c) + +#### v0.2.1 + +> 12 September 2017 + +- Reconfigured babel to transpile to umd format [`#4`](https://github.com/nzambello/ellipsed/pull/4) +- Optimized calls to getComputedStyle [`#3`](https://github.com/nzambello/ellipsed/pull/3) +- More es6 [`#2`](https://github.com/nzambello/ellipsed/pull/2) +- Added eslint and babel. Switched to es6. [`#1`](https://github.com/nzambello/ellipsed/pull/1) +- structure, components [`e1723f0`](https://github.com/nzambello/ellipsed/commit/e1723f02aada7452afbaea234c16f31a319ad8a4) +- updated LICENSE [`bda69e0`](https://github.com/nzambello/ellipsed/commit/bda69e0742bf816226e3454e02b4e8e59cbc0343) +- Create LICENCE [`cf2f378`](https://github.com/nzambello/ellipsed/commit/cf2f378812755b099f902a8639537bd271f2d146) +- fix: now it's working well; added test page [`d34313b`](https://github.com/nzambello/ellipsed/commit/d34313b9cf94160c57cc57b39e44f43e6967765f) +- Create LICENSE [`74ebe6d`](https://github.com/nzambello/ellipsed/commit/74ebe6d49a4a326d263babe0abca177c78d58b40) +- first working version [`7662b9d`](https://github.com/nzambello/ellipsed/commit/7662b9d0478f925213408a543b04bb159e14f0ae) +- aggiunta label licenza RMS nel codice [`8c3102e`](https://github.com/nzambello/ellipsed/commit/8c3102e86710ef012f43aa87f29e78c64eb46cea) +- added bower registration [`33817c7`](https://github.com/nzambello/ellipsed/commit/33817c7b36f889455ea53c4c0dd344e76f58ade1) +- moved file for example/ [`96432b8`](https://github.com/nzambello/ellipsed/commit/96432b8dda24f0bf1228dc915803099def8d36d5) +- initial commit [`d4f9924`](https://github.com/nzambello/ellipsed/commit/d4f9924a919a2e0ce4f769c81af8a36af6ec6763) +- Create CONTRIBUTING.md [`bbb3697`](https://github.com/nzambello/ellipsed/commit/bbb369744460aa37db33947acef41eb283607d2b) +- fix text attribute for nested nodes [`ffc36c5`](https://github.com/nzambello/ellipsed/commit/ffc36c51a221bd2f9cd02cb572a8d0f84654b412) +- added README [`f820e55`](https://github.com/nzambello/ellipsed/commit/f820e556fbf4a40451a9553eff05e01cd9ba95f8) +- updated package.json for npm [`79997b9`](https://github.com/nzambello/ellipsed/commit/79997b969d967e4cc786096e61863d8a2c1fa0f7) +- improving, fix [`d4b95e8`](https://github.com/nzambello/ellipsed/commit/d4b95e8ce96d5b839744ae9a1c12b2f01f9338cf) +- Update README.md [`182eefb`](https://github.com/nzambello/ellipsed/commit/182eefb5b2518f96377ff92ca21fd66e8f99230a) +- temporary fix for example [`f88b818`](https://github.com/nzambello/ellipsed/commit/f88b8186bceee2f93d74d5210be2e0e67f48c1fe) +- Update bower.json [`03638d4`](https://github.com/nzambello/ellipsed/commit/03638d4e022cbae98c23175ffdefa9440b75b7ea) +- Update README.md [`52e41f3`](https://github.com/nzambello/ellipsed/commit/52e41f3f40404c662eab15738265922eb12913e1) +- removed useless jquery import in example [`01f70e3`](https://github.com/nzambello/ellipsed/commit/01f70e3bf6f43bab22d44666bc649a8cdfce6c84)