Skip to content

Commit

Permalink
v2.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NikolayRys committed Sep 3, 2022
1 parent 32fa12a commit c06c717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ilyabirman-likely",
"description": "The social sharing buttons that aren’t shabby",
"version": "2.7.0",
"version": "2.7.1",
"repository": {
"type": "git",
"url": "https://github.com/ilyabirman/Likely.git"
Expand Down Expand Up @@ -55,11 +55,11 @@
"bestzip": "^2.2.1",
"chai": "^4.3.6",
"chai-as-promised": "^7.1.1",
"chromedriver": "^104",
"chromedriver": "^105",
"css-loader": "^6.7.1",
"css-minimizer-webpack-plugin": "^4.0.0",
"cssnano": "^5.1.13",
"eslint": "^8.22.0",
"eslint": "^8.23.0",
"in-publish": "^2.0.1",
"mini-css-extract-plugin": "^2.6.1",
"mocha": "^10.0.0",
Expand All @@ -68,7 +68,7 @@
"style-loader": "^3.3.1",
"stylus": "^0.59.0",
"stylus-loader": "^7.0.0",
"terser-webpack-plugin": "^5.3.5",
"terser-webpack-plugin": "^5.3.6",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
Expand Down

9 comments on commit c06c717

@bgdnrdnk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After the update, my site crashed.

Now, if I touch the screen on mobile devices, the likely’s properties affect the entire site.

The entire site background becomes hsla(0,0%,93%,.16) and the text-shadow becomes rgb(0 0 0 0 / 20%) 0 0 0.33em.

I had to roll back to v. 2.6

@NikolayRys
Copy link
Owner Author

@NikolayRys NikolayRys commented on c06c717 Sep 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SuperWinner Thanks for letting me know.
Can you please show console output? or maybe you can share your website HTML in this state.

@bgdnrdnk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@NikolayRys Thanks for letting me know.
Can you please show console output? or maybe you can share your website HTML in this state.

Can I send you a link to the site in a private message? How can I do that?

@NikolayRys
Copy link
Owner Author

@NikolayRys NikolayRys commented on c06c717 Sep 21, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SuperWinner
- here's my public email, please use it.

@bgdnrdnk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sent

@NikolayRys
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, got it. I cannot promise immediate fix, but I'll try tp research it while it's available.
The testing seems to have not covered some regression, sorry about that.

@NikolayRys
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sorry, the bug was fixed, I forgot to ping you at that time.
Please use https://github.com/NikolayRys/Likely/releases/tag/v2.7.2

@bgdnrdnk
Copy link

@bgdnrdnk bgdnrdnk commented on c06c717 Dec 1, 2022 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bgdnrdnk
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, Nikolay. I hope you are doing well.

Please add the changes about xcom also to the CDN-files.

Many thanks for considering my request.

Please sign in to comment.