Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(datetime): correct the setting of max prop (#393)
* Release: 1.0.3 (#337) * build(stencil.config): updated stencil config (#302) * release: 1.0.2 (#303) * build(1.0.1): revert npm version to 1.0.1 (#304) * feat: angular wrappers (#292) * feat: monorepo structure for angular wrappers * feat: monorepo structure for angular wrappers * feat: all config in place, wrappers and output target * feat(valueaccessorconfig): added valueAcccessorConfig * docs: adding some info in the readme * feat: added build components script * build(stencil): updated build config switched to standalone arch for angular wrappers, updated stencil config to put dist-custom-elements in correct folder and switched behaviour to auto-define-custom-elements * build(stencil): local build of stencil repo * build(tegel-angular): updated angular wrapper to use local build of @scania/tegel * build(tegel-angular): updated module export in tegel-angular * fix: could not find the '@angular-devkit/build-angular:ng-packagr' * build(stencil.config): switched to single-export-module * fix(packs): removed unused packs * build(eslintignore): added angular package to eslintignore * build(gitignore): update gitignore * fix(stencil-generated): removed stencil-generated folder * fix: removed pack and used @scania/tegel@1.0.2 to build wrappers * build: updatd build script for angular pack * build(.angular): removed build .anguilar folder * fix(gitignore): gitignored built .angular folder * fix(components): removed build components folder * build(stencil.config): updated angularOutputTarget * fix(angular): updated angular build to use tegel 1.0.1 * fix(angular): updated outpurTarget * fix(stencil.cofig): updated stencil config * fix(icons): updated path in icons gulpfile * build(@scania/tegel-angular): updated npm version * build: added build script for angular and bumped npm version * fix: removed pack --------- Co-authored-by: mJarsater <martin.jarsater@hotmail.com> Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> * fix: removed the privacy flag in package.json (#305) * fix(dropdown): fixed missplacement issue of the dropdowns focus state (#306) * docs(tegel-angular): updated README (#308) * docs(popover/tooltip): used selector over referenceEl (#309) * docs(popover/tooltip): used selector over referenceEl * docs(tooltip): removed comment regarding referenceEl * fix(dropdown): stopPropogation on checkbox change event (#307) * fix(dropdown): override line-height to avoid overflow:hidden (#312) * fix(dropdown): override font line-height to avoid overflow:hidden * docs(dropdown): add example option * fix(dropdown): increased line-height * docs(banner): no undefined icon in error and info variant (#310) * docs(button): removes unused class from button icon (#314) * fix(slider): enable for runtime updates of value/readOnly (#313) * fix(slider): added a watcher on value to allow for runtime updates * docs(slider): added button for testing * docs(slider): removed testing button * fix(slider): enabled runtime updates of readOnly * docs(slider): removed testing button * feat/create chromatic.yml (#317) * fix(workflow): remove old workflow (#319) * fix(card): made the card 100% width when clickable (#321) * fix(utils): seperate utils (#315) * fix(utils): seperated all utils functions * fix(formathtmlpreview): moved helper function to stories folder and updated all imports in stories * fix(components): updated all imports for utils folder * fix(utils): removed usused functions * docs(table): removed obsolete control (#324) * fix(tabs): removed events that was causing multiple events to be fired (#322) * docs(table): removed obsolete control from story (#323) * fix(block): updating block modeVariant in runtime (#325) * fix(block): placed the setting of child elements mode variant in a later lifecycle hook * fix(block): removed lifecycle hook * fix: fix typo (#327) * fix(dropdown): use getChildren over fetching children in connectedCallback (#326) * fix(dropdown): filter, tabbing * refactor(dropdown): removed component variable children and replaced with local function const * fix(dropdown): switched map to forEach when no return value * fix: fix indentation on installation page in storybook (#329) * feat(icon): enable for override of default title (#330) * feat(icon): enable for override of default title * Update packages/core/src/components/icon/icon.tsx Co-authored-by: Tim <tim.romberg@scania.com> --------- Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> Co-authored-by: Tim <tim.romberg@scania.com> * fix(dropdown): setValue method (#316) * docs(dropdown): removed long testing option text * feat(dropdown): made the setValue method select child elements based on value * fix(dropdown): added check for multiselect on deselection * docs(dropdown): removed test button * spell fix Co-authored-by: Tim <tim.romberg@scania.com> * fix(dropdown): readability * feat(dropdown): add setValue multiselect support * fix: multiselect dropdown not working * fix: prevent multiple events, fix singleselect * fix: remove console log * fix(dropdown): moved stopPropogation to outside of if statement * fix(dropdown): rebase and cleanup --------- Co-authored-by: Tim <tim.romberg@scania.com> Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> * fix(icon): switched title for svgTitlte since title is a reserved attribute name (#334) * feat(textfield,datetime): remove extra margin under inputs without helper (#332) * build(angular): switched angular version to 14 (#328) * build(angular): switched angular version to 14 * fix: update package.lock --------- Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> * refactor(dropdown): cleanup and enhancement setValue & removeValue (#331) * docs(dropdown): removed long testing option text * docs(dropdown): removed test button * feat(dropdown): add setValue multiselect support * fix: prevent multiple events, fix singleselect * fix: remove console log * refactor(dropdown): removed the dependency on label as a parameter for setValue and removeValue * fix(dropdown-option): updated dropdown-option to use the setValue and removeValue * docs(internalreset): added comment to method * fix(dropdown): forEach over map * refactor(dropdown): cleanup and refactoring * fix(dropdown): added nullchecks * fix(dropdown): null checks * docs(dropdown): updated example for setValue on multiselect --------- Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> * release(1.0.3): updated package.json (#333) --------- Co-authored-by: Tim <tim.romberg@scania.com> Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> Co-authored-by: theJohnnyMe <nikola.johnny.mirkovic@scania.com> * fix(plausible): domain update (#379) * docs(datetime): correct the setting of max prop * Update packages/core/src/components/datetime/datetime.stories.tsx Co-authored-by: theJohnnyMe <nikola.johnny.mirkovic@scania.com> --------- Co-authored-by: Tim <tim.romberg@scania.com> Co-authored-by: Alexander Eneroth <alexandereneroth@users.noreply.github.com> Co-authored-by: theJohnnyMe <nikola.johnny.mirkovic@scania.com>
- Loading branch information