@forter/helpers
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -471,1 +471,2 @@ function _getPrototypeOf(o) { | ||
export { _arrayWithHoles as arrayWithHoles, _decorate as decorate, _get as get, _getPrototypeOf as getPrototypeOf, _iterableToArray as iterableToArray, _nonIterableRest as nonIterableRest, _superPropBase as superPropBase, _toArray as toArray, _toPrimitive as toPrimitive, _toPropertyKey as toPropertyKey }; | ||
//# sourceMappingURL=_rollupPluginBabelHelpers.js.map |
@@ -6,2 +6,44 @@ # Change Log | ||
## 2.0.1 (2019-07-11) | ||
### Bug Fixes | ||
* **button:** simplifies fc-button ([298d89d](https://github.com/forter/web-components/commit/298d89d)) | ||
* **dropdown:** add and test for content without explicit value ([43bd1c3](https://github.com/forter/web-components/commit/43bd1c3)) | ||
* **dropdown:** fix dropdown a11y ([a7c3ad4](https://github.com/forter/web-components/commit/a7c3ad4)) | ||
* **helpers:** ensure export of module indexes from helpers ([29f5bda](https://github.com/forter/web-components/commit/29f5bda)) | ||
* **helpers:** fix IsSlottedMixin ([db0e447](https://github.com/forter/web-components/commit/db0e447)) | ||
* **helpers:** fix method name of onTriggerSlotchange ([5a68c53](https://github.com/forter/web-components/commit/5a68c53)) | ||
* **helpers:** test select-mixin and change api ([5777b9d](https://github.com/forter/web-components/commit/5777b9d)) | ||
* add missing lit deps to packages ([e1ce672](https://github.com/forter/web-components/commit/e1ce672)) | ||
* **icon:** add size property ([8c40f21](https://github.com/forter/web-components/commit/8c40f21)) | ||
* change scope to forter ([299eaa1](https://github.com/forter/web-components/commit/299eaa1)) | ||
### Features | ||
* publish sourcemaps ([d68dc11](https://github.com/forter/web-components/commit/d68dc11)) | ||
* **dropdown:** implement select event ([5b0c69e](https://github.com/forter/web-components/commit/5b0c69e)) | ||
* **dropdown:** move select logic to helpers ([2c37c73](https://github.com/forter/web-components/commit/2c37c73)) | ||
* **helpers:** add fetch helpers ([e60a9fa](https://github.com/forter/web-components/commit/e60a9fa)) | ||
* **helpers:** add fire mixin ([7a2b38a](https://github.com/forter/web-components/commit/7a2b38a)) | ||
* **helpers:** add log helper ([eb43769](https://github.com/forter/web-components/commit/eb43769)) | ||
* **table:** implement table ([e64eb7d](https://github.com/forter/web-components/commit/e64eb7d)) | ||
* **table:** lazy-load cell templates ([1fc24cb](https://github.com/forter/web-components/commit/1fc24cb)) | ||
* add built packages for dist ([ea4a920](https://github.com/forter/web-components/commit/ea4a920)) | ||
* add storybook ([dac303e](https://github.com/forter/web-components/commit/dac303e)) | ||
* adds npm run link script for local dev ([920895c](https://github.com/forter/web-components/commit/920895c)) | ||
### BREAKING CHANGES | ||
* **helpers:** Changes method name in select-mixin | ||
* **icon:** remove width and height properties | ||
* moves css to \`.css.js\` | ||
# 2.0.0 (2019-07-11) | ||
@@ -8,0 +50,0 @@ |
@@ -6,1 +6,2 @@ export { query, queryAll } from './query.js'; | ||
export { DECORATORS_MODULE }; | ||
//# sourceMappingURL=index.js.map |
@@ -47,1 +47,2 @@ const configurable = true; | ||
export { query, queryAll }; | ||
//# sourceMappingURL=query.js.map |
@@ -11,1 +11,2 @@ /** | ||
export { capitalize }; | ||
//# sourceMappingURL=capitalize.js.map |
@@ -13,1 +13,2 @@ const hosts = new WeakMap(); | ||
export { getHost }; | ||
//# sourceMappingURL=get-host.js.map |
@@ -24,1 +24,2 @@ import curry from 'crocks/helpers/curry'; | ||
export { getPxString }; | ||
//# sourceMappingURL=get-px-string.js.map |
@@ -10,1 +10,2 @@ /** | ||
export { getTitleFromLocationSearch }; | ||
//# sourceMappingURL=get-title-from-location-search.js.map |
@@ -14,1 +14,2 @@ import { capitalize } from './capitalize.js'; | ||
export { humanize }; | ||
//# sourceMappingURL=humanize.js.map |
@@ -17,1 +17,2 @@ export { range } from './range.js'; | ||
export { FUNCTIONS_MODULE }; | ||
//# sourceMappingURL=index.js.map |
const last = xs => Array.isArray(xs) ? xs[xs.length - 1] : xs; | ||
export { last }; | ||
//# sourceMappingURL=last.js.map |
@@ -6,1 +6,2 @@ import propOr from 'crocks/helpers/propOr'; | ||
export { length }; | ||
//# sourceMappingURL=length.js.map |
@@ -8,1 +8,2 @@ const includes = x => xs => Array.isArray(xs) ? xs.includes(x) : xs; | ||
export { includes, join, replace, split, toLowerCase }; | ||
//# sourceMappingURL=pointfree.js.map |
@@ -14,1 +14,2 @@ const range = (minimum, maximum) => { | ||
export { range }; | ||
//# sourceMappingURL=range.js.map |
@@ -17,1 +17,2 @@ function register(Clazz) { | ||
export { register }; | ||
//# sourceMappingURL=register.js.map |
@@ -11,1 +11,2 @@ /** | ||
export { sleep }; | ||
//# sourceMappingURL=sleep.js.map |
@@ -14,1 +14,2 @@ import { capitalize } from './capitalize.js'; | ||
export { urlDashCaseToHuman }; | ||
//# sourceMappingURL=url-to-dash-case-human.js.map |
@@ -25,1 +25,2 @@ export { query, queryAll } from './decorators/query.js'; | ||
export { TEMPLATES_MODULE } from './templates/index.js'; | ||
//# sourceMappingURL=index.js.map |
@@ -6,1 +6,2 @@ export { log } from './log.js'; | ||
export { LOG_MODULE }; | ||
//# sourceMappingURL=index.js.map |
@@ -90,1 +90,2 @@ /* eslint-disable no-console */ | ||
export { log }; | ||
//# sourceMappingURL=log.js.map |
@@ -46,1 +46,2 @@ /** | ||
export { FireMixin }; | ||
//# sourceMappingURL=fire-mixin.js.map |
@@ -9,1 +9,2 @@ export { FireMixin } from './fire-mixin.js'; | ||
export { MIXINS_MODULE }; | ||
//# sourceMappingURL=index.js.map |
@@ -34,1 +34,2 @@ /** | ||
export { IsSlottedMixin }; | ||
//# sourceMappingURL=is-slotted-mixin.js.map |
@@ -18,1 +18,2 @@ /** | ||
export { LightDomMixin }; | ||
//# sourceMappingURL=light-dom-mixin.js.map |
@@ -1028,1 +1028,2 @@ import { FireMixin } from './fire-mixin.js'; | ||
export { SelectMixin }; | ||
//# sourceMappingURL=select-mixin.js.map |
{ | ||
"name": "@forter/helpers", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Helpers for Forter Components", | ||
@@ -47,3 +47,3 @@ "main": "index.js", | ||
}, | ||
"gitHead": "6335c4c0078c6009210ef401a094fd5bbea3c967" | ||
"gitHead": "baa864219456b6d832923e4779b36543c4fa78a2" | ||
} |
@@ -6,1 +6,2 @@ export { optionTemplate } from './option-template.js'; | ||
export { TEMPLATES_MODULE }; | ||
//# sourceMappingURL=index.js.map |
@@ -6,1 +6,2 @@ import { html } from 'lit-html'; | ||
export { optionTemplate }; | ||
//# sourceMappingURL=option-template.js.map |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
185702
89
3511