Releases: Resultify/nimbly-lite
Releases · Resultify/nimbly-lite
7.0.0
Full Changelog: 6.0.1...7.0.0
CHANGELOG.md
6.0.1
General
- Unlock component fields for some modules to be able to translate component names back into english after ai translate mistranslates them @dmh 5796eea
Full Changelog: 6.0.0...6.0.1
CHANGELOG.md
6.0.0
General
- Add option to align all components at the same time on desktop… (#74) @flabbykitty 0602354
- Add CTA option to site header module (#70) @flabbykitty 6f41f19
- Add option to make image full height in image card module (#73) @flabbykitty e0a7a52
- Add new blog post template (#71) @flabbykitty 4024cfb
- Update @resultify/hubspot-cms-lib, update npm deps @dmh 5778cdd
Tests
- Update github actions actions/setup-node and actions/checkout to v4 (#72) @dmh 5b6a41c
- Add cleanUpload cmd to upload theme to CI account @dmh 4a62e52
Full Changelog: 5.0.0...6.0.0
CHANGELOG.md
5.0.0
Bugfixes
- Change min occurrence of components in card and image card m… (#69) @flabbykitty f0443fe
General
- Add Nimbly Lite meta tag for easy identifying nimbly based sites @dmh 199f770
- Uprate compatible browsers list, update gitignore and editorconfig @dmh 0a5dbdd
- Update @resultify/hubspot-cms-lib to v3.1.1 @dmh 1d8679d
- Add content_types prop as a new version of host_template_types to each module @dmh 0ab633d
- Update @resultify/hubspot-cms-lib to v3.1.0 @dmh 9aa960e
- Update cmslib configuration, update hubspot-cms-lib commands in package.json scripts @dmh 9d19168
- Use new hubspot-cms-lib version, update other npm dependencies @dmh 85f2b28
Tests
- Adapt lighthouse score threshold for github actions @dmh 0956a26
- Update github deploy action, use commands with no flags @dmh 4be3c9d
- Update github actions config, use node v20 @dmh 381d8fb
Full Changelog: 4.0.0...5.0.0
CHANGELOG.md
4.0.0
Bugfixes
- Fix sticky header functionality, fix #57 @dmh 694a684
- Remove vertical alignment on regular links (#66) @pxamike 1aabfdd
General
- Add CTA option to card and image card modules (#68) @flabbykitty 8790b82
- Add bold variant of the global external font to add the ability to use a "bold" text style in the RTE module @dmh 4aa9f1e
- Adds new style setting minimum height on small screens (#67) @pixelmatseriks c3f64c5
Full Changelog: 3.0.0...4.0.0
CHANGELOG.md
3.0.0
New Features
Bugfixes
- Fix upload script by updating resultify/hubspot-cms-lib pkg @dmh c0d09e8
- Site-header module, logo_on_mobile.size.width was set on height (#63) @pxamike 277cf15
- Blog-pagination - add wrapper to linktext in macro, update style selector (#62) @pxamike a029db2
- Change to relative path to modules in brand book sections (#59) @flabbykitty ee04ef7
- Handle disabled search component in site-header (#60) @pxamike b87e85f
General
- Add 30m timeout for all github actions @dmh 8da6288
- Rename some module labels to be different from the default module labels @dmh 6425262
- Add support for inline SVG to icon-macro and social-links module (#64) @pxamike 77a5ebd
- Add quick-release config @dmh 9f0f796
- Update theme with new HubSpot Marketplace requirements @dmh 1982588
- Update jsconfig - add noImplicitAny_false @dmh 5be16c2
- Update jsconfig, add fields cmd to compile fields.js from fields.json @dmh ab17021
Full Changelog: 2.0.0...3.0.0
CHANGELOG.md
v2.0.0
New Features:
- The
Image|Cardmodule now respects image size by default, with an additional option to make it full width of the image column. Please note that this is a breaking change, and you should be careful when implementing it. - The
Themesettings template has been replaced with the siteBrand-booktemplate with a new design. - A new supported type for links and buttons has been added:
Pop-up Call To Action
Improvements:
- Default Title and Meta-description have been added for all templates.
- Default English translations for all modules have been added.
- Template preview and content default images have been optimized and compressed.
- Standard HubSpot modules that duplicate functionality of Nimbly have been hidden.
- Preview image has been simplified for the
Blanktemplate. - The placeholder company name will now be displayed if no real company name is found in the account settings.
- The
Formmodule will now show nothing if no form is selected. - Color contrast accessibility for sections has been improved.
Bug Fixes:
- A height attribute has been added for the background image in the
Heroimagemodule to fix cumulative layout shift and pagespeed issues. - The boolean module inside global header settings no longer has a
stylestab. - Duplicated
meta viewporttag has been removed. - Styling for the skip-to-main-content link has been fixed.
- The dropdown current language item will now only be rendered if "show current language" is true.
- The styling inheritance issue for a secondary button in modules has been fixed.
- Style settings from the HubSpot Style editor will now be applied to the active link in the
Blog paginationmodule. - Textarea placeholder styles have been added to make it editable the same as inputs in the
Formmodule. - Broken styles for
icon macroshave been fixed.
Changelog:
- [TASK] update @resultify/hubspot-cms-lib, update npm deps (8aa8c29)
- [TEST] add new deploy and validate github actions (69be4ad)
- [TASK] show the placeholder company name if there is no real in the account profile (bbbb3f3)
- [TASK] show nothing if no form selected in the form module (495f55f)
- [BUGFIX] fix broken styles for icon macros (902b35d)
- [TASK] improve color contrast accessibility for sections (e66465e)
- [TEST] add marketplace validation and lighthouse CI tests (8ccace2)
- [TASK] update hubspot-cms-lib to v2 (941bd98)
- [TASK] add height attribute for heroimage module background image, use tag
instead of hubl image tag (d837497)
- [TASK] add default title and meta_description for all templates (1e403bd)
- [TASK] add default en translations for all modules (5979c56)
- [TASK] optimize and compress images (b144c89)
- [TASK] update config for boolean module, add dnd_area to global header settings (ea431ee)
- [TASK] add marketplace-validate and lighthouse score tasks (372816d)
- [TASK] update npm deps (9d05ae4)
- [BUGFIX] fix the issue with the boolean module having 'styles' tab (#55) (2d340a1)
- [TASK] remove theme settings template (cf5c2c0)
- [TASK] hide standard HubSpot modules that duplicate functionality (24f6085)
- [BUGFIX] remove duplicated tag meta viewport (0c2a644)
- [TASK] remove branding and simplify preview image for blank template (360a788)
- [FEATURE] add site-brand-book template (a412325)
- [BUGFIX] fix class name for skip-to-main-content link (ffbada1)
- [TASK] add new supported type for links and buttons (#52) (e7ac452)
- [BUGFIX] render dropdown current language item only if show_current_l… (#48) (3bb25ea)
- [FEATURE] add 'secondary' class for a secondary button in a module (#51) (ea12bb8)
- [BUGFIX] apply settings for active link in blog pagination module (#50) (4c4b49e)
- [BUGFIX] add textarea:placeholder styles so it editable same as inputs (#49) (f6f82af)
- [TASK] typo Headquarters (#47) (d76a676)
- [TASK] add upload to HubSpot github action (375406c)
- [TASK] update npm deps (7feadd3)
- [TEST] update github action npm test, use checkout@v3 and setup-node@v3 with cache enabled (3677236)
- [BUGFIX] use modules to define global partial content instead of sections due to an unknown bug and not being able to edit global content because of this (d4f8912)
- [BUGFIX] check for logo.override_inherited_src when defining a logo link (196fb93)
- [TASK] add example_url and documentation_url to theme.json (39e1131)
- [TASK] use bigger width 1900px for template-previews screenshots (abf6e60)
- [TASK] rename (heading,icon,button,form,text,divider) nimbly modules to have different names compared to Hubspot default modules names (a964f71)
- [TASK] use one style for all module icons, add nimbly branding for each icon (a6d41f9)
- [TASK] change global partials dnd_area names to fix warnings (896a5e1)
- [TASK] use only relative path for all includes, (9ec509e)
- [TASK] add description to all sections (4951fe3)
- [BUGFIX] rename image caption text field on image-card module, text -> rich_text (#46) (67fe9dc)
❗Breaking Changes:
v1.0.0
- [DOC] add repo README with quick-start info, cmd list and authentication instruction (d5054c9)
- [TASK] update @resultify/hubspot-cms-lib to v1.0.0 (b6fb65d)
- [TASK] update template-previews, use Nimbly Lite as a label for theme (f99e34e)
- [BUGFIX] fix the dropdown by downgrade Bootstrap, fix forms and siteheader on mobile (fac890b)
- [TASK] add blog-post and blog-list templates (1d9ebd2)
- [TASK] add blank, contact, about and theme-settings template-previews (639ae7b)
- [TASK] add absolute path to modules in site-footer section (ae1d3a3)
- [TASK] add contact template (b9a7b9b)
- [TASK] compress images (4edcf3e)
- [TASK] use relative path in about template sections (e352967)
- [TASK] add about template (a58936e)
- [TASK] update home and about sections, add more section-previews (0f44343)
- [TASK] add sections for about template (105ffc9)
- [TASK] optimize content images, small layout fixes (71c74b8)
- [TASK] add nimbly relative path for home template sections (c647efb)
- [TASK] add more svg variants to svg divider, add section-previews, update home template sections (04631a0)
- [TASK] add home template (273e358)
- [TASK] add home template sections (9430714)
- [TASK] update stylelint config, fix stylelint errors (a66f76f)
- [TASK] add divider module (38a4b9b)
- [TASK] update hubspot-cms-lib and bootstrap pkg-s (09cf0cd)
- [TASK] update svg-divider, add header and footer section, use sections in global partials (f819c4a)
- [TASK] add new design content images (c9b4057)
- [TASK] add vertical_spacing for grid layout (8095ed2)
- [TASK] increase default margins for headings, collapse top margins for subheading (4f11dc1)
- [TASK] align global heading and icon size with new design (3c644e2)
- [TASK] update global options according to new design (b79c91d)
- [TASK] fix CSS styling (5cb1b46)
- [TASK] add resultify/hubspot-cms-lib, update npm deps (d236a67)
- [TASK] update form, make error border visible if custom styling (61616cf)
- [TASK] add icons for modules (741e4d4)
- [TASK] add system templates, subscriptions-confirmation, subscription-preferences, backup-unsubscribe (ef61e3d)
- [TASK] update password-prompt template (08a7018)
- [TASK] update/simplify form global option and form module (7aad3f7)
- [TASK] add a password-prompt system template (95d2ff0)
- [TASK] add custom styles to form module (a891106)
- [BUGFIX] fix template warnings (3455688)
- [TASK] correct naming according to Nimbly standard module Style tab convention (d65feed)
- [TASK] fix caption styling for image and figure macros (9d61b36)
- [TASK] update global settings, update grid layout, update theme settings template (714a195)
- [TASK] rename buttons, remove default form styling from form module (0acf966)
- [TASK] add form global options, add form module (170736a)
- [TASK] refactor faq module (7960664)
- [TASK] refactor image-card module (1d11092)
- [TASK] add inline editor tooltips with component name (29aacf0)
- [TASK] update svg-divider module, add predefined svg options (75c5935)
- [TASK] refactor card, heroimage, template, image-card modules, other fixes (c95de27)
- [TASK] temporary hide unfinished modules, rearrange module fields (37714af)
- [TASK] remove old variants of macros and modules (6e68003)
- [TASK] refactor text,richtext, heading, icon macros, upgrade card module (f6d1c50)
- [TASK] remove disable button setting from all modules (32c4640)
- [TASK] refactoring button, link, icon macros and modules (f2a7bfc)
- [TASK] add blank layout and template (c2374c2)
- [TASK] accessibility improvements for main nav, add role=search and role=list (11add83)
- [TASK] implement class naming convention (fef6393)
- [TASK] update modules naming, add module icons (3c258fc)
- [TASK] update accessibility for lang menu, add more styles for prefers-reduced-motion option (bfcb08a)
- [TASK] update theme.json info, add screenshot, example_url (c2b8d28)
- [TASK] remove filter-content connection, update theme.json, remove bootstrap css (9de4329)
- [TASK] update global settings, add vertical_spacing for grid, remove site header options (eba35db)
- [TASK] aggregate all macros template options in one object (5afc53f)
- [TASK] refactoring, less bootstrap, remove sticky_header from theme settings, proper naming for templates (1f46afe)