0.4.0 (2020-07-22)
- buttons: update icon Buttons syntax as recommended in @windmill/react-ui (15260fd)
- sidebar: hide sidebar until
lg
breakpoint for a better experience on tablets (57293d9), closes #3
- app: add antialiased font smoothing (2355363)
- sidebar: The sidebar now only shows from
lg
breakpoint up, instead ofmd
. This should create a better experience on smaller screens, especially tablets.
0.3.2 (2020-07-21)
- modal: improve button visibility between sm and md breakpoints (f9dc194)
0.3.1 (2020-07-21)
- windmill: bump @windmill/react-ui from 0.3.0 to 0.3.1 (2d3499c)
0.3.0 (2020-07-21)
- windmill: bump windmill to the scoped package (dad6261)
- windmill: Changed every occurrence of
windmill-react-ui
with the scoped@windmill/react-ui
. You should see no difference updating and you should update, as the other project is now deprecated and will no longer be developed. This was needed because thewindmill
org was in dispute and npm solved it today.
0.2.2 (2020-07-19)
- env: use cross-env for env variables (18fdfda)
- windmill: bump windmill-react-ui from 0.1.2-beta.0 to 0.1.2 (07dcf08)
0.2.1 (2020-07-17)
- header: fix bleeding header shadow (4eef708)
0.2.0 (2020-07-17)
- favicon: update logo for pwa (5e788d2)
- global: Now you need to wrap the entire tailwind config object with Windmill's config wrapper. There is no need to use Windmill plugin or purge anymore.
Complete example:
const defaultTheme = require('tailwindcss/defaultTheme')
const windmill = require('windmill-react-ui/config')
module.exports = windmill({
purge: ['src/**/*.js'],
theme: {
extend: {
fontFamily: {
sans: ['Inter', ...defaultTheme.fontFamily.sans],
},
},
},
})
0.1.0 (2020-07-14)
- global: upgrade to last windmill-ui version (708fce4)
0.1.0-alpha.2 (2020-07-07)
- avatar: update avatar image syntax (e16ea68)
- layout: increase header and sidebar z-index (c948638)
- routes: redirect index to login (06405ac)
- avatar: Avatar, with the udate to windmill-react-ui-alpha.10, now uses src instead of img to pass the image path to the inner image, to better resemble the actual element underneath
- layout: increased z-index for header and sidebar