Releases: deven-org/boiler
Releases · deven-org/boiler
v0.3.0
What's Changed
- PUBLIC FIGMA FILE: Our Figma file is now publicly available in the Figma Community, check it out here.
- TOKEN DOCUMENTATION: Detailed documentation of the token structure and token naming can now be found on the Getting Started page in Figma.
- CASING IMPROVEMENT: We changed the casing in huge parts of our codebase to kebab-case.
- ICONS: We touched the icon size behaviour, added documentation on how to change icons and reduced the size of the default icon set.
- PROPERTY ALIGNMENT: We aligned multiple component properties.
- COMPONENT FIXES: Fixing multiple bugs, misalignments between design in code as well as some accessibility issues and event issues in the components.
Detailed changes
* feat(ui-library): add ts-lit plugin with rules by @ChristianHoffmannS2 in https://github.com//pull/918 * dynamically inject base path by @ChristianHoffmannS2 in https://github.com//pull/880 * fix(js-example-app): prod assets folder by @ChristianHoffmannS2 in https://github.com//pull/964 * fix(ui-library): props alignment form label by @RubirajAccenture in https://github.com//pull/949 * Fix/709 readme optimizations by @davidken91 in https://github.com//pull/952 * Feat/921 change icons doc by @veilvokay in https://github.com//pull/954 * docs: add open door meeting by @thrbnhrtmnn in https://github.com//pull/967 * fix(ui-library, storybook): genericBlrComponentRenderer by @faselbaum in https://github.com//pull/976 * fix(ui-library): icon size behaviour (798) by @ChristianHoffmannS2 in https://github.com//pull/969 * test(ui-library): #985 small adjustments to tests by @veilvokay in https://github.com//pull/988 * docs:Update GETSTARTED.md by @thrbnhrtmnn in https://github.com//pull/994 * fix(ui-library): harmonized property naming in loader and fixed misse… by @JpunktWpunkt in https://github.com//pull/979 * feat(ui-library): #985 added tests for range-legend-min-max-slider by @veilvokay in https://github.com//pull/993 * fix(ui-library): prop alignment select (872) by @bar-tay in https://github.com//pull/983 * feat(all): lint pr titles by @ChristianHoffmannS2 in https://github.com//pull/1008 * fix(ui-library): removed icon-link by @JpunktWpunkt in https://github.com//pull/997 * fix(ui-library): harmonised text area property naming (865) by @JpunktWpunkt in https://github.com//pull/982 * fix(ui-library): documenting prefixes by @davidken91 in https://github.com//pull/1009 * feat(ui-library): #985 additional test by @veilvokay in https://github.com//pull/1010 * feat(ui-library): 938 update component names by @veilvokay in https://github.com//pull/968 * feat(ui-components): implement events for number input by @remmycat in https://github.com//pull/937 * Fix/872-fix-js-example-event by @bar-tay in https://github.com//pull/1012 * fix(ui-library): harmonised property names by @JpunktWpunkt in https://github.com//pull/981 * fix(ui-library): harmonised property names by @JpunktWpunkt in https://github.com//pull/980 * docs(GETSTARTED): remove myschedling by @thrbnhrtmnn in https://github.com//pull/1026 * fix(Storybook): minior adjust by @bar-tay in https://github.com//pull/1025 * Update GETSTARTED.md by @thrbnhrtmnn in https://github.com//pull/1027 * fix(icons): removes icons by @larserbach in https://github.com//pull/1035 * fix(ui-library): props alignment form caption by @RubirajAccenture in https://github.com//pull/1023 * fix(ui-library): text input-ensure consistency between storybook documentation and property names by @RubirajAccenture in https://github.com//pull/1017 * fix(ui): camelCase to kebab-case (#970) by @angsherpa456 in https://github.com//pull/1013 * fix(ui-library): accessibility of loading in text-button by @angsherpa456 in https://github.com//pull/1038 * fix(storybook): updated story badges by @ChristianHoffmannS2 in https://github.com//pull/1040 * fix(docs): changed figma file url by @ChristianHoffmannS2 in https://github.com//pull/1043New Contributors
- @faselbaum made their first contribution in #976
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- SIMPLIFIED STRUCTURE: Renaming of system, semantic and component tokens
- FASTER ONBOARDING: Extended documentation of tokens, components, architecture and more
- COMPONENT FIXES: Fixing multiple bugs and misalignments between design in code for our components
Detailed changes
- feat(ui-library): add figma plugin to storybook by @kaikdi in #703
- added lit-analyzer to compile step and updated vs code extensions by @ChristianHoffmannS2 in #714
- fix lit-analyzer job by @ChristianHoffmannS2 in #721
- NumberInput - Fix the disappearing stepper buttons and hiding placeholder text by @usmanreal1 in #719
- fixing icon compile rimraf, fixing missing source icons and add lazy loading to icons and run test against build by @ChristianHoffmannS2 in #718
- Delete doc/CONTRIBUTE.md by @thrbnhrtmnn in #727
- Create CONTRIBUTING.md by @thrbnhrtmnn in #728
- Create CONTRIBUTING.md by @thrbnhrtmnn in #729
- Update README.md by @thrbnhrtmnn in #730
- docs: remove duplicate of contribution.md by @thrbnhrtmnn in #731
- docs: update year in license by @thrbnhrtmnn in #732
- docs: update label section in contribute file by @thrbnhrtmnn in #738
- docs: fix storybook link in README by @thrbnhrtmnn in #744
- fixed missing token and missing word wrap behaviour by @ChristianHoffmannS2 in #759
- feature/492-storybook-counter by @JpunktWpunkt in #702
- 545 form label rename tokens by @ChristianHoffmannS2 in #761
- 540 textarea rename tokens by @ChristianHoffmannS2 in #762
- Remove internal caption tokens (Figma only) by @larserbach in #768
- feature/496-storybook-form-label by @JpunktWpunkt in #686
- fix/409-storybook-checkbox by @JpunktWpunkt in #700
- Fix example app icons by @ChristianHoffmannS2 in #724
- added dependencies to story for buttons by @ChristianHoffmannS2 in #786
- fixes icon keys by @ChristianHoffmannS2 in #788
- icon uses correct event handling for blrClick - fixes password by @ChristianHoffmannS2 in #787
- feat: updates ItemSpacings to have different values per size by @m-nti in #769
- 362-change-readme-picture by @thrbnhrtmnn in #795
- fix: loading state hover and focus in Buttons by @RubirajAccenture in #684
- 413-radio group docs by @bar-tay in #690
- Feature/419 storybook toggle switch by @JpunktWpunkt in #783
- #550 tooltip rename tokens 2 by @larserbach in #794
- #544 slider rename tokens by @larserbach in #796
- #544 form caption rename tokens by @ChristianHoffmannS2 in #801
- feat(storybook): add divider docs by @bar-tay in #694
- fix: adds comma in $themes by @m-nti in #804
- Fix/712 fix scrolling by @JpunktWpunkt in #791
- fix(ui-library): fixed contrast violation in disabled state by @JpunktWpunkt in #802
- feat(storybook): add button group docs by @bar-tay in #806
- feat(storybook): add icon docs by @bar-tay in #756
- Code snipped fix by @ChristianHoffmannS2 in #814
- Select: html options instead of array by @ChristianHoffmannS2 in #780
- feat(ui-library): fixing caption component styles by @davidken91 in #818
- Feature/513 tabbar use slots instead of arrays in the tabbar by @davidken91 in #799
- fix number unit padding by @RubirajAccenture in #695
- #534 numberinput renames tokens by @larserbach in #785
- Updates token meta by @larserbach in #820
- feat(storybook): add tooltip docs by @bar-tay in #716
- feat(storybook): add tooltip bubble docs by @bar-tay in #821
- Fix/578 counter state by @JpunktWpunkt in #826
- Fix/597 form label by @davidken91 in #827
- Documentation Form Caption Component by @RubirajAccenture in #717
- fix(ui-library): fixed checked state by @seemann in #803
- #770 stepper rename tokens by @larserbach in #828
- mv tokens Action/Menu -> Actions/Menu by @larserbach in #839
- Updates menu tokens by @larserbach in #840
- Fix/number input by @davidken91 in #841
- Fix/772 dialog rename tokens by @larserbach in #842
- fix error handling by @ChristianHoffmannS2 in #844
- Renames tokens: Action -> Actions by @larserbach in #843
- Fix/rename focused tokens by @larserbach in #847
- feat:Create SECURITY.md by @thrbnhrtmnn in #848
- feature/428-feedback-form by @thrbnhrtmnn in #846
- Feature/428 fix feedback form by @thrbnhrtmnn in #850
- Fix/790 improve padding naming by @larserbach in #851
- Feat/845 improve token structure by @larserbach in #853
- Fix/597 form label padding by @davidken91 in #855
- Feature/366 getstarted documentation by @thrbnhrtmnn in #857
- fix:Update README.md by @thrbnhrtmnn in #861
- fix/Update README.md by @thrbnhrtmnn in #862
- feat(storybook): delete react folder by @bar-tay in #836
- fix(ui-library): centering tooltip bubble text by @davidken91 in #856
- docs:Update GETSTARTED.md by @thrbnhrtmnn in #882
- docs:Update README.md by @thrbnhrtmnn in #888
- fix: fixing readme file with updated figma file links by @davidken91 in #889
- 829 - Number as string bug by @ChristianHoffmannS2 in #837
- fix(storybook): adjust component size by @bar-tay in #881
- fix(ui): add eventListeners to textarea (#485) by @angsherpa456 in #885
- docs:Update PROJECTBACKGROUND.md by @thrbnhrtmnn in #892
- fix(ui-library): loading status property removal from loader component by @RubirajAccenture in #887
- Fix/form caption accessibility by @davidken91 in #893
- docs:Update GETSTARTED.md by @thrbnhrtmnn in #900
- fix(ui): add eventListeners to Textinput (#482) by @angsherpa456 in #890
- fix(all): use new name of lit-analyzer extension in vs code recommendations by @remmycat in #906
- docs:Update README.md by @thrbnhrtmnn in #914
- fix(ui): adjust naming in documentation of icon (#879) by @angsherpa456 in #905
- consistency property naming between code and documentation for divider (#874) by @angsherpa456 in #896
- fix(ui-library): textarea label space alignment and counter alignment by @RubirajAccenture in #907
- feature(storybook): change folder structure by @bar-tay in #894
- fix(storybook): clean up by @bar-tay in #925
- fix 774 number input accessibility by @remmycat in #917
- fix:Update CONTRIBUTING.md by @thrbnhrtmnn in #863
- docs: Update GETSTARTED.md by @veilvokay in #898
...
v0.1.0
Please consider this to be a technical preview