All notable changes to this project will be documented in this file.
- Fixed Toast's ariaLabel type.
- Added JSX to types output.
- Input to change the modal's z-index.
- Modus File Dropzone component.
- Created modus-content-tree-item to aid content tree development.
- Added angular-workspace project directory to house the generated angular wrapper components
- Added a 'size' input to the modus-progress-bar component. This includes a new 'compact' size.
- Added a 'type' input to the modus-text-component, allows values 'text' or 'password'.
Restructured the repo to allow for build generated angular and react components:
- Updated github actions to refer to the new stencil location
- Updated .prettierrc to force single quotes which is consistent with our lint settings
- Moved all stencil source code into ./stencil-workspace
- Moved storybook code along with stencil code to simplify the build script changes
- Updated package.json types to use interfaces.d.ts which exposes internal interfaces to consumers of Angular Components.
modus-list-item
added asize
option, and now has three options for itssize
property:'condensed'
,'standard'
, and'large'
.'standard'
is the default, and is now a height40px
.- Replaced onclick function call to assignment for icon: triangle-down.
- Added show-shadow property to modus nav-bar.
- Add styling to modus-select component so that items with long text in the dropdown wrap properly
0.1.1 - 2022-02-03
- Add explanation of semantic versioning to the readme file.
- Rename changelog to reflect context.
- Improve project organization by adding a changelog.
- Section about date formatting.
- Fix typos in changelog.
- Update changelog dates to reflect current versioning.
0.1.1 - 2022-24-02
- Update the package version to 0.1.1
0.1.0 - 2022-14-02
- Publish npm package to both registries
##[0.0.2.0] - 2022-28-01
- Fix modus-dropdown issue when used with shadow dom