Releases: wikimedia-gadgets/twinkle-core
Releases · wikimedia-gadgets/twinkle-core
3.1.3
What's Changed
- Require messages be loaded before registerModule by @Xi-Plus in #20
- portlet.ts: add vector-menu-heading to vector dropdown label by @AntiCompositeNumber in #22
- Mdaniels5757 patch 1 by @mdaniels5757 in #26
New Contributors
- @mdaniels5757 made their first contribution in #26
Full Changelog: 3.1.2...3.1.3
3.1.2
bump version to 3.1.2 (to fix packaging error)
3.1.1
morebits: quickform: handle undefined label
3.1.0
3.0.7-beta
fixes for proper JS/TS-agnostic import from twinkle-starter - Don't use type=module in package.json as this is resulting in issues with Webpack. Use CommonJS require() syntax in all node scripts - Build JS files to `js` directory. Don't emit declarations. - Remove main and types fields from package.json. This means that code like `import ... from 'twinkle-core'` no longer works. Import must necessarily mention the path, which is different depending on the whether JS is being used or TS.
3.0.6-beta
package.json: add lib to file list; add chalk devDep
3.0.5-beta
package.json: fix file paths
3.0.4-beta
try to fix versiondocs workflow
3.0.3-beta
clarify contributing tips; bump version
3.0.2-beta
misc updates