tgoop.com/atthemeeditor/33
Create:
Last Update:
Last Update:
And on attheme-default-values
. Recently I updated it to 5.0.0
because it has one breaking change. Using CommonJS, you should require it this way:
const defaultValues = require(`attheme-default-values`).default;
Note that
.default
at the end — the package has moved to ES Modules, so the way you required it before won't work anymore. If you used ES Modules before, it shouldn't harm you.Also I follow SemVer starting with
5.0.0
. Previously I tried to match Telegram's version, but now I'm going to publish 5.1.0
with those 37 new variables, and new variables will always be published as a patch change.(Also if you use TypeScript, I provide declarations files since 5.0.0! The package was rewritten in it, and so will other my packages in a while.)
BY .attheme editor blog
Share with your friend now:
tgoop.com/atthemeeditor/33