File: Changes

package info (click to toggle)
libtickit-widget-floatbox-perl 0.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 128 kB
  • sloc: perl: 346; makefile: 2
file content (61 lines) | stat: -rw-r--r-- 1,799 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Revision history for Tickit-Widget-FloatBox

0.11    2022-12-14
        [CHANGES]
         * Updated for Object::Pad v0.73
            + Use `field NAME = EXPR` syntax
            + Use `ADJUST :params`
            + Set `:strict(params)`

0.10    2021-11-20
        [CHANGES]
         * Updates for Object::Pad 0.57
            + Use :isa instead of legacy `extends`
            + Use ADJUSTPARAMS instead of BUILD
         * No longer support 'base_child' constructor argument

0.09    2021-07-03
        [CHANGES]
         * Updates for Object::Pad 0.41:
            + Use :param to simplify BUILD blocks
            + Better use of kvlist constructor args of inner helper classes

0.08    2020-06-13
        [CHANGES]
         * Update to Object::Pad 0.27
            + BUILD block syntax
            + package+class declaration to keep metadata parsers happy

0.07    2020-04-30
        [BUGFIXES]
         * Removed stray `my $self` line that got left behind (RT132458)

0.06    2020-04-10
        [BUGFIXES]
         * Fix sub signature for T:W:FloatBox::Float::BUILD method (RT132313)

0.05    2020-04-02
        [CHANGES]
         * Discourage `base_child` as a constructor argument
         * Make `->set_base_child` a chaining mutator

0.04    2020-03-28
        [CHANGES]
         * Use Object::Pad

0.03    2015/04/08 16:30:39
        [CHANGES]
         * Added $float->is_visible
         * Set WIDGET_PEN_FROM_STYLE to quiet Tickit 0.51 deprecation warning

0.02    2014/08/05 19:57:59
        [CHANGES]
         * Allow floats to be made hidden

        [BUGFIXES]
         * Use the ContainerWidget ->add/->remove API properly, ensuring the
           ->parent is properly set on child widgets

0.01    2014/08/04 23:57:31
        First version, released on an unsuspecting world.