Skip to content

Releases: NikolayRys/Likely

3.2.0

22 Dec 05:30
Compare
Choose a tag to compare

Improvements

– Added x.com(called xcom) service in addition to twitter. Both are available, you can use either of them or both.
– Updated dependencies
– Improved code styling

v3.1.0

03 Jun 13:35
Compare
Choose a tag to compare

https://www.npmjs.com/package/ilyabirman-likely/v/3.1.0

Improvements

– Protected Likely styles from external styles
– Changed minification strategy
– Changed to flexbox styles, thx to @Ronef
– Updated dependencies

3.0

05 May 02:23
Compare
Choose a tag to compare
3.0

likely-2023

https://www.npmjs.com/package/ilyabirman-likely/v/3.0.0

Changes

– Made WhatsApp into a popup version that works even if the app is not installed
– Fix duplicated content for some of the services
– Refreshed and improved readme
– Increased accessibility. Now you can iterate over it with tabs, and they are links.
– Deprecated Likely_visible CSS class, now it is merged with likely_ready

Improvements

– Updated dependencies.
– Removed parameters that were deprecated by the services.
– Updated Licence to ICS
– Internal refactoring

v2.8

19 Dec 01:02
Compare
Choose a tag to compare

Likely 2.8 is out 🎉

https://www.npmjs.com/package/ilyabirman-likely/v/2.8.0

Changes

  • Updated VK logo to modern
  • Updated dependencies

v2.7.2

25 Sep 22:58
Compare
Choose a tag to compare

Small fixes to the 2.7.1
– Fixed scope for CSS media queries, thx @sashotoster
– Improved scope for linting script
– Updated dependencies.

v2.7 (fixed)

03 Sep 18:30
Compare
Choose a tag to compare

Small fixes to the 2.7.
– Fixed disclaimers for compressed files
– Updated dependencies.

v2.7

23 Aug 00:39
Compare
Choose a tag to compare

likely-2 7

A new release is out! Primarily regards technical improvements.

Visible changes

  • Fixed styles for the dark theme
  • Removed noisy deprecation messages in the console
  • Updated all the dependencies to modern to possible fix security issues
  • Added source maps to the NPM release
  • Fixed CSS loading in common.js builds

Tech improvements

  • Updated weback from 2 to 5
  • Reworked build configurations
  • Fixed code styling
    – Increased supportability by refactoring promise chains into async/await
  • Fixed randomly failing tests
    – Refined tests

v2.6

26 Oct 03:10
Compare
Choose a tag to compare

image

Fixes

  • Fixed Facebook counter by obtaining public user token(configured app access). For #194
  • Fixed odnoklassniki counter to handle #190
  • Completely reworked Reddit counting approach - it wasn't counting what we needed
  • Delete obligatory duplicated params to handle #188
  • Handle gracefully incorrect service names(now it doesn't die if encounters a service with a typo)
  • Fixed cross-origin resource sharing warnings with badly supported JSONP, now likely does not flood console with a warning. Before it was so:
    image

New features

  • Expanded and updated the lists of available params for all the services.
  • Allowed again static values for overriding counters and avoid API calls. Now you can set the exact counter as param. It can be useful to save traffic for clients or to avoid AdBlock interference.

Tech improvements

  • Remove JSONP because of CORS - keep only for VK, which supports it properly. Other services reworked to use simple XHR.
  • Updated dependencies
  • Limit deprecations to be displayed only once on the first load and to not flood in the console.
  • Removed possible memory leaks when there are several copies of the buttons on the page or force updates
  • Specified Exact release files(the last release got an accidental inclusion of some hidden text file from my mac)
  • Viber now relies on "data-title" as other services
  • More robust handling of failed responses from services

Refactoring

  • Many things are massively simplified
  • Removed dead code
  • Speeded it up a bit because of JSONP removal
  • Improve method names

Documentation

  • Add API documentation to links to the services
  • Improved and reorganized Readme(also alphabetically)
  • Update documentation about supported params
  • Added documentation about OGP(site preview supported by social networks)
  • Added doc to how to include more buttons into the same likely umbrella, based on: #191

Optics

  • Removed redundant whitespaces in generated HTML classes
  • Improved pictures and colors according to brand books. #187
  • Updated Licence.
  • Show buttons immediately, without waiting for services to respond
  • Update sizes of modal popups, so they do not jump around when opened.

2.5

24 May 04:27
Compare
Choose a tag to compare
2.5

Features

  • Re-initialization feature: #162
  • Viber support #146
  • Bring back disabling of counters. #145
  • Reddit button #147 and #164
  • Remove build artifacts and update release script #178
  • Add min to built files #149 and #165

Bugfixes

  • Fix erratic test and internal refactor: #168
  • Update dependencies: #157 and #159
  • Proofread and clean up the readme. #177
  • Cleanup redundant styles. #175
  • Fix Travis CI #176

Deprecations

  • Deprecate interpretation of attributes: #172
  • Deprecate different .likely_visible and .likely_ready - before joining them in 3.0.

2.4

03 Dec 07:34
acd1ab4
Compare
Choose a tag to compare
2.4

Bugfixes

  • Fixed facebook counter
  • Fixed tests for pinterest
  • Fixed webpack build config

Deprecations

  • LikedIn counter removed, button only opens modal now
  • Google+ button removed completely