Changelog
v2.7.3 (2023-12-28)
--build-arg
argument to skip ui buildDirectly referencing artalk.conf
and artalk.$root
is deprecated. Please use functions instead: artalk.getConf()
and artalk.getEl()
.
Changelog
v2.7.2 (2023-12-20)
locale
config from zh-cn
to zh-CN
(#678)referrerpolicy
attribute for iframe (#687) (#707)Api
and User
open
buttonChangelog
v2.7.0 (2023-12-17)
scrollRelativeTo
config optionpublic_path
config enables the use of full url (#659) (#664)float
to text-align
in footer part (#619)noComment
conf option for security (#624)setDarkMode
cannot save to instance config (#661)ContextApi
Api
and Context
marked
funcCountWidget
ArtalkType
import and export (#620)frontend.uaBadge
config option by defaultThe following top-level functions exported by the 'artalk' npm package have been deprecated: Artalk.update
, Artalk.reload
, and Artalk.destroy
. These methods now require invocation on an instance created by either Artalk.init
or new Artalk
. Please utilize instance-level methods instead, such as artalkInstance.update
. For more information, refer to the documentation. The update was implemented to enable the concurrent creation of multiple instances, adapting to situations where Vue components are simultaneously referenced across various pages. Initially, only a singular instance was permitted to mitigate memory leak concerns. However, this proved limiting for scenarios involving the caching of multiple component instances through 'keep-alive.' To better suit intricate SPA application needs, the choice was made to permit the creation of multiple independent instances. It's crucial to remember to manually invoke the artalk.destroy
method when releasing components to avoid memory leaks (Issue #660).
Changelog
v2.6.4 (2023-10-12)
Changelog
v2.6.3 (2023-09-20)
db.ssl
to enable db ssl mode (#587)Changelog
v2.6.0 (2023-09-01)
docker/metadata-action
for the docker push (#545)Changelog
v2.5.5 (2023-05-10)
gravatar.params
config option (#508)The gravatar.default
config option has been removed. Please use gravatar.params
instead. The default value for gravatar.params
is now "d=mp&s=240"
.