Skip to content

Releases: nhn/tui.app-loader

v2.1.6

18 Jun 18:14
Compare
Choose a tag to compare

Documentation

  • b0390d9 Docs: fix typo in commit_message_convention.md

Enhancement

  • 2a13f4e chore: add tui-note.config.js
  • 8e0fc11 chore: add a guide for an iframe (#29)
  • ba8df1e chore: open an example in the parent frame
  • 83865d7 chore(deps): update dependencies (#42)
  • 36833af chore: update github docs
  • 5dc8f43 chore: change tui-code-snippet to devDependency
  • e20b559 chore: api examples to es6 (#45)

Downloads

v2.1.5

09 Jan 02:14
Compare
Choose a tag to compare

Enhancement

  • 0107088 Refactor: update tui-code-snippet (#26)
    • tui-code-snippet has been included in the bundle files.

Downloads

v2.1.4

17 Sep 08:22
Compare
Choose a tag to compare

Enhancement

  • 9f18339 Chore: apply eslint, prettier

Documentation

v2.1.3

02 Apr 01:30
Compare
Choose a tag to compare

Documentation

  • Change company name(nhnent -> nhn)

v2.1.2

11 Feb 09:30
Compare
Choose a tag to compare

Feature

  • Apply to new design of documents.

v2.1.1

13 Dec 03:08
Compare
Choose a tag to compare

Features

  • cb39f46 chore: update code-snippet to v1.5.0 for GA (#19)

v2.1.0

13 Apr 14:04
Compare
Choose a tag to compare

Features

Documentation

  • 54d05a9 Docs: edit title of examples
  • da442a8 Docs: update link on README file
  • 863ba7d Docs: edit example link on README file
  • 0aabfb2 Docs: update year of license
  • 11e029a Docs: add install via CDN guide

v2.0.0

20 Sep 09:17
Compare
Choose a tag to compare

Breaking☄

  • support umd entry

    • CommonJS/CommonJS2/node: require('tui-app-loader')
    • AMD: define(['tui-app-loader'] , ... )
    • Global namespace/browser: tui.AppLoader
  • change naming policies:

    v2.0.0 <v2.0.0
    namespace tui.AppLoader tui.component.m.AppLoader
    repository tui.app-loader tui.component.m-app-loader
    package name tui-app-loader tui-component-m-app-loader
  • add external dependency on parser: ua-parser-js

    • deprecate AppLoader's static API related to UserAgent parsing
    • use ua-parser-js's parsing API
    • need to add ua-parser before using AppLoader
    <!-- tui-code-snippet@^v1.2.5, ua-parser-js@^v0.7.1 -->
    <script src="//cdn.rawgit.com/nhnent/tui.code-snippet/v1.2.5/dist/tui-code-snippet.min.js"></script>
    <script src="//cdn.rawgit.com/faisalman/ua-parser-js/v0.7.1/src/ua-parser.min.js"></script>
    <script src="../dist/tui-app-loader.min.js"></script>
  • change landing logic

    • Android
      • deprecated option: useIframe - blocked on Chromium
      • make a priority of intentURI larger than urlScheme
      • use intentURI if option has an intentURI and browser support it (not Firefox or Opera)
    • iOS:
      • deprecated options: useIOS9, syncToIOS9
      • route app by iOS version

1.0.3+20161111

11 Nov 09:16
Compare
Choose a tag to compare

Chore

  • update bundle
  • clean up dependencies
  • new api-page

v1.0.3

13 May 03:46
Compare
Choose a tag to compare

Feature

  • Apply tui-code-snippet version 1.1.x