Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@umbraco-ui/uui-checkbox
Advanced tools
Umbraco checkbox custom element, toggles between checked and uncheck
Preview the component on Storybook
npm i @umbraco-ui/uui-checkbox
Import the registration of <uui-checkbox>
via:
import '@umbraco-ui/uui-checkbox';
When looking to leverage the UUICheckboxElement
base class as a type and/or for extension purposes, do so via:
import { UUICheckboxElement } from '@umbraco-ui/uui-checkbox';
<uui-checkbox label="Checkbox" value="bike"></uui-checkbox>
1.2.0-rc.0 (2023-02-07)
a11y: add role=listitem to the "dots" button (ce38577)
Add cd to installation instruction before npm install (a6424c0)
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)
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)
do not overwrite the super.value setter but refer to this
instead (6d9db70)
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)
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-inline-button-create: ensure there is a border-color on horizontal (#328) (91ecd17)
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)
vertical align content of UUI-Button anchor tag (#254) (319312c)
This should now be configured globally
internal: add more files to lerna ignore
Publish
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
FAQs
Umbraco checkbox custom element, toggles between checked and uncheck
The npm package @umbraco-ui/uui-checkbox receives a total of 635 weekly downloads. As such, @umbraco-ui/uui-checkbox popularity was classified as not popular.
We found that @umbraco-ui/uui-checkbox demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.