-
Notifications
You must be signed in to change notification settings - Fork 277
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ionicons 5 breaking changes #283
Comments
+1 |
@jongbonga @TdoubleG Until ionicon 5 support is merged into this repo, feel free to point towards the latest commit in my fork: "ion2-calendar": "https://github.com/shaneparsons/ion2-calendar#76ae1e241183500a377647b363c931a03aa50bca", |
Thanks @shaneparsons Why is not being merged to main project yet? is the owner lacking time for this or? |
shane install your fork repository but still can't load the icons, this is my log: [WDS] Live Reloading enabled. this is my ionic info log: Ionic CLI : 6.10.1 (/usr/local/lib/node_modules/@ionic/cli) Capacitor: Capacitor CLI : 2.1.2 Utility: cordova-res (update available: 0.15.1) : 0.13.0 System: NodeJS : v12.16.2 (/usr/local/bin/node) does the same error happen to someone else? thanks!! |
@aastudillo91 I'm not sure how you're using the component in order to get those errors, but here's an example of how I'm using it, without issues: <template>
<full-calendar :config="config" :events="events" />
</template>
<script>
export default {
data() {
return {
config: {
defaultView: 'month',
themeSystem: 'bootstrap4',
header: {
left: 'title',
center: '',
right: 'prev,today,next',
},
buttonText: {
prev: '<',
today: 'Today',
next: '>',
},
bootstrapFontAwesome: false,
eventClick: item => {
console.log(item.id);
},
},
events: [
{
title: 'event1',
start: '2019-01-01',
},
{
title: 'event2',
start: '2019-01-02',
},
{
title: 'event3',
start: '2019-01-03',
},
],
};
},
};
</script> |
Please help, icon don't show on @ionic/angular 5.2.3. how to fixed it?
`Ionic info: Ionic CLI : 6.10.1 (C:\Users\lanth.UNITEK\AppData\Roaming\npm\node_modules@ionic\cli) Capacitor: Capacitor CLI : 2.2.1 Utility: cordova-res : 0.15.1 System: NodeJS : v12.16.2 (C:\Program Files\nodejs\node.exe) |
@comadaihiep92 |
@myvictorlife this issue is related to icons not displaying... yours is something else. create a seperate issue for it |
Thanks @jongbonga, I removed the comment here and created an issue. #307 |
Thanks @shaneparsons |
Doesn't work for me. I tried to change my package-json-lock and package-json "ion2-calendar" to "https://github.com/shaneparsons/ion2-calendar#76ae1e241183500a377647b363c931a03aa50bca" stated above but to no avail. I then tried to npm i "https://github.com/shaneparsons/ion2-calendar#76ae1e241183500a377647b363c931a03aa50bca" also did not work as it gives me this error: npm ERR! code 1 npm ERR! A complete log of this run can be found in: Does anyone knows how to fix? Will be greatly appreciated :). Thanks |
may be it is too late answer but i face same issue today and i solved it by install latest stable version of the npm package don't install just install |
Ionic version: (check one with "x")
[ ] 2.x
[ ] 3.x
[ ] 4.x
[x] 5.x
Ion2-calendar mode: (check one with "x")
[ ] components mode
[ ] modal mode
I'm submitting a ... (check one with "x")
[ ] bug report
[x] feature request
[ ] help me
Current behavior:
Ionicons 5 comes with renamed icons that causes buttons to disappear on calendar
Expected behavior:
Show all the icons/button
Steps to reproduce:
update to latest ionic 5
Related code:
Other information:
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: