Picture of Matt Leathes
Re: Adapt Framework v4.4.0 released!
by Matt Leathes - Friday, 1 November 2019, 12:58 PM
 

https://github.com/adaptlearning/adapt_framework/milestone/18

There's a good overview under 'Features' here https://github.com/adaptlearning/adapt_framework/issues/2364

And is there a confirmed release date?

No, we never confirm release dates. As pretty much all time on the project is donated it's always a case of 'it happens when it happens'!

Picture of PJ M
Re: Adapt Framework v4.4.0 released!
by PJ M - Wednesday, 13 November 2019, 3:44 PM
 

Thanks Matt. 

I totally appreciate its a flexible beast with project time being donated,
but do you envisage it being this side of Christmas? 

Picture of Matt Leathes
Re: Adapt Framework v4.4.0 released!
by Matt Leathes - Wednesday, 13 November 2019, 4:42 PM
 

Yes! In fact we've just started merging the v5 pull requests for the core plugins. Next stage will be to get all of them released and then we are safe to merge and release the Framework itself. I will say we really would like to have this done by the end of next week (if not sooner) but it's totally dependent on those of us with access to do this having enough spare time!

Picture of PJ M
Re: Adapt Framework v4.4.0 released!
by PJ M - Thursday, 14 November 2019, 9:47 AM
 

Thanks Matt

Thats great news. 

Picture of Katha Em
Re: Adapt Framework v4.4.0 released!
by Katha Em - Wednesday, 22 January 2020, 1:49 PM
 

Hello,

 

We started using v5, but there are many issues with different components/ extensions. Did you already receive feedback like that?

  • Contents: @navigation-padding is undefined

    • Expose: variable @primary-color-inverted is undefined
    • Flipper: same
    • Page Jumper: incompatible
    • Reveal: variable @item-text-color is undefinedStacklist: variable @item-text-color is undefined

 

Could you let me know whether these are problems concerning the framework version or whether we need to work on something else?

 

Thanks a lot!

Picture of Jorge Castrillo
Re: Adapt Framework v4.4.0 released!
by Jorge Castrillo - Wednesday, 22 January 2020, 2:30 PM
 

you need to update your components because use variables declared in an old theme version.

For example: @primary-color-inverted, @primary-color, @secondary-color its not used anymore.

Check inside your theme the new variables in _default folder

 

Picture of Matt Leathes
Re: Adapt Framework v4.4.0 released!
by Matt Leathes - Wednesday, 22 January 2020, 2:56 PM
 

Hi Katha

Whenever we do a 'major version release' (where the first number in the x.x.x version number changes*) it's because the release includes 'breaking changes' of some kind.

Typically we post something on the forums to explain what's changed in the release and warn about things like this - but we just haven't had the time to get this written up yet. I'm told it's coming soon though!

*if the second number changes, it denotes that a new feature has been added. if the last number changes it denotes a bug fix or some other change that doesn't involve a new feature or breaking change.

Picture of Katha Em
Re: Adapt Framework v4.4.0 released!
by Katha Em - Wednesday, 22 January 2020, 3:08 PM
 

Thanks!