Skip to content

Releases: vaadin/vaadin-development-mode-detector

v2.0.7

07 May 06:48
Compare
Choose a tag to compare

Changes Since v2.0.6:

  • 4c8a91f chore: add missing Apache LICENSE file (#33)

v2.0.6

20 Mar 08:32
Compare
Choose a tag to compare

Changes Since v2.0.5:

  • 4999512 fix: Allow the code to be /*! instead of /** (#32)

v2.0.5

25 Jan 14:02
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.0.4:

  • bae1201 chore: add lockfiles to ensure consistent builds in CI

  • 53526ab chore: set type to module in package.json (#31)

v2.0.4

27 Jun 11:38
Compare
Choose a tag to compare

Live Demo →
API Documentation →

Changes Since v2.0.3:

  • f4c57e3 Revert "Prefer Flow development mode over localhost check (#26)" (#27)

    This reverts commit 4ff614f.

v2.0.3

27 Jun 08:45
Compare
Choose a tag to compare

Changes Since v2.0.2:

  • 4ff614f Prefer Flow development mode over localhost check (#26)

v2.0.2

07 Jun 07:53
Compare
Choose a tag to compare

Changes Since v2.0.1:

  • 6dd0d3a Fix typo in isForcedDevelopmentMode (#25)

v2.0.1

05 Jun 12:19
Compare
Choose a tag to compare

Fixes

  • Updated the check for Flow development mode

Changes Since v2.0.0:

  • 5673bd3 Prefer Flow developemnt mode over other checks (#24)

Polymer 3 compatibility

01 Nov 10:42
Compare
Choose a tag to compare

Changes Since v1.x:

  • e01704c Add empty dependencies section for P3 conversion

  • e61f778 keep window.Vaadin initiation in the P3 version

    add a guard against polymer-modulizer removing window.Vaadin initializer

  • 39eb58d exclude build, .vscode and yarn.lock from the npm package

  • b95785b remove polymer from bower deps

  • f9def48 load dev-mode code from source code comments (removed by minification)

    • change the dev mode detection: remove 'is bundled' check, add 'is minified' check
    • remove dev mode code loading from HTML imports / ES modules / etc
    • add dev mode code loading from source code comments

v1.1.0-beta1

27 Jul 15:45
Compare
Choose a tag to compare

No Changes Since v1.1.0-alpha2:

v2.0.0-alpha1

18 Jul 13:49
Compare
Choose a tag to compare
v2.0.0-alpha1 Pre-release
Pre-release

Changes Since v1.x:

  • f9def48 load dev-mode code from source code comments (removed by minification)

    • change the dev mode detection: remove 'is bundled' check, add 'is minified' check
    • remove dev mode code loading from HTML imports / ES modules / etc
    • add dev mode code loading from source code comments
    • start a new major (2.0.0)