This release includes the following additions and improvements. See the changelog for the full list of changes.
- Multi small fixes
- Drop docz in favor of storybook
- Upgrade react version to v17.0.2
- Add Row, Column and StaticContainer Layout components
- Add postcss
- Add custom media queries breakpoints, exported as
exports.css
- Improve bundling
Changelog
This release consists of 36 commits from 5 contributors which totals to 202 files changed, 11,539 additional lines of code and 13,227 deleted lines of code.
Changelog
- Add Decred logo icon by @bgptr in #410
- Improve customizability of
Select
component by @bgptr in #413 - fix(Button): make noborder rule important by @tiagoalvesdulce in #411
- fix(StatusBar): improve statusInfo responsivity by @tiagoalvesdulce in #412
- Add text prop to ButtonIcon component and Decrediton launcher icons by @bgptr in #417
- deps: Switch docz-plugin-css implementation by @matheusd in #418
- chore: add babel plugins to clear some warnings by @tiagoalvesdulce in #422
- chore: test against node 16 by @tiagoalvesdulce in #424
- feat(Icon): text formatting icons by @victorgcramos in #429
- docs: drop docz and rewrite docs with storybook by @tiagoalvesdulce in #428
- chore: fix docs deploy by @tiagoalvesdulce in #434
- feat: add types to icon and buttonicon proptypes by @tiagoalvesdulce in #436
- Add style PropType to components that accept it as a prop by @tiagoalvesdulce in #435
- feat(theme): Add Default Theme by @victorgcramos in #440
- feat(DatePicker): make onChange and value required by @tiagoalvesdulce in #437
- feat: Add ButtonIcon Tooltip by @victorgcramos in #438
- chore: upgrade react to v17.0.2 by @tiagoalvesdulce in #441
- feat(Layout): Add Row, Column and StaticContainer by @victorgcramos in #442
- [v2] DatePicker: Arrow Responsive Picker by @victorgcramos in #446
- DatePickerV2: fix onChange propType by @victorgcramos in #448
- BoxTextInput: Add info icon tooltip by @victorgcramos in #447
- build(deps): bump async from 2.6.3 to 2.6.4 by @dependabot in #443
- DatePickerV2: add unit tests by @victorgcramos in #449
- [v2] datepicker: persist value on pad by @victorgcramos in #451
- build: update deps by @dajohi in #450
- dropdown: Allow header customization by @victorgcramos in #455
- [multi] Fix tabs with slide animation initial appearance by @bgptr in #458
- Add postcss and postcss-preset-env by @tiagoalvesdulce in #459
- Add a custom media breakpoint by @bgptr in #460
- move postcss-preset-env to devDep to not conflict versions with consumer by @tiagoalvesdulce in #461
- StaticContainer: Improve mobile view by @victorgcramos in #462
- fix(modal): prevent modal double rendering by @victorgcramos in #463
- build: update deps by @dajohi in #464
- test(datepicker): remove error from tests by @victorgcramos in #465
- build: reduce pi-ui bundle size by removing esm and adding uglify and gzip by @tiagoalvesdulce in #466
- chore: update version to 1.1.0 by @tiagoalvesdulce in #467
Code Contributors (alphabetical order)
- Bgptr (bgptr)
- David Hill (dajohi)
- Matheus Degiovani (matheusd)
- Tiago Alves Dulce (tiagoalvesdulce)
- Victor Guedes (victorgcramos)