Skip to content

Releases: lithiumtech/lithium-sdk

Lithium-sdk 1.11.0 release

28 Oct 06:12
Compare
Choose a tag to compare

Version 1.11.0 of the Community Plugin SDK includes a fix to compare versions for theme check more accurately, and remove unnecessary dependencies on sub gulp tasks.

Lithium-sdk 1.10.0 release

27 Jul 09:52
Compare
Choose a tag to compare

Version 1.10.0 of the Community Plugin SDK adds support to export parent theme skins from the community's plugins repo, and create and render custom theme skins based on these parent themes. To update your Community SDK plugin follow Update the SDK Plugin in the Khoros Developer Documentation Portal.

Lithium-sdk 1.9.0 release

25 Oct 09:04
Compare
Choose a tag to compare

Version 1.9.0 of the Community Plugin SDK includes support to submit avatar collections to an existing avatar theme or submit an entirely new avatar theme with custom avatar collections. To update your Community SDK plugin follow Update the SDK Plugin in the Khoros Developer Documentation Portal.

Lithium-sdk 1.7.0 release

31 Jul 04:57
Compare
Choose a tag to compare

Version 1.7.0 of the Community Plugin SDK has a fix for removing the Manifest.mf file automatically while submitting the same plugin several times(LIA-63593). To update your Community SDK plugin follow Update the SDK Plugin in the Khoros Developer Documentation Portal.

Update for Latvian language support

07 Jun 02:30
Compare
Choose a tag to compare

Version 1.4.1 of the Community Plugin SDK adds language support for Latvian. To update your Community SDK plugin, run npm update -g lithium-sdk and then li update-project, as described in Update the SDK Plugin in the Khoros Developer Documentation Portal.

lithium-sdk 1.4.1 release

02 Dec 07:24
Compare
Choose a tag to compare

This release:

  • Solves the issue of sass files being not watched and recompiled automatically on change (LIA-54942).

lithium-sdk 1.4.0 release

18 Sep 00:15
Compare
Choose a tag to compare

In this release:

  • Lithium SDK supports Node.js versions 4, 6, and 8. (Previously, it just supported version 4.x.x.)

lithium-sdk 1.3 release

14 Oct 19:09
Compare
Choose a tag to compare

This release adds new features and accounts for changes in the LIA codebase.

  • New config in server.conf.json: skipTemplateValidation (true/false). This config will skip freemarker template validation. This will allow for quicker plugin-submissions for plugins with a large amount components containing freemarker errors.
  • Support for LIA 16.10 and greater
  • Changed confirmation message for clear-plugin command

lithium-sdk 1.2.1 release

16 May 18:06
Compare
Choose a tag to compare

This release adds some new features to support skin and responsive development.

  • li create-skin: This script allows you to create new skins in SDK with responsive parent or any other skin on the server. Requires Community version 16.4.
  • li serve-sass skin now also adds support for downloading assets from server if used in responsive skin development.

lithium-sdk 1.1.0

27 Mar 22:34
Compare
Choose a tag to compare

This release adds support for local responsive skin development, which includes an integration with the livereload browser extensions:

  • Install the livereload browser extension(s) for the browser(s) you are developing on.
  • Use the li set-responsive-options script to set your responsive skin development options.
  • Use the li serve-sass script to start a local web server using the SDK that will auto-compile and serve your sass css as you add sass to your SDK plugin.
  • Start developing on your SDK plugin skin by adding sass and see the community styling change without even having to refresh the page!
  • Requires version 16.2 or higher of Lithium community to use.
  • Lithium Responsive is currently in closed beta. Responsive development is supported only if you are part of the beta program and are working with Lithium Services.