Skip to content

Releases: im-open/scriptloader-component

v1.2.0

02 Dec 21:41

Choose a tag to compare

1.2.0 (2020-12-02)

Update

  • exporting ScripLoader as default from root file (b3ae460)

v1.1.1

02 Dec 19:20

Choose a tag to compare

1.1.1 (2020-12-02)

Build

  • adding some extra tags for conventional commits (57af2f7)
  • allowing for other patch type commits (3c7ce28)
  • ensuring we checkout files before other jobs (54a8452)
  • removing needs from test in npm-publish (45f4afe)
  • running test before release (a7d8c4a)

Refactor

  • creating a default cached script (e29e5cb)

v1.1.0

02 Dec 18:12

Choose a tag to compare

1.1.0 (2020-12-02)

Build

  • ensuring we skip builds on [skip ci] commits (e2fb21c)
  • updating commitlint to match conventional-changelog-eslint (92d6bf1)

Chore

  • moving script updater lookup to a function (3a4ebe0)

Update

  • renaming getScriptUpdaters to getCachedScriptUpdaters (8634054)

v1.0.0

02 Dec 16:01

Choose a tag to compare

1.0.0 (2020-12-02)

Build

  • adding main branch to the configuration for semantic-release (9db01a3)
  • adding NPM Publish workflow (5cc67fd)
  • adding semantic release configuration (889fc32)
  • adding tests around ScriptLoader scenarios (2567f41)
  • configuring eslint preset for release notes (0d1d92e)
  • include dependency install in npm-publish (254fb9a)
  • initial node build workflow (78f978b)
  • renaming GH_TOKEN to GITHUB_TOKEN (75dda5f)
  • renaming GITHUB_TOKEN to GH_TOKEN for npm-publish workflow (488a019)
  • setting up typescript for publishing (072745c)
  • simplifying eslint config (7bdbb71)
  • updating node versions in CI workflow (4681a2a)
  • using COMMITBOT_ACCESS_TOKEN for the npm-publish workflow. (08cf105)
  • using im-commitbot for semantic-release (898e004)
  • using persist-credentials false in checkout action (8db4810)
  • using run instead of uses for npm-publish (985b126)

New

  • initial work for ScriptLoader (ff2d25c)

Update

  • early return when we have already loaded the script (9cecf81)
  • moving DOM script interaction into its own hook (da1fb6b)
  • using an internal Context to determine which children show (6c5123b)