Skip to content

Releases: SMAKSS/react-scroll-direction

Upgrade dependencies

28 Nov 06:47
2508ff4
Compare
Choose a tag to compare
v3.1.4-beta.0

Update package.json

Release a stable version 3.1.4

28 Nov 07:00
ae7ed0c
Compare
Choose a tag to compare
v3.1.4

Update package.json

Upgrade dependencies

16 Nov 22:48
fc989df
Compare
Choose a tag to compare
v3.1.3-beta.0

chore(deps): upgrade dependencies

Upgrade dependencies

16 Nov 23:00
bd68088
Compare
Choose a tag to compare

Fix the dependencies vulnerabilities.

Full Changelog: v3.1.2...v3.1.3

Update description and keywords

16 Nov 19:30
186fcaf
Compare
Choose a tag to compare
v3.1.2

chore(core): update keywords and description

Fix distribution method

03 Nov 19:32
90726d7
Compare
Choose a tag to compare
v3.1.1

fix(core): distribution method

Fix CI environments

03 Nov 19:10
f31775a
Compare
Choose a tag to compare
v3.1.0-beta.1

fix(ci): ci env

Upgrade dependencies

03 Nov 18:45
1ae09e4
Compare
Choose a tag to compare
v3.1.0-beta.0

fix(ci): ci env

Upgrade dependencies and Fix CI workflows

03 Nov 19:24
5db357a
Compare
Choose a tag to compare

@smakss/react-scroll-direction v3.1.0 🚀

🆕 Minimum Node.js Requirement

  • Node.js v18 Required: To stay on the cutting edge and leverage the latest features, we've updated our minimum Node.js version requirement to v18. This update is crucial for ensuring compatibility and utilising the latest performance improvements. Make sure to upgrade your Node.js environment to continue using our package seamlessly. 📈🌐

🔧 Dependency Upgrades

  • Fresher and Cleaner: We've updated our dependencies to the most recent and stable versions. This not only brings the latest features from our dependencies but also addresses potential security vulnerabilities. Keeping your development secure and efficient is our priority. 🛡️🧼

✅ CI Workflow Refinement

  • Streamlined Builds: We've refined our Continuous Integration (CI) workflows, fixing the hiccups and ensuring that all our automated tests and builds run as smooth as butter. These enhancements mean faster, more reliable builds for every release. 🏗️💨

🛠️ For Developers

  • After pulling the latest development changes, remember to update your Node.js to v18 and synchronise your environment:
nvm install 18
nvm use 18
yarn install

This will make sure you're using the correct Node.js version, and your dependencies are up to date.

Fix pre install hooks

03 Nov 14:21
726e0fe
Compare
Choose a tag to compare

What's New in @smakss/react-scroll-direction v3.0.2 🚀

🛠 Fixes

  • Husky Pre-Install Hook: We've ironed out the wrinkles in our installation process. Now, when you install @smakss/react-scroll-direction, it won't try to set up husky hooks only meant for development. This means smoother sailing when you add it to your project. 🐶✨

📚 Developer Experience

  • New Setup Script: To make life easier for our contributors, we've added a new npm run setup script. This handy tool will set up all the dev goodies you need, including those pesky git hooks, so you can focus on what you do best: coding! 🛠️💻

  • Issue Template: To streamline issue reporting, we've introduced a shiny new issue template. Now, when you spot something amiss and need to tell us, it's as easy as filling in the blank. Your detailed reports help us squash bugs faster! 🐛🔨

How to Use the Setup Script

After pulling the latest changes for development:

yarn setup

🔁 This will set up your development environment without affecting the package users.

Acknowledgements

A big shout out to our community for your patience and all the contributors helping us improve, and special thanks to @RamanSharma100. Keep the feedback coming! 🎉🙌