Closed YakovL closed 8 months ago
Full changelog for further summarizing:
tw.options
with .define
and .hasDefaultValue
, prevent saving default values, set core defaultsposDiv
from original in saveEmpty
, if it was not passed, deal with falsy original
/posDiv
tw.io.getOriginalLocalPath
, use where necessary plus in postSave
saveMain
calls callback (if defined) and passes original
postSave
shouldn't fail because of using undefined
variablesviewport
tag)config.tasks.upgrade
, config.macros.upgrade.wizardTitle
, .step1Title
)Acknowledgements for contributions: to @PengjuYan (#298), @simonbaird (#296)
backstage (with <meta name="viewport" content="width=device-width, initial-scale=1" />
; may differ depending on the device width):
GettingStarted:
Tags & tagging:
This PR is created to encourage the release of 2.10.1. It may still recieve some minor updates and fixes.
Todos to complete the release:
npm run build-external-core
fails after jQuery moved tonode_modules
→ #302build tiddlywiki_externaljs.html and js files, move, stage
step of the Action should also usegit add *.*
instead ofgit add *
→ c8ed9c6, remove the submodule → 6d4ef70, retest updating → no problem now!Todos after the release:
callback
bysaveFile
(bymozillaSaveFile
,ieSaveFile
, and may bejavaSaveFile
)tw.options
for plugin developersupdateOriginal
in ThostUploadPlugin → mergedsaveChanges
instead of adding a new macro (and may be add download macro), etc (also see new methods of 2.10.0, yllab.tiddlyhost.com)release
andsuggestion
PR templates in.github/PULL_REQUEST_TEMPLATE/
(see also using templates).suggestion
should be todev
;release
should have the checklist like above