Skip to content

Releases: electron-elements/utils

v1.0.4

15 May 23:34
Compare
Choose a tag to compare

v1.0.4

This a bug fix release, which fixes an issue where getter was not defined for attributes.

Changes

git log --pretty="- %h: %s" v1.0.3...v1.0.4:

  • c0b9ed169: release: New release v1.0.4.
  • d59779ae8: Update all dependencies.
  • fd1d48c02: attribute-manager: Rename defineProp to defineProp.
  • 3de50982a: attribute-manager: Rename _getPropFromAttr to getPropFromAttr.
  • 3134badb5: attribute-manager: Rename _mutationHandler to mutationHandler.
  • b8ce9c924: attribute-manager: Add a getter so one can access attribute.
  • e93c34577: dependencies: bump eslint-utils from 1.3.1 to 1.4.3
  • 2c64ed82d: dependencies: bump acorn from 5.7.1 to 5.7.4
  • 9b61c9971: dependencies: bump lodash from 4.17.5 to 4.17.14
  • fe93d6f25: dependencies: update eslint-config-standard to version 12.0.0.
  • bb1acb832: Update karma to the latest version
  • fb2756014: Update mocha to the latest version.
  • 5f0beca0c: Update electron to the latest version.
  • 2760e2076: dependencies: update eslint-plugin-node to the v8.0.0.
  • fdf799bc8: dependencies: upgrade karma to version 3.0.0.
  • c43748642: dependencies: update electron to v3.0.0.
  • 26c2f74c4: dependencies: update eslint-plugin-node to v7.0.0.
  • 1fc3a2c73: dependencies: update log4js to the depth of 2
  • 682032db4: dependenices: update eslint to v5.0.0
  • 7cecb34d2: dependencies: update stringstream to depth of 6.
  • 689d663ca: dependencies: update all dependencies.
  • 0e52479aa: chore(package): update electron to version 2.0.2
  • 945963c2e: docs: remove redundant words, and clarify docs
  • 18b1a8c6a: package.json: update electron to v2.0.0

v1.0.2 - Fix Release

02 Apr 12:39
v1.0.2
6c02145
Compare
Choose a tag to compare

This release was made to fix broken typescript declaration files of the last update. The functionality of this module was not affected.

v1.0.1

02 Apr 00:19
v1.0.1
0238239
Compare
Choose a tag to compare

Changes

  • We will now ship typescript's type definitions. Use new release v1.0.2 this version has broken declaration file.
  • Added three new methods in TemplateManager:

commit changelog

  • 526c656 template-manager: add a new method getHTMLTemplate
  • 632bb29 template-manager: add getCachedData and deleteCachedData methods
  • ce350c1 readme: fix typo in badge
  • c9d9c82 readme: add npm badge
  • 5fcece5 utils: add typescript's type defenations

v1.0.0 First Release

31 Mar 17:17
v1.0.0
b8ac3ba
Compare
Choose a tag to compare

Highlights

The first release of @electron-elements/utils, with much more to come.

Commit Changelog

  • 3ccf627 Initial commit
  • d1f56e4 Initial code
  • 3450ca6 Rename src -> lib
  • ec98479 utils: add template manager and testing dev dependencies
  • f3c0563 tests: add some tests
  • f033768 tests: fix failing tests
  • d89a3a2 tests: cover almost all the important parts of template-manager.js
  • 275fdfe readme: add greenkeeper badge <U+1F334>
  • 1a06f1a package.json: update karma-electron to latest
  • 622e78e attribute-manager: implement first part of attribute manager
  • 5aa4f5c attribute-manager: implement the rest of attribute manager.
  • a2dcc10 attribute-manager: onchangeEvent -> attributeChangeEvent
  • 40b8112 attribute-manager: further clean up code and rename
  • 1156b7c attribute-manager: allow self-adding data attributes
  • 5e1705f attribute-manager: use mutation observer and adjust code
  • 74fcff1 attribute-manager: onAttributChange now accepts string instead of array
  • a0b739f utils: export attribute manager which is stable now
  • 6f575b2 attribute-manager: remove obselete init function
  • e0b727b attribute-manager: fix and rename getChangeHandler -> getChangeHandlers
  • f53e5d1 attribute-manager: remove addDataAttr options.
  • 22dc225 attribute-manager: allow single attribute as stringto be passed to createAttrToPropBridge
  • f71f5ae tests: add attribute-manager tests
  • 38b4ecd docs: prep for docs
  • 3cdf4e8 template-manager: fix the error msg
  • 705a27b docs: add template manager docs
  • c499e3b docs: add docs for attribute manager
  • 8f989b9 docs: fix some markdown styling for template manager docs
  • eb9217a readme: add some more info to readme
  • b8ac3ba package.json: fix wrong main field