Skip to content

Releases: wikimedia-gadgets/twinkle-core

3.1.3

16 Mar 01:40
b074682

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 3.1.2...3.1.3

3.1.2

12 Oct 18:25

Choose a tag to compare

bump version to 3.1.2 (to fix packaging error)

3.1.1

12 Oct 18:15

Choose a tag to compare

morebits: quickform: handle undefined label

3.1.0

23 May 14:24

Choose a tag to compare

Please see the CHANGELOG for changes and to-dos while updating.

3.0.7-beta

18 Apr 09:39

Choose a tag to compare

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

18 Apr 06:09

Choose a tag to compare

package.json: add lib to file list; add chalk devDep

3.0.5-beta

17 Apr 22:26

Choose a tag to compare

package.json: fix file paths

3.0.4-beta

17 Apr 21:58

Choose a tag to compare

try to fix versiondocs workflow

3.0.3-beta

17 Apr 21:27

Choose a tag to compare

clarify contributing tips; bump version

3.0.2-beta

05 Apr 17:17

Choose a tag to compare

misc updates