Releases: freshjuice-dev/freshjuice-dev-hubspot-theme
v3.0.0
🚀 FreshJuice DEV v3.0.0 – Developer Edition Release
We’re proud to introduce FreshJuice DEV (Developer Edition) — a major release with a full rebrand, upgraded build tools, improved UI, and a cleaner, more maintainable codebase.
This version focuses on developer productivity, maintainability, and style consistency.
✨ What's New
🎨 Theme & Branding
- 🆕 Renamed theme to FreshJuice DEV (Developer Edition) across all references (repository, build scripts, configs).
- 🔖 Version bumped to 3.0.0 to mark breaking changes.
- 📄 Updated demo link in
README.mdto the Developer Edition live preview. - 📦 Updated Node.js prerequisite to v22.0.0.
🎨 TailwindCSS Upgrade
- ⬆️ Upgraded TailwindCSS from
v3.x→v4.x. - 🗑 Removed
tailwind.config.jssince Tailwind v4 uses zero-config by default. - 💡 Class scanning, JIT mode, and optimization are now built-in.
⚠️ Breaking change: If you had custom Tailwind configuration, re-add it following the new Tailwind v4 configuration guide.
💅 CSS & UI
- 🗑 Removed
fj-prefix from CSS classes for a cleaner and more consistent naming convention. - 🎯 Added new utilities for margins, text colors, and hover effects.
- 🔧 Improved style consistency across components.
⚙️ JavaScript & Logic
- 👀 Enhanced MutationObserver to handle added/removed DOM nodes more efficiently.
- 🧹 Improved cleanup logic to reduce memory leaks.
- 🛠 Added helper functions
isCheckboxandisRadiofor cleaner, reusable code. - 🌳 Updated
initTree&destroyTreefor better DOM manipulation.
🧽 Project Cleanup & Dependencies
- 🗑 Removed unused configs:
tailwind.config.js&postcss.config.js. - 📦 Updated dependencies in
package.json&package-lock.json. - ⬆️ Bumped esbuild to
0.25.9.
🛠 Impact
- ⚡ Faster, cleaner, and more maintainable code.
- 🧩 Consistent CSS & JS architecture for easier scaling.
- 📉 Reduced project clutter by removing unused configs.
- 🚨 Breaking changes — review Tailwind v4 migration notes and updated CSS class naming.
v2.0.0
🎉 We swiching to MIT License!
What's Changed
- fix dropdown mobile menu by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/12
- Flip cards module by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/13
- Bugfix pricing cards module by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/14
- update card module and cards section by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/15
- add object-cover to avatars by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/16
- Fixed issue for Scroll to top Module by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/17
- Update list module by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/19
- Refactoring of Button Module by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/20
- update testimonials modules by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/18
- Bug fix #9 by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/21
- blog posts fix issue with generating blogpost content inside span by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/22
- fix button and pricing cards compatibility with blog posts and fix bug with pricing cards by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/23
- bugfix and update styling for modules by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/24
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.17.0...v2.0.0
v1.17.0
What's Changed
- Develop by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/11
- Update templates and sections
- update theme image previews
- update to some modules
- Fix Bug #8
- Fix Bug #10
- New Social Icons Module
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.16.1...v1.17.0
v1.16.1
What's Changed
- Update Theme's modules and templates by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/7
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.16.0...v1.16.1
v1.16.0
New Modules:
- Pricing Cards
- Price Card with details
- Stats Simple
- Stats Simple Grid
- Stats Timeline
What's Changed
- Added more modules and UI optimisations by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/6
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.11.0...v1.16.0
v1.11.0
What's Changed
- Added new modules by @zapalblizh in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/5
New Contributors
- @zapalblizh made their first contribution in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/5
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.3.0...v1.11.0
v1.3.0
What's Changed
- Added new Tabs module, and improving existing modules by @reatlat in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/4
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.2.0...v1.3.0
v1.2.0
What's Changed
- Add Accordion module with FAQ schema support by @reatlat in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/3
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.1.0...v1.2.0
v1.1.0
What's Changed
- Fix text balance for safari browsers by @reatlat in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/1
- Add new modules, optimizing exists modules, fix bugs by @reatlat in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/2
New Contributors
- @reatlat made their first contribution in https://github.com/freshjuice-dev/freshjuice-hubspot-theme/pull/1
Full Changelog: https://github.com/freshjuice-dev/freshjuice-hubspot-theme/compare/v1.0.0...v1.1.0
v1.0.0
First release is now live. 🚀 Stay tuned for more updates. #FirstRelease #NewBeginnings #ExcitingTimes 🎉
Modules includes:
- related-posts
- blog-listing-hero
- blog-listing
- blog-pagination
- button
- card
- global-footer-lp
- global-footer
- global-post-author
- global-share-buttons
- lite-vimeo
- lite-youtube
- logo
- menu
- navigation-bar-simple
- navigation-bar
- pricing-card
- search-results