Socket
Socket
Sign inDemoInstall

@umbraco-ui/uui-badge

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@umbraco-ui/uui-badge - npm Package Versions

1
6

1.2.0-rc.2

Diff

Changelog

Source

1.2.0-rc.2 (2023-03-27)

Features

  • ship uui with custom-elements file in vscode format (a92eee4)
umbraco-publish
published 1.2.0-rc.1 •

Changelog

Source

1.2.0-rc.1 (2023-03-22)

Features

  • :bug: add disabled property to uui-combobox (3c13b8b)
  • added css custom property to overwrite z-index (#441) (062891a)
  • uui-color-swatches: color swatches changes form when showLabel is true (#427) (b42a474)
umbraco-publish
published 1.2.0-rc.0 •

Changelog

Source

1.2.0-rc.0 (2023-02-07)

Bug Fixes

  • a11y: add role=listitem to the "dots" button (ce38577)

  • add background color in uui-textarea (#410) (8141eb7)

  • Add cd to installation instruction before npm install (a6424c0)

  • Add labels to fix accessibility warnings (#289) (373f0d3)

  • add missing reference to uui-input-lock (#187) (b2d69bf)

  • add missing references to uui barrel (c9bf476)

  • Add tests to ensure menu-item is tested in its default state with a label as a button (dedde98)

  • Add whitespace when appending/prepending icon in uui-input (#408) (3a86f01)

  • Align lit versions (#183) (e15536e)

  • Align lit versions (#183) (050c0ff)

  • Allow uui-button to fit in less tall contexts (#236) (8b7422f)

  • Bump opacity a bit, to pass color contrast accessibility check (#351) (92354aa)

  • Case insensitivity when using combobox-avatar (#363) (7acd240)

  • Change uui-button height to min-height and remove the height from button inside (#271) (d7cecac)

  • change notification color primary to default (#258) (2930d52)

  • change super.value to this.value for backwards compatibility (9cb6399)

  • change UUIInput type to getter/setter to support input-password (d529f60)

  • clear a mistake where setter would call itself (ded01fe)

  • clear up confusion with overriding the setter (9de8dce)

  • close button color inherits from toast notification (bdcc0a4)

  • disable-child-interaction going over edges + other details (#251) (078fcf0)

  • dispatching of events twice (#292) (901da47)

  • do not overwrite the super.value setter but refer to thisinstead (6d9db70)

  • fixed padding and added multiline story (#277) (d264e73)

  • have pagination render update when the total number of pages has changed (#364) (4d7cc4c)

  • implement validity property for form controls (de5cf72)

  • import types as types (3dcb9ce)

  • iteration of iterators requires more configuration so we are now more specific with Array.from (0c904f7)

  • make popover work nicely in the button group (#296) (a5b3635)

  • remove default import from test template so new components are not double defined (0c13b24)

  • remove double definitions of several test files (15d303a)

  • Remove local definition of --uui-box-default-padding for uui-box (#189) (fd290a4)

  • return empty tempate if there are no groups (b294ef7)

  • Small visual corrections (#212) (bb3a3d7)

  • Small visual corrections (#213) (ba42fe8)

  • storybook: default slot did not show up in docs tab (b88cd1d)

  • Sync disable state for uui-radio with uui-radio-group (#393) (1902987)

  • Tabs not working in TabGroup (91bf2a7)

  • test: add general import to access all components (5ebb5ef)

  • test: add missing test cases (f1fa095)

  • test: change type of lookup to querySelector (d25bb2c)

  • test: remove a duplicate test (c035de5)

  • Use an ::after element for selection border (#239) (8a9d4f1)

  • use form control mixin in uui-button (d8466d4)

  • uui-button-inline-create collides with storybook documentation for LabelMixin, and since it only uses the property for label we can just declare that directly on the component instead of inheriting (5ce670c)

  • uui-button: adjust success and failed state styling (#312) (7634d19)

  • uui-card-media: replaced wrong css variables (#300) (ced7bdb)

  • uui-card-media: should render images correctly (5c0ead3)

  • uui-combobox: fix focus issues (#311) (a71ac05)

  • uui-combobox: fix for small resolutions (#327) (0180ee2)

  • uui-inline-button-create: ensure there is a border-color on horizontal (#328) (91ecd17)

  • uui-input change aling-items to stretch (#362) (7d285b4)

  • uui-input-password sets spellcheck to false (#339) (160f3db)

  • uui-radio-button: radio circle is malformed on multiple lines (#298) (e390365)

  • uui-select: :bug: sets the value to the value of selected option if present (6ae94ee)

  • uui-toggle change adjacent sibling combinator to general sibling (cd2aaf6)

  • uui: add missing reference to uui-popover (cbb74c6), closes #194

  • uui: change "import" to "export *" (d46e02a)

  • various issues of combobox and related (#276) (6b1ee6f)

  • vertical align content of UUI-Button anchor tag (#254) (319312c)

  • Release/0.1.1 (#190) (d91d346), closes #190 #188 #187 #189

Features

  • add a query for the native element (c7ed761)
  • add demandCustomElement for all elements that require other uui-elements to render correctly (#172) (adb4f3b)
  • add element names as property for custom child selectors to support custom elements (55cc647)
  • add href attribute to uui-button & uui-tab (9cda1f8)
  • add more test cases to uui-select (d46272d)
  • add support for unknown breadcrumb items (f588325)
  • add support for unknown tab elements that extend the base class (aca64f9)
  • add test for instanceOf (9ba7430)
  • added uui-combobox elements (205ceee)
  • Added uui-file-dropzone component (47147f9)
  • Added uui-file-preview component (544b64e)
  • Added uui-input-file component (2fbe6e0)
  • Added uui-symbol-file-dropzone component (0a6361d)
  • Added uui-symbol-file-thumbnail component (51e0cb2)
  • build: Run eslint separately from the build to fail faster (6f1871d)
  • build: update packages to esmodules and fix rollup import (0980022)
  • Button type removes null and adds undefined. (2239de9)
  • change _onInput method from private to protected (#196) (de26ed2)
  • change _onInput method from private to protected (#196) (4b6cf65)
  • chore: Upgrade Storybook from 6.4.8 to 6.4.14 (07c6ac8)
  • eslint: Ignore everything in the src folder (8cab59f)
  • Form elements submits the form on enter (#288) (a089cb1)
  • new uui-color-* components (color picker) (#413) (655ee88)
  • output classes with ecmascript standard definitions (e786f56)
  • remove deprecation & allow unknowns (afd3f67)
  • remove registration warning (aca2ebf)
  • set onChange to protected to allow override of all callbacks (3326ef8)
  • set onChange to protected to allow override of all callbacks (eb5eed3)
  • storybook: add harness to menu-item to limit max-width of all stories (6ee59aa)
  • storybook: add story to explain item indentation using custom css prop (fc6f018)
  • storybook: apply MenuItems array to all relevant stories to ensure same visual layout throughout all stories (a6d5ffe)
  • storybook: Update Storybook to latest (c95ba6e)
  • support custom tabs by selecting on attributes instead of classes (0df4cd4)
  • support custom tabs that do not necessarily extend from UUITab but still follows the interface (9f99225)
  • test: add related tests for form validation to uui-select (aa3ba9a)
  • update dependencies for build and lint processes (718483d)
  • update minifyhtml (15e6d1b)
  • upgrade element-internals-polyfill to 1.1.9 (d1d312d)
  • upgrade lit from 2.2.2 to 2.2.5 (b76d5c6)
  • upgrade typescript from 4.5 to 4.7 (e6d3faf)
  • uui-combobox: add requirement for uui-popover (447f15f)
  • uui-input-file: Only show add button when multiple or no file selected (#395) (61e6716)
  • uui-select extends from FormControlMixin instead of defining its own methods (b4b9bc9)
  • uui: set uui to esmodule (3ce3f75)

Reverts

  • Revert "build(deps-dev): bump rimraf -g from 3.0.2 to 4.1.2" (1516f6a)
  • Revert "try to optimise chromatic by not customising the name of build-storybook" (73548dd)
  • Revert "added missing properties to the list and added docs" (92d8e22)
  • Revert "see if turbo works without cache" (fb58473)
  • Revert "internal: upgrade esbuild + deps" (ab7f3f7)
  • Revert "TEST - change color" (3eda269)
  • Revert "TEST - unset border-radius" (f9e959a)
  • Revert "Remove uui-css.css" (0114f1f)
  • Revert "Move assets to lib since they are now being inlined" (0df44b5)
  • Revert "Update sleep duration for tests in order not to exceed test limit and to better test autoclose functionality" (6294014)
  • Revert "Update container tests for event types and timers to match the notification container component" (ce318be)
  • Revert "remove unnecessary hide-validation feature" (082cfeb)
  • Revert "Publish" (3d183a4)
  • Revert "Publish" (571707b)
  • Revert "remove hardcoded fallback value" (ac13b0f)
  • Revert "re-structure components grouping" (ffe1b93)
  • Revert "fix missing type and event class" (4c0ae77)

BREAKING CHANGES

  • This should now be configured globally

  • internal: add more files to lerna ignore

  • Publish

  • @umbraco-ui/uui-action-bar@0.1.1
  • @umbraco-ui/uui-avatar-group@0.1.1
  • @umbraco-ui/uui-avatar@0.1.1
  • @umbraco-ui/uui-badge@0.1.1
  • @umbraco-ui/uui-base@0.1.1
  • @umbraco-ui/uui-boolean-input@0.1.1
  • @umbraco-ui/uui-box@0.2.0
  • @umbraco-ui/uui-breadcrumbs@0.1.1
  • @umbraco-ui/uui-button-group@0.1.1
  • @umbraco-ui/uui-button-inline-create@0.1.1
  • @umbraco-ui/uui-button@0.2.1
  • @umbraco-ui/uui-card-content-node@0.1.1
  • @umbraco-ui/uui-card-media@0.1.1
  • @umbraco-ui/uui-card-user@0.1.1
  • @umbraco-ui/uui-card@0.1.1
  • @umbraco-ui/uui-caret@0.1.1
  • @umbraco-ui/uui-checkbox@0.1.1
  • @umbraco-ui/uui-css@0.1.1
  • @umbraco-ui/uui-dialog-layout@0.1.1
  • @umbraco-ui/uui-dialog@0.1.1
  • @umbraco-ui/uui-form-layout-item@0.1.1
  • @umbraco-ui/uui-form-validation-message@0.1.1
  • @umbraco-ui/uui-form@0.1.1
  • @umbraco-ui/uui-icon-registry-essential@0.1.1
  • @umbraco-ui/uui-icon-registry@0.1.1
  • @umbraco-ui/uui-icon@0.1.1
  • @umbraco-ui/uui-input-lock@0.1.1
  • @umbraco-ui/uui-input-password@0.1.1
  • @umbraco-ui/uui-input@0.1.1
  • @umbraco-ui/uui-keyboard-shortcut@0.1.1
  • @umbraco-ui/uui-label@0.1.1
  • @umbraco-ui/uui-loader-bar@0.1.1
  • @umbraco-ui/uui-loader-circle@0.1.1
  • @umbraco-ui/uui-loader@0.1.1
  • @umbraco-ui/uui-menu-item@0.1.1
  • @umbraco-ui/uui-pagination@0.1.1
  • @umbraco-ui/uui-popover@0.1.1
  • @umbraco-ui/uui-progress-bar@0.1.1
  • @umbraco-ui/uui-radio@0.1.1
  • @umbraco-ui/uui-ref-list@0.1.1
  • @umbraco-ui/uui-ref-node-data-type@0.1.1
  • @umbraco-ui/uui-ref-node-document-type@0.1.1
  • @umbraco-ui/uui-ref-node-form@0.1.1
  • @umbraco-ui/uui-ref-node-member@0.1.1
  • @umbraco-ui/uui-ref-node-package@0.1.1
  • @umbraco-ui/uui-ref-node-user@0.1.1
  • @umbraco-ui/uui-ref-node@0.1.1
  • @umbraco-ui/uui-ref@0.1.1
  • @umbraco-ui/uui-scroll-container@0.1.1
  • @umbraco-ui/uui-select@0.1.1
  • @umbraco-ui/uui-slider@0.1.1
  • @umbraco-ui/uui-symbol-expand@0.1.1
  • @umbraco-ui/uui-symbol-file@0.1.1
  • @umbraco-ui/uui-symbol-folder@0.1.1
  • @umbraco-ui/uui-symbol-lock@0.1.1
  • @umbraco-ui/uui-symbol-more@0.1.1
  • @umbraco-ui/uui-symbol-sort@0.1.1
  • @umbraco-ui/uui-table@0.1.1
  • @umbraco-ui/uui-tabs@0.1.1
  • @umbraco-ui/uui-tag@0.1.1
  • @umbraco-ui/uui-textarea@0.1.1
  • @umbraco-ui/uui-toast-notification-container@0.1.1
  • @umbraco-ui/uui-toast-notification-layout@0.1.1
  • @umbraco-ui/uui-toast-notification@0.1.1
  • @umbraco-ui/uui-toggle@0.1.1
  • @umbraco-ui/uui@0.1.1
  • update references

  • internal: use npm ci to counter Github Actions oddness

  • internal: try with unsafe-perm to counter differentiating OS'es

  • internal: downgrade Turbo to 1.1.5 to supposedly work with Github Actions

Co-authored-by: Niels Lyngsø niels.lyngso@gmail.com

  • This should now be configured globally
umbraco-publish
published 1.1.0 •

umbraco-publish
published 1.0.0 •

umbraco-publish
published 1.0.0-rc.3 •

umbraco-publish
published 1.0.0-rc.2 •

umbraco-publish
published 1.0.0-rc.1 •

umbraco-publish
published 1.0.0-rc.0 •

umbraco-publish
published 1.0.0-alpha.0 •

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc