Releases: weareopensource/Vue
Releases · weareopensource/Vue
v1.2.0
1.2.0 (2022-05-28)
Migration to vue 3 documentation, beta
Bug Fixes
- core: fixed footer 🐛 (#1760) (d99056f)
- home: changelog exit error 🐛 (#1737) (43c1a6a)
- home: color migration due to vue3 🐛 (#1756) (5a7bd48)
- home: components text colors 🐛 (#1761) (4c724a2)
- home: footer position 🐛 (#1749) (8068534)
- home: logo component to v-img 🐛 (#1762) (2bbbbc9)
Features
v1.1.1
1.1.1 (2022-05-24)
Features
Migration to vue 3, old stack on vue 2 migration tutorial in WIP
Bug Fixes
- build: eslint 🐛 (#1410) (ae3e264)
- dependencies: fix deps upgrade to vue 3 🐛 (#1654) (8f2fffe)
- deps: vuetify loader to webpack-plugin-vuetify 🐛 (#1725) (af2533e)
- global: eslint rules 🐛 (#1483) (6e13b3d)
- lib: plugins marked import 🐛 (#1570) (4c802d2)
- package.json & package-lock.json to reduce vulnerabilities (#1551) (55a627f)
- home: imports order 🐛 (#1339) (6d9de94)
- package: npm version 🐛 (#1503) (6ca9ae4)
- scripts: config generator 🐛 (#1519) (72453a3)
- package.json & package-lock.json to reduce vulnerabilities (#1319) (9c02619)
v1.1.0
1.1.0 (2021-04-30)
Bug Fixes
- _app: home 🐛 (5d502f0)
- app: fix padding adjustment on mobile 🐛 (576ff32)
- auth: fix wrong redirections 🐛 (5ff9074)
- auth: sign in up redirection 🐛 (4f5925d)
- dependencies: adjustment on versions 🐛 (01cbddb)
- dependencies: downgrade sass & webpack 🐛 (#1109) (17bd2ac)
- dependencies: merge 🐛 (ac5941f)
- dependencies: temp downgrade sass-loader, vue comp 🐛 (19b2c9f)
- eslint: fix eslint / prettier compatibilites 🐛 (3c3c008)
- eslint: indent 🐛 (80522b1)
- home: article example config 🐛 (8a35f60)
- home: banner button 🐛 (0b021ec)
- home: fix slideshow font size on mobile 🐛 (c0c585d)
- home: fix status display on safari by simplifying it 🐛 (467badc)
- home: invert animation, not on text, only on cards 🐛 (23a5e78)
- home: page subscription button 🐛 (#1110) (139e806)
- home: wrong merge 🐛 (caa1b0d)
- home, subscriptions: remove subscriptions, lite code, ghost blog switch 🐛 (9bf6778)
- homes: fix pages colors 🐛 (ccac6cd)
- lib: matomo fix indent 🐛 (fe1e921)
- prettier: fix prettier config 🐛 (51df161)
- tasks: speed dial vuetify bug 🐛 (f974092)
- users: avatar gravatar wrong margin 🐛 (d585ab9)
- users: avatars margin 🐛 (7d241c6)
- users: pagination example double call 🐛 (b2501d2)
- users: roles update fix 🐛 (8b39c00)
- package.json & package-lock.json to reduce vulnerabilities (f94b0c4)
Features
- app: auto define tab title from routes name ✨ (b68bc03)
- auth: init apple oAuth option ✨ (a9837ae)
- auth: init google oAuth option ✨ (d0aab7a)
- auth: password reset ✨ (2278a27)
- auth, config: sign in/up redirect option ✨ (fa06db0)
- config: upgrade temporal background example to big sur ✨ (be9ff59)
- config, auth: handling oauth error on client side ✨ (0ea6d65)
- config, docker: switch auth preset to conf only ✨ (92315ff)
- config, home: add slideshow component ✨ (5cb019d)
- config, plugins, app, home: init meta example ✨ (11016de)
- core, global: add colors option for nav button, and order by roles ✨ (ca2765a)
- docker: add oauth activation option ✨ (e66ac32)
- global: add apple touch icon ✨ (46b2129)
- global: mobile width optimizaiton ✨ (c9215c4)
- global: style review ✨ (332da3d)
- home: abouts width config ✨ (4e17f7e)
- home: add colors option for phone slideshow ✨ (e914d59)
- home: add comoponent and docs every component with ex ✨ (a9b136a)
- home: add interval option to carousel ✨ (5fd45d7)
- home: add pages reader example, cgu & legals ✨ (d1bb2b5)
- home: add status option next to logo ✨ (05d34be)
- home: add title color option for slideshow ✨ (2f479e7)
- home: clean changelog display ✨ (8e5622a)
- home: features color option ✨ (e3708b9)
- home: improve slideshow component (dark/light/fulltext) ✨ (8b729e0)
- home: page ✨ (ffed30c)
- home: set app name for home tab title ✨ (b08c9c6)
- home, config: fix eslint & changelog ✨ (8603e86)
- public: set waos favicon ✨ (7f4c7c5)
- subscriptions: add admin panel ✨ (8541fc6)
- subscriptions: switch new to checkbox ✨ (d44bd48)
- users: add example of upload code in comment ✨ (2428893)
- users: user list pagination example ✨ (e848ab5)
- users, global: add user roles mngt & user admin section ✨ (10fb83b), closes #155 #609
- users, home: init team page members ✨ (72954cf)
v1.0.0
1.0.0 (2020-07-25)
Bug Fixes
- app: fix interceptors to redirect if 401 🐛 (98357b6)
- build: config 🐛 (a48f514)
- build: fix no console error on build (disable for the moment) 🐛 (baa5c8a)
- config, core: fix design colors 🐛 (309675e)
- core: fix navigation duplicate$ 🐛 (3d4779f)
- core: signin disapear 🐛 (68a2a00)
- core, app: signin failed notif, signout hide button 🐛 (a26edc9)
- core, home, config: fix home page displays 🐛 (64f584b)
- dependencies: fix package lock 🐛 (b84db5c)
- docker: fix docker hook 🐛 (429e55a)
- docker: fix hook 🐛 (76af2ab)
- docker: fix NODE ENV on build 🐛 (09fc80c)
- docker: hook adjust args 🐛 (a99979f)
- gitignore: ignore generated conf 🐛 (4be0db9)
- global: delete useless files 🐛 (4dfede1)
- global: fix Readme 🐛 (a93aa9f)
- global: refactor new lint rules 🐛 (be4cd31)
- home: backgorund max height limited 🐛 (97fe2ac)
- home: dark light theme fix 🐛 (5eb4d17)
- home: dynamic background 🐛 (7ea0f75)
- home: fix background image in homepage 🐛 (6c70079)
- home: fix critical erros 🐛 (379dfea)
- home: fix end links 🐛 (ff78859)
- home: fix releases calc & features centering 🐛 (1dbf416)
- home: line break line space in contact mail 🐛 (13b5ea4)
- home: logo aspect ratio review 🐛 (b000e16)
- home: style fix 🐛 (706f1ca)
- hook fix: fix docker hook for docker hub 🐛 (17f6e59)
- release: url 🐛 (d920bc3)
- package.json & package-lock.json to reduce vulnerabilities (a11f1b5)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (0265838)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (8f924f6)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (e96ff6e)
- tasks: fix length test 🐛 (6a6a3dc)
- tasks: fix merge 🐛 (e3eeefa)
- tasks: fix missing mapGetters 🐛 (326f851)
- tasks: fix switch from create to edit mode 🐛 (6ac7000)
- tasks: fix update 🐛 (01da760)
- tasks: remove old console log 🐛 (b1aeb58)
- tasks: remove useless code 🐛 (a28704b)
- tasks: warning router 🐛 (ee6a455)
- package.json & package-lock.json to reduce vulnerabilities (4eecc65)
- package.json, package-lock.json & .snyk to reduce vulnerabilities (e5b7bf8)
Features
- all: init ✨ (8e1e976)
- app: add notifications based on request status ✨ (4f91b52)
- auth: add signup ✨ (0b0b6b2)
- auth: imrpove auth rules ✨ (44bc194)
- config: add api in configuration ✨ (3884fea)
- config: add port management for dev env ✨ (b18712e)
- config, helpers, core, app: auto theme dark light ✨ (a280655)
- config, plugins: init matomo example for analytics ✨ (51ba7cb)
- core: add custom top menu & tooltips ✨ (3e493ef)
- core: add left top menu ✨ (8a9c3e4)
- core: add option to display nav or not only if user is logged ✨ (ec9b0ab)
- core: manage dropdown menu for social links on phone ✨ (f55d78b)
- core, auth: add sign in up display option ✨ (6a539e2)
- dependencies: fix package lock ✨ (53da080)
- deps: clean deps package ✨ (ea18144)
- docker: init examples ✨ (dd88eea)
- global: add demo ✨ (92c9940)
- global: add home page example ✨ (1fdd24d)
- global: upgrade all dependencies :D ✨ (60826e6)
- global: upgrade eslint ✨ (266098e)
- home: add blog link ✨ (4b99849)
- home: add links ✨ (7607910)
- home: add logo img config option ✨ (e76423b)
- home: add releases changelogs & page content mngt ✨ (8823c7a)
- home: add stats example ✨ (4fc06ae)
- home: adjust home indent ✨ (f7b767e)
- home: auto reset contact form ✨ (c7a8a6d)
- home: init markdown for texts ✨ ([af71a50](https...