All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
1.4.0-rc.0 (2023-07-18)
- all codepaths should return a value (45f7132)
- allow TouchEvents to be read for move() function (2342f5a)
- Button text color hover not taking effect (#520) (c2c6d62)
- check that coordinates are actual numbers before proceeding with syncing values (f6ce0f6)
- uui-box: add a property to control the headline variant (#521) (6fd4d85)
- uui-input: Add support for auto-width (#526) (1800cf8)
1.3.0 (2023-05-31)
Note: Version bump only for package uui-monorepo
1.3.0-rc.1 (2023-05-25)
- change jsdoc to allow the web-component-analyzer to output correct information (0c18bdc)
- Make color slider disabled state consistent with disabled color area (#489) (209bb02)
- not possible to drag&drop file with multiple dots (#487) (f9c6343)
- store the final value of any custom properties (d4a200b)
- uui-color-area: dragging the mouse do not select a color (#486) (8bc217c)
1.3.0-rc.0 (2023-05-15)
- avoid duplicating the code to accept files (e209c16)
- check for support of partly supported
webkitGetAsEntry
(74a629a) - ensure that accepted entries are returned with the File interface (e75931d)
- SelectableMixin should not prevent bubbling of keydown event (2460fab)
- uui-file-dropzone: export events needed externally (4a8a377)
- uui-ref-list: fit within width of given enviroment (#473) (b49a238)
- add missing native attributes to uui-input and uui-textarea (#484) (93adc81)
- change events to align with native browser behavior (#476) (814bdcc)
1.2.1 (2023-04-20)
Note: Version bump only for package uui-monorepo
1.2.0 (2023-04-20)
1.2.0-rc.3 (2023-04-14)
1.2.0-rc.2 (2023-03-27)
- ship uui with custom-elements file in vscode format (a92eee4)
1.2.0-rc.1 (2023-03-22)
- 🐛 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)
-
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 frombutton
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: 🐛 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)
- 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)
- 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)
-
This should now be configured globally
-
internal: add more files to lerna ignore
-
Publish
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
- @umbraco-ui/[email protected]
-
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ø [email protected]
- This should now be configured globally